commit: 09f9cea52a3c19b54ca0e1b67c942547a51b3aa7 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 29 08:05:01 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 29 08:06:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f9cea5
dev-python/incremental: Bump to 24.11.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/incremental/Manifest | 2 ++ dev-python/incremental/incremental-24.11.0.ebuild | 39 +++++++++++++++++++++++ dev-python/incremental/metadata.xml | 2 +- 3 files changed, 42 insertions(+), 1 deletion(-) diff --git a/dev-python/incremental/Manifest b/dev-python/incremental/Manifest index 12c53c59e236..c36264148850 100644 --- a/dev-python/incremental/Manifest +++ b/dev-python/incremental/Manifest @@ -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 diff --git a/dev-python/incremental/incremental-24.11.0.ebuild b/dev-python/incremental/incremental-24.11.0.ebuild new file mode 100644 index 000000000000..5e99d7a16c20 --- /dev/null +++ b/dev-python/incremental/incremental-24.11.0.ebuild @@ -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}" +} diff --git a/dev-python/incremental/metadata.xml b/dev-python/incremental/metadata.xml index 4dca9c550191..cc71206be765 100644 --- a/dev-python/incremental/metadata.xml +++ b/dev-python/incremental/metadata.xml @@ -11,7 +11,7 @@ <email>[email protected]</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>
