[arch-commits] Commit in python-fasteners/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 1 13:59:43 UTC 2019


    Date: Friday, November 1, 2019 @ 13:59:42
  Author: felixonmars
Revision: 521992

archrelease: copy trunk to community-staging-any

Added:
  python-fasteners/repos/community-staging-any/PKGBUILD
    (from rev 521991, python-fasteners/trunk/PKGBUILD)
Deleted:
  python-fasteners/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 13:59:30 UTC (rev 521991)
+++ PKGBUILD	2019-11-01 13:59:42 UTC (rev 521992)
@@ -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=1
-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-staging-any/PKGBUILD (from rev 521991, python-fasteners/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-01 13:59:42 UTC (rev 521992)
@@ -0,0 +1,32 @@
+# 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}
+}



More information about the arch-commits mailing list