David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-zopfli
Commits: 54b80021 by David Runge at 2024-04-05T12:08:50+02:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - da554bfb by David Runge at 2024-04-05T12:09:26+02:00 upgpkg: 0.2.3-2: Rebuild against Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = python-zopfli + pkgdesc = Python bindings to zopfli + pkgver = 0.2.3 + pkgrel = 2 + url = https://github.com/fonttools/py-zopfli + arch = x86_64 + license = Apache-2.0 + checkdepends = python-pytest + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-setuptools-scm + makedepends = python-wheel + depends = glibc + depends = python + depends = zopfli + depends = libzopfli.so + depends = libzopflipng.so + source = py-zopfli-0.2.3.tar.gz::https://github.com/fonttools/py-zopfli/archive/refs/tags/v0.2.3.tar.gz + sha512sums = 071e897270a5af893670a3744d5bec9557cc80ea3ad29dd7bf44e990e8db8a9d1eaa6b8e8bfab38094cfba00d18ee3ff393f729aa95242a52bdfac3535097efb + b2sums = c6c352a3ac81b3b5097da038502f73c51778ad0914a8f9e4a3a8fdd7d0ebfc3523fbad87d6527981b3607f898a43f0455f4dd9ac7cd37db9fd80d8a39c76e743 + +pkgname = python-zopfli ===================================== PKGBUILD ===================================== @@ -3,11 +3,11 @@ _name=py-zopfli pkgname=python-zopfli pkgver=0.2.3 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings to zopfli" arch=(x86_64) url="https://github.com/fonttools/py-zopfli" -license=(Apache) +license=(Apache-2.0) depends=( glibc python View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zopfli/-/compare/0a4090efe27da25791219a421313e934b691c178...da554bfb27cd6be83c6a28bb8192842ec8371e4d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zopfli/-/compare/0a4090efe27da25791219a421313e934b691c178...da554bfb27cd6be83c6a28bb8192842ec8371e4d You're receiving this email because of your account on gitlab.archlinux.org.
