dev-python/incremental: Bump to 24.11.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-11-29 09:05:01 +01:00
parent dca1b65d1f
commit 09f9cea52a
No known key found for this signature in database
GPG Key ID: 8E32347AF4055AE8
3 changed files with 42 additions and 1 deletions

View File

@ -1 +1,3 @@
DIST incremental-24.11.0.tar.gz 24000 BLAKE2B bafcdb94b421410836ce17e40e4421573fa35062af0ed2a0268506f75e43a7ca74e4ea137865f61f5d7318c5d82f1fc5bb7da647548e1cbbb4577fa25ba9f85b SHA512 3e30034810d73ddd503d36bdfafcd9bb77da7cad002f0b8f2f34c4bf21207e12a71661545a6a68bd3c22fe20453eba3a8f5dcf22080e7144885a120b166c7519
DIST incremental-24.11.0.tar.gz.provenance 9535 BLAKE2B 8ab4ac19aa750378795a0011eb9c891ffe984e8cc493ec57f0b573e82d28d56beb756f030891849440df5d125366dea13b4ef31aab2516cebe1a0a670de4db97 SHA512 8ccfbe1b6e394a03328c1d903b6710663ea3b572ffa8b1eb56438baaefaf33f60893d726099bce0d2b22591f21e67a54c406cbbb07eccbea7aa87fdab4cf0484
DIST incremental-24.7.2.tar.gz 28157 BLAKE2B c3f9e14660c1009b9083e424d451618057e17ef3799ef96368fbcd38c3738f29ee711b4114c4210f2b5970d6637c026ffa683ae3453bc4855ebcabdbe52f5500 SHA512 d738d32392ff3a3fa15b880598a74c8fe61383ab2ca167612ffdad464edda9d08fbfabfdf5c4939731c4d0489a76ba72a483fe3813351610b3618fbcc9539d82

View File

@ -0,0 +1,39 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYPI_VERIFY_REPO=https://github.com/twisted/incremental
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 pypi
DESCRIPTION="Incremental is a small library that versions your Python projects"
HOMEPAGE="
https://github.com/twisted/incremental/
https://pypi.org/project/Incremental/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-python/packaging-17.0[${PYTHON_USEDEP}]
"
# note: most of test deps are for examples that we can't run without
# Internet
BDEPEND="
${RDEPEND}
test? (
dev-python/twisted[${PYTHON_USEDEP}]
)
"
python_test() {
"${EPYTHON}" -m twisted.trial incremental ||
die "Tests failed on ${EPYTHON}"
}

View File

@ -11,7 +11,7 @@
<email>hawkowl@twistedmatrix.com</email>
<name>Amber Brown</name>
</maintainer>
<remote-id type="pypi">incremental</remote-id>
<remote-id type="pypi">Incremental</remote-id>
<remote-id type="github">twisted/incremental</remote-id>
</upstream>
</pkgmetadata>