void-packages/srcpkgs/python3-incremental/template

20 lines
668 B
Bash

# Template file for 'python3-incremental'
pkgname=python3-incremental
version=24.7.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Small library that versions your Python projects (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/twisted/incremental"
changelog="https://raw.githubusercontent.com/twisted/incremental/trunk/NEWS.rst"
distfiles="${PYPI_SITE}/i/incremental/incremental-${version}.tar.gz"
checksum=fb4f1d47ee60efe87d4f6f0ebb5f70b9760db2b2574c59c8e8912be4ebd464c9
make_check=no # cyclic dependency with Twisted
post_install() {
vlicense LICENSE
}