25 lines
680 B
Bash
25 lines
680 B
Bash
# Template file for 'python3-pyclipper'
|
|
pkgname=python3-pyclipper
|
|
version=1.3.0.post5
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm python3-Cython"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Cython wrapper for Angus Johnson's Clipper library"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/fonttools/pyclipper"
|
|
distfiles="${PYPI_SITE}/p/pyclipper/pyclipper-${version}.tar.gz"
|
|
checksum=c0239f928e0bf78a3efc2f2f615a10bfcdb9f33012d46d64c8d1225b4bde7096
|
|
|
|
post_extract() {
|
|
# Force regeneration of Cython modules
|
|
: > dev
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|