[arch-commits] Commit in python-fasteners/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Nov 9 16:56:19 UTC 2020
Date: Monday, November 9, 2020 @ 16:56:19
Author: foutrelis
Revision: 747714
archrelease: copy trunk to community-staging-any
Added:
python-fasteners/repos/community-staging-any/
python-fasteners/repos/community-staging-any/PKGBUILD
(from rev 747712, python-fasteners/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: python-fasteners/repos/community-staging-any/PKGBUILD (from rev 747712, python-fasteners/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-09 16:56:19 UTC (rev 747714)
@@ -0,0 +1,24 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Tomislav Ivek <tomislav.ivek at gmail.com>
+
+pkgname=python-fasteners
+pkgver=0.15
+pkgrel=4
+pkgdesc="A python package that provides useful locks."
+arch=('any')
+url="https://github.com/harlowja/fasteners"
+license=('Apache')
+depends=('python-six' 'python-monotonic')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/harlowja/fasteners/archive/$pkgver.tar.gz")
+sha512sums=('0c77c7061c8b76d0d018b07a3d33fc71701842f5b686456ebf31069694baa27a6cc47196267f24bc296078e7503ab0709fa28c9f0088c3cf777ea0e133bb5832')
+
+build() {
+ cd "$srcdir/fasteners-$pkgver"
+ python setup.py build
+}
+
+package() {
+ cd "$srcdir/fasteners-$pkgver"
+ python setup.py install --optimize=1 --root="$pkgdir"
+}
More information about the arch-commits
mailing list