summaryrefslogtreecommitdiff
path: root/dev-python/incremental
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-05 10:11:02 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-05 10:11:02 +0100
commit20deac35b03e3e15d55e2cfd0236308f20bead59 (patch)
tree025d381424ca1c394c0f8e538633cd942f5ee490 /dev-python/incremental
parentfc3556aa4466d278bff2aef2f88113089def0bab (diff)
gentoo auto-resync : 05:07:2023 - 10:11:01
Diffstat (limited to 'dev-python/incremental')
-rw-r--r--dev-python/incremental/Manifest3
-rw-r--r--dev-python/incremental/incremental-22.10.0-r1.ebuild2
-rw-r--r--dev-python/incremental/incremental-22.10.0.ebuild29
3 files changed, 2 insertions, 32 deletions
diff --git a/dev-python/incremental/Manifest b/dev-python/incremental/Manifest
index aedb33b9a3b7..45439ebcdce8 100644
--- a/dev-python/incremental/Manifest
+++ b/dev-python/incremental/Manifest
@@ -1,4 +1,3 @@
DIST incremental-22.10.0.tar.gz 18305 BLAKE2B 8e3f19e1825c608d72259729674da2dfa5005a64fb336d3c2144f20fdfd40e84ce1988cb6e00c2c86412e48f71bf2c5bd0d4f226cb49b1ff8e799065dd9fda42 SHA512 23a7572db731d1dd9871d309a02f8a29a92b7f1d897e64a2fe053575e7b486ec87e54d5ae9658eb1a82f90ba36b1b1694b58a991d841553f6cb98983725a49c3
-EBUILD incremental-22.10.0-r1.ebuild 833 BLAKE2B 2e96fe694e8a46468576e59b8d34f17f6f778b65368550d51d2bcd8a62e0610bfb656faec21454425de46d5f04cd77b8ad7f8b16c7531dbe363c9964e5e7efb2 SHA512 de9d02ad17e1271ba1804992da65117659c8568f722d346444757f8ee4c022fa07cb9294c93581dab318424c09d137b37b3eeedc5625de0dc7deb26688c34748
-EBUILD incremental-22.10.0.ebuild 824 BLAKE2B 2776e45357c8fbe94d848691d10a404dd6b7344cf5ff3fe712fd3ec4e840212046d5aa0f4e83f9947aff7bcb3f6af7fe109b5a0074b472979afc46f8e724503e SHA512 8d09c24ae4f998a1c4eced8082262e901c89585293e3e6240e0da0967ad71bd990d697480531659fb863fb4fc9c48a6882bbfff7656fb1451beae45e5b994bc8
+EBUILD incremental-22.10.0-r1.ebuild 825 BLAKE2B dacf36725b6beba0ddcbaf1ad06ad5ae7ec051069c2eaa90521abba37b09a90ab89d425d322866d6f7823dca992f1c0f9a8cd5f387532f9c92bd22d2d75a4a72 SHA512 701ebacf7ca05fc32526ae94b879b4b9fc068c8e01fcf4f2c50a94fedff891726e613ccdaf64e7cc6a98ca2569e3bc4b1c44f746745cf83873d4173286640b9e
MISC metadata.xml 501 BLAKE2B b83d40e36b124d2aedb279a12ac7d1e4f43d4bf289211491fbf1b37232c651df27e38869269fc5bf1960f9a0f04524920839a1595a6b5a7beed5a50a5219b4c1 SHA512 ec1f4c5ee87bd2ad6c247fa182c2ea1d8d0f544308fe64afa925aada1200e0c0bb4955971e0d7a3a9a4eb25486b0693c499b64a6de1cefba2868c58e319967cc
diff --git a/dev-python/incremental/incremental-22.10.0-r1.ebuild b/dev-python/incremental/incremental-22.10.0-r1.ebuild
index 99479a7fa049..f61cdd0845f9 100644
--- a/dev-python/incremental/incremental-22.10.0-r1.ebuild
+++ b/dev-python/incremental/incremental-22.10.0-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/twisted/incremental https://pypi.org/project/increm
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="test"
RESTRICT="!test? ( test )"
diff --git a/dev-python/incremental/incremental-22.10.0.ebuild b/dev-python/incremental/incremental-22.10.0.ebuild
deleted file mode 100644
index a2effcd179c4..000000000000
--- a/dev-python/incremental/incremental-22.10.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-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 ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/click[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]"
-BDEPEND="
- test? ( dev-python/twisted[${PYTHON_USEDEP}] )"
-
-python_test() {
- "${EPYTHON}" -m twisted.trial incremental ||
- die "Tests failed on ${EPYTHON}"
-}