Date: Thursday, April 6, 2023 @ 15:46:06
  Author: felixonmars
Revision: 1439462

archrelease: copy trunk to community-staging-any

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

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

Copied: python-fasteners/repos/community-staging-any/PKGBUILD (from rev 
1439457, python-fasteners/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2023-04-06 15:46:06 UTC (rev 1439462)
@@ -0,0 +1,24 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Tomislav Ivek <[email protected]>
+
+pkgname=python-fasteners
+pkgver=0.18
+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-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
+}

Reply via email to