mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
python3-svg.path: update to 5.1.
This commit is contained in:
parent
f3ba7ab949
commit
4cc79007d5
1 changed files with 6 additions and 3 deletions
|
@ -1,17 +1,20 @@
|
|||
# Template file for 'python3-svg.path'
|
||||
pkgname=python3-svg.path
|
||||
version=4.1
|
||||
revision=3
|
||||
version=5.1
|
||||
revision=1
|
||||
wrksrc="svg.path-${version}"
|
||||
build_style=python3-module
|
||||
# disable failing test
|
||||
make_check_args="-k not(ImageTest)"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest-cov python3-Pillow"
|
||||
short_desc="Python3 SVG path parser"
|
||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/regebro/svg.path"
|
||||
distfiles="https://github.com/regebro/svg.path/archive/${version}.tar.gz"
|
||||
checksum=8fe78a5ff8f379c78dac4a3ba623068a8a2af434dace24103a053e06525d400d
|
||||
checksum=2ea5351a5886f8c55ae8fddb2f7182dca3d5760c03abade9cb256b91e4bb9bb4
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue