[arch-commits] Commit in jupymake/repos (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Sun Jul 17 16:39:32 UTC 2022


    Date: Sunday, July 17, 2022 @ 16:39:31
  Author: arojas
Revision: 1254322

archrelease: copy trunk to community-staging-x86_64

Added:
  jupymake/repos/community-staging-x86_64/
  jupymake/repos/community-staging-x86_64/PKGBUILD
    (from rev 1254321, jupymake/trunk/PKGBUILD)

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

Copied: jupymake/repos/community-staging-x86_64/PKGBUILD (from rev 1254321, jupymake/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-07-17 16:39:31 UTC (rev 1254322)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_name=JuPyMake
+pkgbase=jupymake
+pkgname=python-jupymake
+pkgver=0.9
+pkgrel=14
+pkgdesc='A Python interface to Polymake'
+arch=(x86_64)
+url='https://github.com/sebasguts/JuPyMake'
+license=(GPL2)
+depends=(python polymake)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+source=(https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz)
+sha256sums=('4c756cd6a6056a20cd71f7b5e463c79dad0257241bbd32a40b750882fafdb545')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package_python-jupymake() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



More information about the arch-commits mailing list