commit: 064c332952cabd6aec8e2bc86bcc632200c3363e
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
AuthorDate: Fri May 16 09:25:05 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
CommitDate: Fri May 16 09:25:05 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=064c3329
sci-physics/hepunits: drop 2.3.2, 2.3.3
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
sci-physics/hepunits/hepunits-2.3.2.ebuild | 23 -----------------------
sci-physics/hepunits/hepunits-2.3.3.ebuild | 25 -------------------------
2 files changed, 48 deletions(-)
diff --git a/sci-physics/hepunits/hepunits-2.3.2.ebuild
b/sci-physics/hepunits/hepunits-2.3.2.ebuild
deleted file mode 100644
index 34b3977a8..000000000
--- a/sci-physics/hepunits/hepunits-2.3.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=hatchling
-inherit distutils-r1
-
-DESCRIPTION="units and constants in the HEP system of units"
-HOMEPAGE="https://github.com/scikit-hep/hepunits"
-
-LICENSE="BSD"
-SLOT="0"
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/scikit-hep/hepunits"
-else
- inherit pypi
- KEYWORDS="~amd64"
-fi
-
-RDEPEND="
- >=dev-python/attrs-19.2[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
diff --git a/sci-physics/hepunits/hepunits-2.3.3.ebuild
b/sci-physics/hepunits/hepunits-2.3.3.ebuild
deleted file mode 100644
index 2fb8bb148..000000000
--- a/sci-physics/hepunits/hepunits-2.3.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=hatchling
-inherit distutils-r1
-
-DESCRIPTION="units and constants in the HEP system of units"
-HOMEPAGE="https://github.com/scikit-hep/hepunits"
-
-LICENSE="BSD"
-SLOT="0"
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/scikit-hep/hepunits"
-else
- inherit pypi
- KEYWORDS="~amd64"
-fi
-
-RDEPEND="
- >=dev-python/attrs-19.2[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest