mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
python-futures: update to 3.2.0.
Closes #9676. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
80c03df856
commit
781726dd15
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-futures'
|
# Template file for 'python-futures'
|
||||||
pkgname=python-futures
|
pkgname=python-futures
|
||||||
version=3.1.1
|
version=3.2.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="futures-${version}"
|
wrksrc="futures-${version}"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="PSF"
|
license="PSF"
|
||||||
homepage="https://github.com/agronholm/pythonfutures"
|
homepage="https://github.com/agronholm/pythonfutures"
|
||||||
distfiles="${PYPI_SITE}/f/futures/futures-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/futures/futures-${version}.tar.gz"
|
||||||
checksum=51ecb45f0add83c806c68e4b06106f90db260585b25ef2abfcda0bd95c0132fd
|
checksum=9ec02aa7d674acb8618afb127e27fde7fc68994c0437ad759fa094a574adb265
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue