Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-phitigra
Commits: 38129f57 by Antonio Rojas at 2024-04-07T23:27:31+02:00 upgpkg: 0.2.6-3: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = python-phitigra + pkgdesc = A graph editor for SageMath/Jupyter + pkgver = 0.2.6 + pkgrel = 3 + url = https://github.com/jfraymond/phitigra + arch = any + license = MIT + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + depends = sagemath + depends = python-ipycanvas + source = https://files.pythonhosted.org/packages/source/p/phitigra/phitigra-0.2.6.tar.gz + sha256sums = 36cdc745316b876a4f675212b9a994439d2d9a1b3b12c4e8cce4a149304a9ba0 + +pkgname = python-phitigra ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-phitigra _pyname=${pkgname#python-} pkgver=0.2.6 -pkgrel=2 +pkgrel=3 pkgdesc='A graph editor for SageMath/Jupyter' url='https://github.com/jfraymond/phitigra' arch=(any) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-phitigra/-/commit/38129f57a9029d69ef076e61c72838e8beba5281 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-phitigra/-/commit/38129f57a9029d69ef076e61c72838e8beba5281 You're receiving this email because of your account on gitlab.archlinux.org.
