Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / xdot
Commits: f3438fa6 by Antonio Rojas at 2024-06-13T08:29:06+02:00 Add python-packaging dependency Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/xdot/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = xdot pkgdesc = Interactive viewer for graphs written in Graphviz's dot language pkgver = 1.4 - pkgrel = 1 + pkgrel = 2 url = https://github.com/jrfonseca/xdot.py arch = any license = LGPL2.1 @@ -16,6 +16,7 @@ pkgbase = xdot depends = python-cairo depends = python-gobject depends = python-numpy + depends = python-packaging source = xdot-1.4.tar.gz::https://github.com/jrfonseca/xdot.py/archive/1.4.tar.gz source = xdot.desktop sha512sums = 36065ca840ea0f3ffeca3d7bb16aa3f68b79ef3c7d43f0ba80d100d198f89edee1ca9cb3baff378a63c53a527c37dcccbd7262fd1aa26b7c61bc9e2c55c6e3ed ===================================== PKGBUILD ===================================== @@ -4,12 +4,12 @@ pkgname=xdot _pkgname=${pkgname}.py pkgver=1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Interactive viewer for graphs written in Graphviz's dot language" url='https://github.com/jrfonseca/xdot.py' arch=('any') license=('LGPL2.1') -depends=('graphviz' 'gtk3' 'python' 'python-cairo' 'python-gobject' 'python-numpy') +depends=('graphviz' 'gtk3' 'python' 'python-cairo' 'python-gobject' 'python-numpy' 'python-packaging') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') checkdepends=('xorg-server-xvfb') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jrfonseca/${_pkgname}/archive/${pkgver}.tar.gz View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xdot/-/commit/f3438fa675e8de67b10ac952c0eb95e2d305a333 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xdot/-/commit/f3438fa675e8de67b10ac952c0eb95e2d305a333 You're receiving this email because of your account on gitlab.archlinux.org.
