21 lines
578 B
Bash
21 lines
578 B
Bash
# Template file for 'python3-future'
|
|
pkgname=python3-future
|
|
version=0.18.2
|
|
revision=5
|
|
wrksrc="future-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools"
|
|
short_desc="Clean single-source support for Python 3 and 2 (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://python-future.org/"
|
|
distfiles="${PYPI_SITE}/f/future/future-${version}.tar.gz"
|
|
checksum=b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d
|
|
|
|
conflicts="python-future>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|