Date: Wednesday, November 9, 2022 @ 15:44:41
Author: arojas
Revision: 1346219
archrelease: copy trunk to community-any
Added:
python-fasteners/repos/community-any/PKGBUILD
(from rev 1346218, python-fasteners/trunk/PKGBUILD)
Deleted:
python-fasteners/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-09 15:44:32 UTC (rev 1346218)
+++ PKGBUILD 2022-11-09 15:44:41 UTC (rev 1346219)
@@ -1,24 +0,0 @@
-# Maintainer: Lukas Fleischer <[email protected]>
-# Contributor: Tomislav Ivek <[email protected]>
-
-pkgname=python-fasteners
-pkgver=0.17.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-build' 'python-installer' 'python-setuptools'
'python-wheel')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/harlowja/fasteners/archive/$pkgver.tar.gz")
-sha512sums=('bed890d674bbb8d0442cb0a36c81bd5d1b4e555534ce4451f1cf70dcf72e222d52ae98154d09ac0ad1e52d1a2026c532fd40df715fbbd6bc95f874a916911ec7')
-
-build() {
- cd "$srcdir/fasteners-$pkgver"
- python3 -m build --wheel --no-isolation
-}
-
-package() {
- cd "$srcdir/fasteners-$pkgver"
- python3 -m installer --destdir="$pkgdir" dist/*.whl
-}
Copied: python-fasteners/repos/community-any/PKGBUILD (from rev 1346218,
python-fasteners/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-09 15:44:41 UTC (rev 1346219)
@@ -0,0 +1,24 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Tomislav Ivek <[email protected]>
+
+pkgname=python-fasteners
+pkgver=0.18
+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-build' 'python-installer' 'python-setuptools'
'python-wheel')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/harlowja/fasteners/archive/$pkgver.tar.gz")
+sha512sums=('40928e93fa94ca9e67335d15acede73b70906885f8cc34262b00e2dfba9dfed8647f11490ab0df4c8fcfd94778362cfdc4bd0053063660b962202524dd5bda18')
+
+build() {
+ cd "$srcdir/fasteners-$pkgver"
+ python3 -m build --wheel --no-isolation
+}
+
+package() {
+ cd "$srcdir/fasteners-$pkgver"
+ python3 -m installer --destdir="$pkgdir" dist/*.whl
+}