void-packages/srcpkgs/python3-future/template

20 lines
546 B
Bash

# Template file for 'python3-future'
pkgname=python3-future
version=0.18.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
short_desc="Clean single-source support for Python 3 and 2 (Python3)"
maintainer="Emil Miler <em@0x45.cz>"
license="MIT"
homepage="https://python-future.org/"
distfiles="${PYPI_SITE}/f/future/future-${version}.tar.gz"
checksum=34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307
conflicts="python-future>=0"
post_install() {
vlicense LICENSE.txt
}