mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python-path: update to 7.4
This commit is contained in:
parent
35d0628b17
commit
c63e9197da
1 changed files with 4 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'python-path'
|
# Template file for 'python-path'
|
||||||
pkgname=python-path
|
pkgname=python-path
|
||||||
version=7.3
|
version=7.4
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="path.py-${version}"
|
wrksrc="path.py-${version}"
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="unzip python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="path.py"
|
pycompile_module="path.py"
|
||||||
short_desc="Python2 module wrapper for os.path"
|
short_desc="Python2 module wrapper for os.path"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/jaraco/path.py"
|
homepage="https://github.com/jaraco/path.py"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/p/path.py/path.py-${version}.zip"
|
distfiles="${PYPI_SITE}/p/path.py/path.py-${version}.tar.gz"
|
||||||
checksum=f7d146f40768e3742199a5316fbe3eb6a6091b9feedcb4b969c7348dc03151e1
|
checksum=69df64c911a4b27194e24b0b81789f449e2b75af46ffbd872e66c9af20009948
|
||||||
|
|
||||||
python3.4-path_package() {
|
python3.4-path_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue