python-virtualenv: update to 12.0.5
This commit is contained in:
		| @@ -1,20 +1,20 @@ | ||||
| # Template file for 'python-virtualenv' | ||||
| pkgname=python-virtualenv | ||||
| version=12.0.4 | ||||
| version=12.0.5 | ||||
| revision=1 | ||||
| noarch=yes | ||||
| wrksrc="virtualenv-${version}" | ||||
| build_style=python-module | ||||
| python_versions="2.7 3.4" | ||||
| hostmakedepends="python-setuptools python3.4-setuptools" | ||||
| depends="python-setuptools" | ||||
| depends="python" | ||||
| pycompile_module="virtualenv.py" | ||||
| short_desc="Virtual Python2 environment builder" | ||||
| maintainer="Alessio Sergi <al3hex@gmail.com>" | ||||
| homepage="https://virtualenv.pypa.io/" | ||||
| license="MIT" | ||||
| distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz" | ||||
| checksum=43d886c79e9ddeac0ba50d99d7be154003c5b2df5aca861e8b48cb9aba4c68eb | ||||
| checksum=c2cb6cb3536cff6be514f92b03af10128a7d5448bbb35f528e64facc37abde73 | ||||
|  | ||||
| post_extract() { | ||||
| 	cp -a ${wrksrc} /tmp/virtualenv-2.7 | ||||
| @@ -48,7 +48,7 @@ do_install() { | ||||
|  | ||||
| python3.4-virtualenv_package() { | ||||
| 	noarch=yes | ||||
| 	depends="python3.4-setuptools" | ||||
| 	depends="python3.4" | ||||
| 	pycompile_version="3.4" | ||||
| 	pycompile_module="virtualenv.py" | ||||
| 	short_desc="${short_desc/Python2/Python3.4}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alessio Sergi
					Alessio Sergi