Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-pyclipper
Commits: 44506826 by Jelle van der Waa at 2024-04-06T19:03:37+02:00 upgpkg: 1.3.0.post5-2: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = python-pyclipper + pkgdesc = Cython wrapper for the C++ translation of the Angus Johnson’s Clipper library + pkgver = 1.3.0.post5 + pkgrel = 2 + url = https://github.com/fonttools/pyclipper + arch = x86_64 + arch = i686 + license = MIT + makedepends = cython + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools-scm + depends = python + source = https://files.pythonhosted.org/packages/source/p/pyclipper/pyclipper-1.3.0.post5.tar.gz + source = update-scm-version.patch + sha256sums = c0239f928e0bf78a3efc2f2f615a10bfcdb9f33012d46d64c8d1225b4bde7096 + sha256sums = 0e3cf27a376ba54c15c05b2cc6bbacd55ca7984ebe326ce4d825058a69c1a087 + +pkgname = python-pyclipper ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgbase=python-pyclipper _pyname=pyclipper pkgname="python-$_pyname" pkgver=1.3.0.post5 -pkgrel=1 +pkgrel=2 pkgdesc='Cython wrapper for the C++ translation of the Angus Johnson’s Clipper library' url="https://github.com/fonttools/$_pyname" arch=(x86_64 i686) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyclipper/-/commit/445068263c6a4b80a86f44679838f441f2cf6a8f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyclipper/-/commit/445068263c6a4b80a86f44679838f441f2cf6a8f You're receiving this email because of your account on gitlab.archlinux.org.