mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python-futures: update to 3.1.1
Switched to PSF license.
This commit is contained in:
parent
c0c1cf4e4a
commit
a8bf53736a
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-futures'
|
# Template file for 'python-futures'
|
||||||
pkgname=python-futures
|
pkgname=python-futures
|
||||||
version=3.0.5
|
version=3.1.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="futures-${version}"
|
wrksrc="futures-${version}"
|
||||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Backport of the concurrent.futures package from Python 3.2"
|
short_desc="Backport of the concurrent.futures package from Python 3.2"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="2-clause-BSD"
|
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=0542525145d5afc984c88f914a0c85c77527f65946617edb5274f72406f981df
|
checksum=51ecb45f0add83c806c68e4b06106f90db260585b25ef2abfcda0bd95c0132fd
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue