[arch-commits] Commit in python-pymacaroons/repos (testing-any testing-any/PKGBUILD)

Johannes Löthberg demize at archlinux.org
Tue Feb 5 19:20:35 UTC 2019


    Date: Tuesday, February 5, 2019 @ 19:20:33
  Author: demize
Revision: 345301

archrelease: copy trunk to testing-any

Added:
  python-pymacaroons/repos/testing-any/
  python-pymacaroons/repos/testing-any/PKGBUILD
    (from rev 345300, python-pymacaroons/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: python-pymacaroons/repos/testing-any/PKGBUILD (from rev 345300, python-pymacaroons/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2019-02-05 19:20:33 UTC (rev 345301)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Ivan Shapovalov <intelfx100 at gmail.com>
+
+pkgname=python-pymacaroons
+pkgver=0.13.0
+pkgrel=2
+
+pkgdesc='Python implementation of Macaroons. They’re better than cookies!'
+url='https://github.com/ecordell/pymacaroons'
+arch=('any')
+license=('MIT')
+
+depends=('python'
+         'python-pynacl'
+         'python-six')
+makedepends=('python'
+             'python-setuptools')
+
+source=("pymacaroons-$pkgver.tar.gz::https://github.com/ecordell/pymacaroons/archive/v$pkgver.tar.gz")
+
+sha256sums=('780c67643126afe56f57fdc0f82b952d08e01a4df7eefaa929766dfb6edf6580')
+
+build() {
+	cd "$srcdir"/pymacaroons-$pkgver
+	python setup.py build
+}
+
+package() {
+	cd pymacaroons-$pkgver
+	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :



More information about the arch-commits mailing list