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

Antonio Rojas arojas at gemini.archlinux.org
Tue Jun 21 13:50:19 UTC 2022


    Date: Tuesday, June 21, 2022 @ 13:50:18
  Author: arojas
Revision: 1238822

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-21 13:50:08 UTC (rev 1238821)
+++ PKGBUILD	2022-06-21 13:50:18 UTC (rev 1238822)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-phitigra
-_pyname=${pkgname#python-}
-pkgver=0.2.5
-pkgrel=1
-pkgdesc='A graph editor for SageMath/Jupyter'
-url='https://github.com/jfraymond/phitigra'
-arch=(any)
-license=(MIT)
-source=(https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz)
-depends=(sagemath python-ipycanvas)
-makedepends=(python-build python-installer python-wheel)
-sha256sums=('f6f4714926fa57f6076cb5b81d1166bf7f6f684a9678aa68c9cb6db77da99665')
-
-build() {
-  cd $_pyname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd $_pyname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-phitigra/repos/community-any/PKGBUILD (from rev 1238821, python-phitigra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-21 13:50:18 UTC (rev 1238822)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=python-phitigra
+_pyname=${pkgname#python-}
+pkgver=0.2.6
+pkgrel=1
+pkgdesc='A graph editor for SageMath/Jupyter'
+url='https://github.com/jfraymond/phitigra'
+arch=(any)
+license=(MIT)
+source=(https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz)
+depends=(sagemath python-ipycanvas)
+makedepends=(python-build python-installer python-wheel)
+sha256sums=('36cdc745316b876a4f675212b9a994439d2d9a1b3b12c4e8cce4a149304a9ba0')
+
+build() {
+  cd $_pyname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $_pyname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list