mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 19:12:57 +02:00
python-six: update to 1.14.0.
This commit is contained in:
parent
fcddbf283a
commit
f5c3fe2f18
1 changed files with 5 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-six'
|
# Template file for 'python-six'
|
||||||
pkgname=python-six
|
pkgname=python-six
|
||||||
version=1.12.0
|
version=1.14.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="six-${version}"
|
wrksrc="six-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="six.py"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Python 2 and 3 compatibility utilities (Python2)"
|
short_desc="Python 2 and 3 compatibility utilities (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/benjaminp/six"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://github.com/benjaminp/six"
|
||||||
|
changelog="https://raw.githubusercontent.com/benjaminp/six/master/CHANGES"
|
||||||
distfiles="${PYPI_SITE}/s/six/six-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/six/six-${version}.tar.gz"
|
||||||
checksum=d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73
|
checksum=236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -22,7 +22,6 @@ post_install() {
|
||||||
python3-six_package() {
|
python3-six_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="six.py"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Reference in a new issue