mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
python-cairo: update to 1.17.0.
Closes #13524. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
c6ea2beaa1
commit
1c9ca42b42
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python-cairo'
|
# Template file for 'python-cairo'
|
||||||
pkgname=python-cairo
|
pkgname=python-cairo
|
||||||
version=1.16.3
|
version=1.17.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pycairo-${version}"
|
wrksrc="pycairo-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="pkg-config python"
|
hostmakedepends="pkg-config python"
|
||||||
makedepends="cairo-devel python-devel"
|
makedepends="cairo-devel python-devel"
|
||||||
short_desc="Python2 bindings for the cairo graphics library"
|
short_desc="Python2 bindings for the cairo graphics library"
|
||||||
homepage="https://pycairo.readthedocs.io/"
|
|
||||||
license="LGPL-2.1, MPL-1.1"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="LGPL-2.1-or-later, MPL-1.1"
|
||||||
|
homepage="https://pycairo.readthedocs.io/"
|
||||||
distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz"
|
distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz"
|
||||||
checksum=5bb321e5d4f8b3a51f56fc6a35c143f1b72ce0d748b43d8b623596e8215f01f7
|
checksum=cdd4d1d357325dec3a21720b85d273408ef83da5f15c184f2eff3212ff236b9f
|
||||||
|
|
||||||
python-cairo-devel_package() {
|
python-cairo-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue