mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-incremental: update to 22.10.0.
This commit is contained in:
parent
1eabdca653
commit
2702b6f830
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-incremental'
|
# Template file for 'python3-incremental'
|
||||||
pkgname=python3-incremental
|
pkgname=python3-incremental
|
||||||
version=21.3.0
|
version=22.10.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-Twisted python3-click"
|
|
||||||
short_desc="Small library that versions your Python projects (Python3)"
|
short_desc="Small library that versions your Python projects (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/twisted/incremental"
|
homepage="https://github.com/twisted/incremental"
|
||||||
changelog="https://raw.githubusercontent.com/twisted/incremental/trunk/NEWS.rst"
|
changelog="https://raw.githubusercontent.com/twisted/incremental/trunk/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/i/incremental/incremental-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/incremental/incremental-${version}.tar.gz"
|
||||||
checksum=02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d755d6f57
|
checksum=912feeb5e0f7e0188e6f42241d2f450002e11bbc0937c65865045854c24c0bd0
|
||||||
|
make_check=no # cyclic dependency with Twisted
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue