python-packaging: update to 19.0.
This commit is contained in:
parent
1b6087ca67
commit
a5745536b4
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-packaging'
|
# Template file for 'python-packaging'
|
||||||
pkgname=python-packaging
|
pkgname=python-packaging
|
||||||
version=18.0
|
version=19.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="packaging-${version}"
|
wrksrc="packaging-${version}"
|
||||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-parsing python-six"
|
depends="python-parsing python-six"
|
||||||
short_desc="Core utilities for Python packages (Python2)"
|
short_desc="Core utilities for Python packages (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/pypa/packaging"
|
|
||||||
license="Apache-2.0, BSD-2-Clause"
|
license="Apache-2.0, BSD-2-Clause"
|
||||||
|
homepage="https://github.com/pypa/packaging"
|
||||||
distfiles="${PYPI_SITE}/p/packaging/packaging-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/packaging/packaging-${version}.tar.gz"
|
||||||
checksum=0886227f54515e592aaa2e5a553332c73962917f2831f1b0f9b9f4380a4b9807
|
checksum=0c98a5d0be38ed775798ece1b9727178c4469d9c3b4ada66e8e6b7849f8732af
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue