python-future: update to 0.17.0
This commit is contained in:
parent
5d9dde822d
commit
2c04a7c331
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-future'
|
# Template file for 'python-future'
|
||||||
pkgname=python-future
|
pkgname=python-future
|
||||||
version=0.16.0
|
version=0.17.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="future-${version}"
|
wrksrc="future-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -12,17 +12,17 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools"
|
depends="python-setuptools"
|
||||||
short_desc="Clean single-source support for Python 3 and 2 (Python2)"
|
short_desc="Clean single-source support for Python 3 and 2 (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://python-future.org/"
|
homepage="https://python-future.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/f/future/future-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/future/future-${version}.tar.gz"
|
||||||
checksum=e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb
|
checksum=eb6d4df04f1fb538c99f69c9a28b255d1ee4e825d479b9c62fc38c0cf38065a4
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
future:futurize:/usr/bin/futurize2
|
future:futurize:/usr/bin/futurize2
|
||||||
future:pasteurize:/usr/bin/pasteurize2"
|
future:pasteurize:/usr/bin/pasteurize2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-future_package() {
|
python3-future_package() {
|
||||||
|
@ -38,6 +38,6 @@ python3-future_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/*3
|
vmove usr/bin/*3
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue