python3-pyclipper: update to 1.3.0.post5.

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:03:10 -04:00
parent cb77e27f32
commit eceba7794a

View file

@ -1,6 +1,6 @@
# Template file for 'python3-pyclipper' # Template file for 'python3-pyclipper'
pkgname=python3-pyclipper pkgname=python3-pyclipper
version=1.3.0.post4 version=1.3.0.post5
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools_scm python3-Cython" hostmakedepends="python3-setuptools_scm python3-Cython"
@ -12,7 +12,12 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT" license="MIT"
homepage="https://github.com/fonttools/pyclipper" homepage="https://github.com/fonttools/pyclipper"
distfiles="${PYPI_SITE}/p/pyclipper/pyclipper-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pyclipper/pyclipper-${version}.tar.gz"
checksum=b73b19d2a1b895edcacaf4acb441e13e99b9e5fd53b9c0dfd2e1326e2bf68a7a checksum=c0239f928e0bf78a3efc2f2f615a10bfcdb9f33012d46d64c8d1225b4bde7096
post_extract() {
# Force regeneration of Cython modules
: > dev
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE