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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:31:43 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:31:43
  Author: felixonmars
Revision: 1060753

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:31:42 UTC (rev 1060752)
+++ PKGBUILD	2021-12-01 21:31:43 UTC (rev 1060753)
@@ -1,24 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Tomislav Ivek <tomislav.ivek at gmail.com>
-
-pkgname=python-fasteners
-pkgver=0.16.3
-pkgrel=2
-pkgdesc="A python package that provides useful locks."
-arch=('any')
-url="https://github.com/harlowja/fasteners"
-license=('Apache')
-depends=('python-six')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/harlowja/fasteners/archive/$pkgver.tar.gz")
-sha512sums=('72b4ead49bb0c4f0e0c4ff47cab12f645af456e9100f270b72582b68239dd2536b1b641b38693f4f3635fc977e4ffa059c249e097e8842a1325333c4a6e864f9')
-
-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 1060747, python-fasteners/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:31:43 UTC (rev 1060753)
@@ -0,0 +1,24 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Tomislav Ivek <tomislav.ivek at gmail.com>
+
+pkgname=python-fasteners
+pkgver=0.16.3
+pkgrel=3
+pkgdesc="A python package that provides useful locks."
+arch=('any')
+url="https://github.com/harlowja/fasteners"
+license=('Apache')
+depends=('python-six')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/harlowja/fasteners/archive/$pkgver.tar.gz")
+sha512sums=('72b4ead49bb0c4f0e0c4ff47cab12f645af456e9100f270b72582b68239dd2536b1b641b38693f4f3635fc977e4ffa059c249e097e8842a1325333c4a6e864f9')
+
+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