Date: Sunday, February 12, 2023 @ 17:52:50
  Author: alucryd
Revision: 1400130

archrelease: copy trunk to community-any

Added:
  python-prefixed/repos/
  python-prefixed/repos/community-any/
  python-prefixed/repos/community-any/PKGBUILD
    (from rev 1400129, python-prefixed/trunk/PKGBUILD)

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

Copied: python-prefixed/repos/community-any/PKGBUILD (from rev 1400129, 
python-prefixed/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD                                (rev 0)
+++ repos/community-any/PKGBUILD        2023-02-12 17:52:50 UTC (rev 1400130)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Alan <[email protected]>
+
+pkgname=python-prefixed
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Prefixed alternative numeric library'
+arch=(any)
+url=https://github.com/Rockhopper-Technologies/prefixed
+license=(MPL2)
+depends=(python)
+makedepends=(
+  git
+  python-build
+  python-installer
+  python-setuptools
+  python-wheel
+)
+_tag=15e529d4b5fd943cde4ee80eb5010bdaa8e0611c
+source=(git+https://github.com/Rockhopper-Technologies/prefixed.git#tag=${_tag})
+b2sums=(SKIP)
+
+build() {
+  cd prefixed
+  python -m build --wheel --no-isolation
+}
+
+package(){
+  cd prefixed
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-prefixed/
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to