python-packaging: remove package

This commit is contained in:
Michal Vasilek 2022-09-25 15:14:57 +02:00 committed by classabbyamp
parent 0718cabfc9
commit 89bef1f0e1
2 changed files with 0 additions and 22 deletions

View file

@ -1,19 +0,0 @@
# Template file for 'python-packaging'
pkgname=python-packaging
version=20.4
revision=2
wrksrc="packaging-${version}"
build_style=python2-module
hostmakedepends="python-setuptools"
depends="python-parsing python-six"
short_desc="Core utilities for Python packages (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="Apache-2.0, BSD-2-Clause"
homepage="https://github.com/pypa/packaging"
changelog="https://raw.githubusercontent.com/pypa/packaging/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/p/packaging/packaging-${version}.tar.gz"
checksum=4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8
post_install() {
vlicense LICENSE
}

View file

@ -1,3 +0,0 @@
# packaging >= 20.5 drops setuptools for flit, which is py3-only;
# prevent update hits on newer versions since they require py3 to build
pattern="packaging-\K20\.4(\.[0-9.]+)?(?=.tar.gz)"