summaryrefslogtreecommitdiff
path: root/dev-python/incremental
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/incremental')
-rw-r--r--dev-python/incremental/Manifest2
-rw-r--r--dev-python/incremental/incremental-24.11.0.ebuild39
-rw-r--r--dev-python/incremental/metadata.xml17
3 files changed, 0 insertions, 58 deletions
diff --git a/dev-python/incremental/Manifest b/dev-python/incremental/Manifest
deleted file mode 100644
index ad08bb67ed49..000000000000
--- a/dev-python/incremental/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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
diff --git a/dev-python/incremental/incremental-24.11.0.ebuild b/dev-python/incremental/incremental-24.11.0.ebuild
deleted file mode 100644
index cb88c323ce9c..000000000000
--- a/dev-python/incremental/incremental-24.11.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2026 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_{13..14} )
-
-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 ~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
deleted file mode 100644
index cc71206be765..000000000000
--- a/dev-python/incremental/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <maintainer>
- <email>hawkowl@twistedmatrix.com</email>
- <name>Amber Brown</name>
- </maintainer>
- <remote-id type="pypi">Incremental</remote-id>
- <remote-id type="github">twisted/incremental</remote-id>
- </upstream>
-</pkgmetadata>