summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <[email protected]>2025-04-20 06:11:24 +0200
committerMichał Górny <[email protected]>2025-04-20 07:22:43 +0200
commite7c8fd8aaecfd617ae78dfe0aad57a7c8437a1e8 (patch)
tree43af4924c1d7c496d72112135a048ef06b9914d9 /dev-python/calver/calver-2022.06.26.ebuild
parentdev-python/boolean-py: Remove old (diff)
downloadgentoo-e7c8fd8aaecfd617ae78dfe0aad57a7c8437a1e8.tar.gz
gentoo-e7c8fd8aaecfd617ae78dfe0aad57a7c8437a1e8.tar.bz2
gentoo-e7c8fd8aaecfd617ae78dfe0aad57a7c8437a1e8.zip
dev-python/calver: Remove old
Signed-off-by: Michał Górny <[email protected]>
Diffstat (limited to 'dev-python/calver/calver-2022.06.26.ebuild')
-rw-r--r--dev-python/calver/calver-2022.06.26.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/calver/calver-2022.06.26.ebuild b/dev-python/calver/calver-2022.06.26.ebuild
deleted file mode 100644
index 86ad4582d390..000000000000
--- a/dev-python/calver/calver-2022.06.26.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Setuptools extension for CalVer package versions"
-HOMEPAGE="
- https://github.com/di/calver/
- https://pypi.org/project/calver/
-"
-SRC_URI="
- https://github.com/di/calver/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-
-BDEPEND="
- test? (
- dev-python/pretend[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest