mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 02:12:55 +02:00
python-virtualenv: update to 15.0.1
This commit is contained in:
parent
1048b5a06f
commit
613b806b1f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-virtualenv'
|
# Template file for 'python-virtualenv'
|
||||||
pkgname=python-virtualenv
|
pkgname=python-virtualenv
|
||||||
version=15.0.0
|
version=15.0.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="virtualenv-${version}"
|
wrksrc="virtualenv-${version}"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://virtualenv.pypa.io/"
|
homepage="https://virtualenv.pypa.io/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
|
||||||
checksum=70d63fb7e949d07aeb37f6ecc94e8b60671edb15b890aa86dba5dfaf2225dc19
|
checksum=1a74278b8adb383ce4c7619e33c753b1eb7b58dc1e449601c096ca4b76125f84
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '/^#!/d' virtualenv.py
|
sed -i '/^#!/d' virtualenv.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue