diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-17 19:19:58 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-17 19:19:58 +0000 |
| commit | f466297be4b0dcaa068033d4f503690e3d639a77 (patch) | |
| tree | 17b2f920352322903c0ababa9f89da4530bcac0e /dev-python/quantities | |
| parent | b22837b475e47f33863c0589f3e4edfc5ec0b772 (diff) | |
| download | baldeagleos-repo-f466297be4b0dcaa068033d4f503690e3d639a77.tar.gz baldeagleos-repo-f466297be4b0dcaa068033d4f503690e3d639a77.tar.xz baldeagleos-repo-f466297be4b0dcaa068033d4f503690e3d639a77.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.16.4.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/quantities/Manifest b/dev-python/quantities/Manifest index ae523e67d16c..be5d87588111 100644 --- a/dev-python/quantities/Manifest +++ b/dev-python/quantities/Manifest @@ -1 +1,2 @@ DIST python-quantities-0.16.2.gh.tar.gz 93210 BLAKE2B ab0987945b3bd666b17f637ea0a951dd76d472474c3ead8d10ba98544f34dd4fa943a663de716ce6eee90de2e8749a297319af34014e1833a304a9cf0fd33e10 SHA512 315e20b75d44b2c355406f35ffcfe4afe7b9e1010dd491cd76d85ad3a6346625228dbb14415a1293c20c08ac0f7243ba4b9cda26db4070e97093d24fd997da18 +DIST quantities-0.16.4.tar.gz 100726 BLAKE2B c1ec4aebd0f40c0d04e07e3139cf38e0c9987e85bb37d23d1910cc5f7c91a17313741fb5e444460802891a73142730b001a0d7311274dbb06c81777dc8cd4d7d SHA512 e43054025a08023449d77721c54ca20d6c45cb8848cf4738fd11692580e31e5639feca77cf1d714436cd49b51f74ebca6508e09e5ad02c3fa985599b1b807fe3 diff --git a/dev-python/quantities/quantities-0.16.4.ebuild b/dev-python/quantities/quantities-0.16.4.ebuild new file mode 100644 index 000000000000..14b1d16c6cfd --- /dev/null +++ b/dev-python/quantities/quantities-0.16.4.ebuild @@ -0,0 +1,33 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Support for physical quantities with units, based on numpy" +HOMEPAGE=" + https://github.com/python-quantities/python-quantities/ + https://pypi.org/project/quantities/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + >=dev-python/numpy-1.24[$PYTHON_USEDEP] +" +BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +python_test() { + epytest --pyargs quantities.tests +} |
