python3-packaging: update to 20.8.
This commit is contained in:
parent
222afc92d5
commit
be9b467eb1
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'python3-packaging'
|
||||
pkgname=python3-packaging
|
||||
version=20.7
|
||||
version=20.8
|
||||
revision=1
|
||||
wrksrc="packaging-${version}"
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-flit_core"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-parsing"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Core utilities for Python packages (Python3)"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|||
license="Apache-2.0, BSD-2-Clause"
|
||||
homepage="https://github.com/pypa/packaging"
|
||||
distfiles="${PYPI_SITE}/p/packaging/packaging-${version}.tar.gz"
|
||||
checksum=05af3bb85d320377db281cf254ab050e1a7ebcbf5410685a9a407e18a1f81236
|
||||
checksum=78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093
|
||||
|
||||
do_check() {
|
||||
: provides no tests
|
||||
|
|
Loading…
Reference in a new issue