David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-rcssmin
Commits: 14eeacdd by David Runge at 2023-10-04T11:52:25+02:00 Use bash arrays with one entry per line for easier handling Signed-off-by: David Runge <[email protected]> - - - - - f31256f1 by David Runge at 2023-10-04T11:55:24+02:00 Switch to correct SPDX license identifier in accordance with upstream data Signed-off-by: David Runge <[email protected]> - - - - - bde316c8 by David Runge at 2023-10-04T11:59:11+02:00 upgpkg: 1.1.2-1 Switch to upstream provided source tarball. Use correct SPDX license identifier. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = python-rcssmin + pkgdesc = Fast CSS minifier for Python + pkgver = 1.1.2 + pkgrel = 1 + url = https://github.com/ndparker/rcssmin + arch = x86_64 + license = Apache-2.0 + checkdepends = python-pytest + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = glibc + depends = python + source = rcssmin-1.1.2.tar.gz::https://github.com/ndparker/rcssmin/archive/refs/tags/1.1.2.tar.gz + sha512sums = 796f39b34867f9c135fd4d3fe1bd4282b1247974eb80c84cc3822fe7655399fb312a90c7a05b6a6e879169902591d5055fb25d7960ed6125e0f1a96fafebbf4e + b2sums = cd6d7a7615537bf1ff9ed3bd9c04de7bcde74aace7dc9f625f7afdb85ce3fa417ac3eedb8f990697ec87356759b17904caaf3c40fef3c448bcf85cc871beae1a + +pkgname = python-rcssmin ===================================== PKGBUILD ===================================== @@ -2,18 +2,26 @@ _name=rcssmin pkgname=python-rcssmin -pkgver=1.1.1 -pkgrel=2 +pkgver=1.1.2 +pkgrel=1 pkgdesc="Fast CSS minifier for Python" arch=(x86_64) url="https://github.com/ndparker/rcssmin" -license=(Apache) -depends=(python) -makedepends=(python-build python-installer python-setuptools python-wheel) +license=(Apache-2.0) +depends=( + glibc + python +) +makedepends=( + python-build + python-installer + python-setuptools + python-wheel +) checkdepends=(python-pytest) -source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz) -sha512sums=('3439808f0e9165cac33756a2664fb4e3a314107422a952ebd42b28653519d91ba9e8f775cd499078c6d3faf103415c7c66eec05258f2dcfe85fee4f253399dfd') -b2sums=('20a67546400f8fa86250a814f0a4b71e7f30df8ed8f9d0426d2ad097706174b082ad9645ca293c7477f0786ea42aca3c2a85b1fb1f32e30d44e816c10985a896') +source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz) +sha512sums=('796f39b34867f9c135fd4d3fe1bd4282b1247974eb80c84cc3822fe7655399fb312a90c7a05b6a6e879169902591d5055fb25d7960ed6125e0f1a96fafebbf4e') +b2sums=('cd6d7a7615537bf1ff9ed3bd9c04de7bcde74aace7dc9f625f7afdb85ce3fa417ac3eedb8f990697ec87356759b17904caaf3c40fef3c448bcf85cc871beae1a') build() { cd $_name-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rcssmin/-/compare/eda97af9192f18072166ce778b550e8188214b1a...bde316c8b3e1916207b4f775c6f5afd84d0a27ec -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rcssmin/-/compare/eda97af9192f18072166ce778b550e8188214b1a...bde316c8b3e1916207b4f775c6f5afd84d0a27ec You're receiving this email because of your account on gitlab.archlinux.org.
