python-packaging: Update to 19.2
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
_realname=packaging
|
||||
pkgbase="python-${_realname}"
|
||||
pkgname=("python3-${_realname}" "python2-${_realname}")
|
||||
pkgver=19.1
|
||||
pkgver=19.2
|
||||
pkgrel=1
|
||||
pkgdesc="Core utilities for Python packages"
|
||||
arch=('any')
|
||||
@@ -12,7 +12,7 @@ license=('Apache')
|
||||
makedepends=('python3-setuptools' 'python2-setuptools' 'python3-pyparsing' 'python2-pyparsing' 'python2-six' 'python3-six' 'git')
|
||||
checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 'python2-pretend' 'python-coverage' 'python2-coverage')
|
||||
source=("https://pypi.io/packages/source/p/packaging/packaging-${pkgver}.tar.gz")
|
||||
sha256sums=('c491ca87294da7cc01902edbe30a5bc6c4c28172b5138ab4e4aa1b9d7bfaeafe')
|
||||
sha256sums=('28b924174df7a2fa32c1953825ff29c61e2f5e082343165438812f00d3a7fc47')
|
||||
|
||||
prepare() {
|
||||
cp -a packaging-${pkgver}{,-py2}
|
||||
|
||||
Reference in New Issue
Block a user