commit: 6686b466b29968c5bbd62c4e726df42d10ecde49 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Thu May 8 18:28:47 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Fri May 9 12:25:38 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6686b466
dev-python/vector: moved to ::gentoo Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> Part-of: https://github.com/gentoo/sci/pull/1357 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> dev-python/vector/metadata.xml | 19 ------------------- dev-python/vector/vector-1.4.1.ebuild | 34 ---------------------------------- dev-python/vector/vector-1.5.2.ebuild | 33 --------------------------------- dev-python/vector/vector-1.6.0.ebuild | 33 --------------------------------- 4 files changed, 119 deletions(-) diff --git a/dev-python/vector/metadata.xml b/dev-python/vector/metadata.xml deleted file mode 100644 index b6aaa9af7..000000000 --- a/dev-python/vector/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <maintainer type="person"> - <email>[email protected]</email> - <name>Alexander Puck Neuwirth</name> - </maintainer> - <longdescription lang="en"> - Vector is a Python 3.8+ library (Python 3.6 and 3.7 supported till v0.9.0 and v1.0.0, respectively) for 2D, 3D, and Lorentz vectors, especially arrays of vectors, to solve common physics problems in a NumPy-like way. - </longdescription> - <upstream> - <remote-id type="pypi">vector</remote-id> - <remote-id type="github">scikit-hep/vector</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/vector/vector-1.4.1.ebuild b/dev-python/vector/vector-1.4.1.ebuild deleted file mode 100644 index a57240b49..000000000 --- a/dev-python/vector/vector-1.4.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=hatchling -inherit distutils-r1 pypi optfeature - -DESCRIPTION="Vector classes and utilities" -HOMEPAGE=" - https://github.com/scikit-hep/vector - https://vector.readthedocs.io/ - https://doi.org/10.5281/zenodo.7054478 -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -# tests need numba -RESTRICT="test" - -RDEPEND=" - >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}] - >=dev-python/packaging-19[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-python/hatch-vcs[${PYTHON_USEDEP}] -" - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -pkg_postinst() { - optfeature "awkward array support" dev-python/awkward - optfeature "sympy support" dev-python/sympy -} diff --git a/dev-python/vector/vector-1.5.2.ebuild b/dev-python/vector/vector-1.5.2.ebuild deleted file mode 100644 index b9c06d278..000000000 --- a/dev-python/vector/vector-1.5.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) -DISTUTILS_USE_PEP517=hatchling -inherit distutils-r1 pypi optfeature - -DESCRIPTION="Vector classes and utilities" -HOMEPAGE=" - https://github.com/scikit-hep/vector - https://vector.readthedocs.io/ - https://doi.org/10.5281/zenodo.7054478 -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -# tests need numba -RESTRICT="test" - -RDEPEND=" - >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}] - >=dev-python/packaging-19[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/hatch-vcs[${PYTHON_USEDEP}] -" - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -pkg_postinst() { - optfeature "awkward array support" dev-python/awkward - optfeature "sympy support" dev-python/sympy -} diff --git a/dev-python/vector/vector-1.6.0.ebuild b/dev-python/vector/vector-1.6.0.ebuild deleted file mode 100644 index b9c06d278..000000000 --- a/dev-python/vector/vector-1.6.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) -DISTUTILS_USE_PEP517=hatchling -inherit distutils-r1 pypi optfeature - -DESCRIPTION="Vector classes and utilities" -HOMEPAGE=" - https://github.com/scikit-hep/vector - https://vector.readthedocs.io/ - https://doi.org/10.5281/zenodo.7054478 -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -# tests need numba -RESTRICT="test" - -RDEPEND=" - >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}] - >=dev-python/packaging-19[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/hatch-vcs[${PYTHON_USEDEP}] -" - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -pkg_postinst() { - optfeature "awkward array support" dev-python/awkward - optfeature "sympy support" dev-python/sympy -}
