[arch-commits] Commit in python-fasteners/repos/community-any (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Mon Mar 16 18:12:50 UTC 2020
Date: Monday, March 16, 2020 @ 18:12:50
Author: bgyorgy
Revision: 599833
archrelease: copy trunk to community-any
Added:
python-fasteners/repos/community-any/PKGBUILD
(from rev 599832, python-fasteners/trunk/PKGBUILD)
Deleted:
python-fasteners/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++--------------------------------
1 file changed, 24 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-16 18:12:46 UTC (rev 599832)
+++ PKGBUILD 2020-03-16 18:12:50 UTC (rev 599833)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Tomislav Ivek <tomislav.ivek at gmail.com>
-
-pkgname=('python-fasteners' 'python2-fasteners')
-pkgver=0.15
-pkgrel=2
-pkgdesc="A python package that provides useful locks."
-arch=('any')
-url="https://github.com/harlowja/fasteners"
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/harlowja/fasteners/archive/$pkgver.tar.gz")
-sha512sums=('0c77c7061c8b76d0d018b07a3d33fc71701842f5b686456ebf31069694baa27a6cc47196267f24bc296078e7503ab0709fa28c9f0088c3cf777ea0e133bb5832')
-
-build() {
- cd "$srcdir/fasteners-$pkgver"
- python setup.py build
-}
-
-package_python-fasteners() {
- depends=('python-six' 'python-monotonic')
-
- cd "$srcdir/fasteners-$pkgver"
- python setup.py install --optimize=1 --root=${pkgdir}
-}
-
-package_python2-fasteners() {
- depends=('python2-six' 'python2-monotonic')
-
- cd "$srcdir/fasteners-$pkgver"
- python2 setup.py install --optimize=1 --root=${pkgdir}
-}
Copied: python-fasteners/repos/community-any/PKGBUILD (from rev 599832, python-fasteners/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-16 18:12:50 UTC (rev 599833)
@@ -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=3
+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