mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 07:05:16 +02:00
20 lines
604 B
Bash
20 lines
604 B
Bash
# Template file for 'python-futures'
|
|
pkgname=python-futures
|
|
version=3.0.4
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="futures-${version}"
|
|
build_style=python-module
|
|
pycompile_module="concurrent"
|
|
hostmakedepends="python-setuptools"
|
|
depends="python"
|
|
short_desc="Backport of the concurrent.futures package from Python 3.2"
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
license="2-clause-BSD"
|
|
homepage="https://github.com/agronholm/pythonfutures"
|
|
distfiles="${PYPI_SITE}/f/futures/futures-${version}.tar.gz"
|
|
checksum=19485d83f7bd2151c0aeaf88fbba3ee50dadfb222ffc3b66a344ef4952b782a3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|