commit:     618b2fc532aeb5fd87d1f3678574972d7943eb2c
Author:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 24 17:10:02 2025 +0000
Commit:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Sat Sep 27 09:25:07 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=618b2fc5

sci-physics/hepunits: drop 2.3.5

Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>

 sci-physics/hepunits/hepunits-2.3.5.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/sci-physics/hepunits/hepunits-2.3.5.ebuild 
b/sci-physics/hepunits/hepunits-2.3.5.ebuild
deleted file mode 100644
index 12626f69a..000000000
--- a/sci-physics/hepunits/hepunits-2.3.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-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
-
-
-BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest

Reply via email to