mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
python-pathlib2: update to 2.3.0
This commit is contained in:
parent
c6637b04b0
commit
cc159ce5b2
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-pathlib2'
|
# Template file for 'python-pathlib2'
|
||||||
pkgname=python-pathlib2
|
pkgname=python-pathlib2
|
||||||
version=2.2.1
|
version=2.3.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pathlib2-${version}"
|
wrksrc="pathlib2-${version}"
|
||||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools"
|
||||||
depends="python-six python-scandir"
|
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://github.com/mcmtroffaes/pathlib2"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/p/pathlib2/pathlib2-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pathlib2/pathlib2-${version}.tar.gz"
|
||||||
checksum=ce9007df617ef6b7bd8a31cd2089ed0c1fed1f7c23cf2bf1ba140b3dd563175d
|
checksum=d32550b75a818b289bd4c1f96b60c89957811da205afcceab75bc8b4857ea5b3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst LICENSE
|
vlicense LICENSE.rst LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue