python3-incremental: update to 24.7.2.

This commit is contained in:
Joel Beckmeyer 2024-08-14 10:55:34 -04:00 committed by classabbyamp
parent cb57dffd8f
commit c61be67884
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'python3-incremental'
pkgname=python3-incremental
version=22.10.0
version=24.7.2
revision=1
build_style=python3-module
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Small library that versions your Python projects (Python3)"
@ -11,7 +11,7 @@ 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=912feeb5e0f7e0188e6f42241d2f450002e11bbc0937c65865045854c24c0bd0
checksum=fb4f1d47ee60efe87d4f6f0ebb5f70b9760db2b2574c59c8e8912be4ebd464c9
make_check=no # cyclic dependency with Twisted
post_install() {