From 9cdbf4c3e0696ba01563ed61985819786e9ff78b Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Wed, 22 Oct 2025 07:18:00 +0000 Subject: Adding metadata --- dev-python/vector/vector-1.6.2.ebuild | 44 ----------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 dev-python/vector/vector-1.6.2.ebuild (limited to 'dev-python/vector/vector-1.6.2.ebuild') diff --git a/dev-python/vector/vector-1.6.2.ebuild b/dev-python/vector/vector-1.6.2.ebuild deleted file mode 100644 index 80f6bdac7665..000000000000 --- a/dev-python/vector/vector-1.6.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..14} ) -DISTUTILS_USE_PEP517=hatchling - -inherit distutils-r1 pypi optfeature - -DESCRIPTION="Vector classes and utilities" -HOMEPAGE=" - https://github.com/scikit-hep/vector - https://pypi.org/project/vector/ - https://vector.readthedocs.io/ - https://doi.org/10.5281/zenodo.7054478 -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}] - >=dev-python/packaging-19[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/hatch-vcs[${PYTHON_USEDEP}] -" - -pkg_postinst() { - optfeature "awkward array support" dev-python/awkward - optfeature "sympy support" dev-python/sympy -} - -EPYTEST_IGNORE=( - # no module named papermill - tests/test_notebooks.py - # testing for exact (not mathematical) equality against sympy - # which changes without being wrong... - tests/compute/sympy/lorentz/ -) - -distutils_enable_tests pytest -- cgit v1.3.1