16 lines
690 B
Bash
16 lines
690 B
Bash
# Template file for 'python3-versioneer'
|
|
pkgname=python3-versioneer
|
|
version=0.29
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3"
|
|
short_desc="Version-string management for VCS-controlled trees"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="Unlicense"
|
|
homepage="https://github.com/python-versioneer/python-versioneer"
|
|
changelog="https://raw.githubusercontent.com/python-versioneer/python-versioneer/master/NEWS.md"
|
|
distfiles="${PYPI_SITE}/v/versioneer/versioneer-${version}.tar.gz"
|
|
checksum=5ab283b9857211d61b53318b7c792cf68e798e765ee17c27ade9f6c924235731
|
|
make_check=no # tests do skeevy things with pip and virtualenvs
|