[arch-commits] Commit in python-fasteners/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Nov 3 21:40:59 UTC 2021


    Date: Wednesday, November 3, 2021 @ 21:40:59
  Author: arojas
Revision: 1035698

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-03 21:40:03 UTC (rev 1035697)
+++ PKGBUILD	2021-11-03 21:40:59 UTC (rev 1035698)
@@ -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
-pkgrel=1
-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=('9157e6b946f70449e8394f9ac232b24f7863d1c80227cdc08b9408a8711294ac43efab82b5d88e83b9d223156a35856790a65ba7c64c9a87d59bd838ba72bfa7')
-
-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-any/PKGBUILD (from rev 1035697, python-fasteners/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-03 21:40:59 UTC (rev 1035698)
@@ -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=1
+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