commit:     48c287c48062445d1049f5dc7ebf944704d1b46c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 17 06:44:26 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 17 07:04:52 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c287c4

dev-python/quantities: Bump to 0.16.4

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/quantities/Manifest                 |  1 +
 dev-python/quantities/quantities-0.16.4.ebuild | 33 ++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

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..2b0d645aa4f9
--- /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_{11..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
+}

Reply via email to