python-six: update to 1.8.0

This commit is contained in:
Alessio Sergi 2014-09-19 10:12:38 +02:00
parent b30b1327ca
commit c70f0125dd
1 changed files with 5 additions and 6 deletions

View File

@ -1,24 +1,23 @@
# Template file for 'python-six' # Template file for 'python-six'
pkgname=python-six pkgname=python-six
version=1.7.3 version=1.8.0
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="six-${version}" wrksrc="six-${version}"
build_style=python-module build_style=python-module
python_versions="2.7 3.4" python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools" hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="python-devel python3.4-devel"
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 library)"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://pypi.python.org/pypi/six/" homepage="https://pypi.python.org/pypi/six/"
license="MIT" license="MIT"
distfiles="https://pypi.python.org/packages/source/s/six/six-${version}.tar.gz" distfiles="${PYPI_SITE}/s/six/six-${version}.tar.gz"
checksum=7a842c9f882c0b2ab1064d567bb9fff6a21c9efbc3d9992083ad6193787ed393 checksum=047bbbba41bac37c444c75ddfdf0573dd6e2f1fbd824e6247bb26fa7d8fa3830
post_install() { post_install() {
vinstall LICENSE 644 usr/share/licenses/${pkgname} vlicense LICENSE
} }
python3.4-six_package() { python3.4-six_package() {
@ -29,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
vinstall ${wrksrc}/LICENSE 644 usr/share/licenses/${pkgname} vlicense ${wrksrc}/LICENSE
} }
} }