python-pathlib2: update to 2.2.0
This commit is contained in:
parent
e5e53b96a2
commit
b604628629
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-pathlib2'
|
# Template file for 'python-pathlib2'
|
||||||
pkgname=python-pathlib2
|
pkgname=python-pathlib2
|
||||||
version=2.1.0
|
version=2.2.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pathlib2-${version}"
|
wrksrc="pathlib2-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools"
|
|
||||||
depends="python-six"
|
|
||||||
pycompile_module="pathlib2.py"
|
pycompile_module="pathlib2.py"
|
||||||
|
hostmakedepends="python-setuptools"
|
||||||
|
depends="python-six python-scandir"
|
||||||
short_desc="Backport of Python 3.4+ pathlib module"
|
short_desc="Backport of Python 3.4+ pathlib module"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://pypi.python.org/pypi/pathlib2"
|
homepage="https://pypi.python.org/pypi/pathlib2"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/p/pathlib2/pathlib2-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pathlib2/pathlib2-${version}.tar.gz"
|
||||||
checksum=deb3a960c1d55868dfbcac98432358b92ba89d95029cddd4040db1f27405055c
|
checksum=a34e82120e503ebeee9e4c4f6a6f199b117a58819d18ed0c7f8cc944d435086b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst LICENSE
|
vlicense LICENSE.rst LICENSE
|
||||||
|
|
Loading…
Reference in New Issue