[arch-commits] Commit in python-pymacaroons/repos (staging-any staging-any/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Nov 10 03:59:59 UTC 2020
Date: Tuesday, November 10, 2020 @ 03:59:59
Author: felixonmars
Revision: 399956
archrelease: copy trunk to staging-any
Added:
python-pymacaroons/repos/staging-any/
python-pymacaroons/repos/staging-any/PKGBUILD
(from rev 399955, python-pymacaroons/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: python-pymacaroons/repos/staging-any/PKGBUILD (from rev 399955, python-pymacaroons/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2020-11-10 03:59:59 UTC (rev 399956)
@@ -0,0 +1,35 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Ivan Shapovalov <intelfx100 at gmail.com>
+
+pkgname=python-pymacaroons
+pkgver=0.13.0
+pkgrel=7
+
+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')
+
+conflicts=('python-pymacaroons-pynacl')
+
+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