diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-09-15 07:42:36 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-09-15 07:42:36 +0000 |
| commit | e2c8d154e76a7c6caea55dbc4b7e5b964a10ca09 (patch) | |
| tree | 382e9b7a112eb6cc9b5d21bc27cab81dd4edb395 /dev-python/quantities | |
| parent | 01132f4abbad28293d1efa8b3d36ebc0bf3688ee (diff) | |
| download | baldeagleos-repo-e2c8d154e76a7c6caea55dbc4b7e5b964a10ca09.tar.gz baldeagleos-repo-e2c8d154e76a7c6caea55dbc4b7e5b964a10ca09.tar.xz baldeagleos-repo-e2c8d154e76a7c6caea55dbc4b7e5b964a10ca09.zip | |
Adding metadata
Diffstat (limited to 'dev-python/quantities')
| -rw-r--r-- | dev-python/quantities/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/quantities/quantities-0.15.0-r1.ebuild | 43 | ||||
| -rw-r--r-- | dev-python/quantities/quantities-0.16.0.ebuild | 2 |
3 files changed, 1 insertions, 45 deletions
diff --git a/dev-python/quantities/Manifest b/dev-python/quantities/Manifest index 79c32e71b701..fe161fbff38d 100644 --- a/dev-python/quantities/Manifest +++ b/dev-python/quantities/Manifest @@ -1,2 +1 @@ -DIST python-quantities-0.15.0.gh.tar.gz 91327 BLAKE2B b75371e99b0f270d97cf6e9b80df1e7a0afa8ae8eb5d18750196e9b874737d58d3e3189ef9fdca4b312d24a19b406fe21f7eb304f0c1f11987873528190ca2e4 SHA512 987fb30d25a7b14e681d6eb963fc2cc68f954d017eca256739e897062249fce606adcb3224e3c8f0d371e49904caef7171a9a8ba4a7e60baa2fe063004846439 DIST python-quantities-0.16.0.gh.tar.gz 92228 BLAKE2B 2570b50a983cf1e84fc6df0590a2de251f671d15af06191c4fbf673c7bb75ec419e04f7bcc1a1730f87ed2269b40d707aa6a1103d1238421c19b939f2bbc7f2b SHA512 592001add7201868844197e67ac3a200d4a82c11f02c0d2ce4f007bda5b8c66c29c0f30563da7fd214c3aede4564590b1de9e29b2e9dac0a77a1db0b410e750d diff --git a/dev-python/quantities/quantities-0.15.0-r1.ebuild b/dev-python/quantities/quantities-0.15.0-r1.ebuild deleted file mode 100644 index ddc8ed8c38c5..000000000000 --- a/dev-python/quantities/quantities-0.15.0-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2020-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -inherit distutils-r1 - -MY_P="python-quantities-${PV}" -DESCRIPTION="Support for physical quantities with units, based on numpy" -HOMEPAGE=" - https://github.com/python-quantities/python-quantities/ - https://pypi.org/project/quantities/ -" -SRC_URI=" - https://github.com/python-quantities/python-quantities/archive/v${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -# >=dev-python/numpy-2 is not currently supported, -# see https://github.com/python-quantities/python-quantities/pull/232 -RDEPEND=" - >=dev-python/numpy-1.20[$PYTHON_USEDEP] - <dev-python/numpy-2[$PYTHON_USEDEP] -" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -python_test() { - epytest --pyargs quantities.tests -} diff --git a/dev-python/quantities/quantities-0.16.0.ebuild b/dev-python/quantities/quantities-0.16.0.ebuild index 9ffb55fb1a59..2ac6601453e2 100644 --- a/dev-python/quantities/quantities-0.16.0.ebuild +++ b/dev-python/quantities/quantities-0.16.0.ebuild @@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" RDEPEND=" >=dev-python/numpy-1.20[$PYTHON_USEDEP] |
