python-six: update to 1.10.0
This commit is contained in:
parent
850e1ed9c9
commit
60e4d58385
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-six'
|
# Template file for 'python-six'
|
||||||
pkgname=python-six
|
pkgname=python-six
|
||||||
version=1.9.0
|
version=1.10.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="six-${version}"
|
wrksrc="six-${version}"
|
||||||
|
@ -9,12 +9,12 @@ python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="six.py"
|
pycompile_module="six.py"
|
||||||
short_desc="Python 2 and 3 compatibility utilities (Python2 library)"
|
short_desc="Python 2 and 3 compatibility utilities (Python2)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://pypi.python.org/pypi/six/"
|
homepage="https://pypi.python.org/pypi/six/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/s/six/six-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/six/six-${version}.tar.gz"
|
||||||
checksum=e24052411fc4fbd1f672635537c3fc2330d9481b18c0317695b46259512c91d5
|
checksum=105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -28,6 +28,6 @@ python3.4-six_package() {
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
vlicense ${wrksrc}/LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue