19 lines
650 B
Bash
19 lines
650 B
Bash
# Template file for 'python3-svgelements'
|
|
pkgname=python3-svgelements
|
|
version=1.9.6
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
checkdepends="python3-pytest python3-numpy python3-scipy python3-Pillow"
|
|
short_desc="SVG Parsing for Elements, Paths, and other SVG Objects"
|
|
maintainer="Luciogi <githubvoidlinux.supremacy429@passinbox.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/meerk40t/svgelements"
|
|
distfiles="${PYPI_SITE}/s/svgelements/svgelements-${version}.tar.gz"
|
|
checksum=7c02ad6404cd3d1771fd50e40fbfc0550b0893933466f86a6eb815f3ba3f37f7
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/${py3_sitelib}/test
|
|
vlicense LICENSE
|
|
}
|