[arch-commits] Commit in python-fasteners/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Nov 11 15:11:46 UTC 2020
Date: Wednesday, November 11, 2020 @ 15:11:46
Author: foutrelis
Revision: 750962
archrelease: copy trunk to community-staging-any
Added:
python-fasteners/repos/community-staging-any/PKGBUILD
(from rev 750961, python-fasteners/trunk/PKGBUILD)
Deleted:
python-fasteners/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 15:11:42 UTC (rev 750961)
+++ PKGBUILD 2020-11-11 15:11:46 UTC (rev 750962)
@@ -1,24 +0,0 @@
-# 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"
-}
Copied: python-fasteners/repos/community-staging-any/PKGBUILD (from rev 750961, python-fasteners/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 15:11:46 UTC (rev 750962)
@@ -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=5
+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