From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/quantities/
Date: Fri, 14 Jan 2022 08:08:12 +0000 (UTC) [thread overview]
Message-ID: <1642147684.dbdc90c8fada0add6c8fd6d799c4c643a7b4f9ae.mgorny@gentoo> (raw)
commit: dbdc90c8fada0add6c8fd6d799c4c643a7b4f9ae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 14 06:58:44 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 14 08:08:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbdc90c8
dev-python/quantities: Bump to 0.13.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/quantities/Manifest | 1 +
dev-python/quantities/quantities-0.13.0.ebuild | 27 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/quantities/Manifest b/dev-python/quantities/Manifest
index 3516beb4dda5..e4e1eb9c9b3c 100644
--- a/dev-python/quantities/Manifest
+++ b/dev-python/quantities/Manifest
@@ -1 +1,2 @@
DIST python-quantities-0.12.5.tar.gz 105130 BLAKE2B db1cf09fa2efc249bc722abe34ed71d0f59d85595f70baf44203785c32179a3598be8aac225adadfd7d5f09c44ec077dcef310ee2fe7ce4d49a1533b04cb9de6 SHA512 db81e45d464e65d6b144d05e1b990fccc5c17ab7fdd47c7bb0c0094ebcacd6af52a3692492561af3a694741810ddac03e4c887d7c6effed833f196493da5f156
+DIST python-quantities-0.13.0.tar.gz 107187 BLAKE2B ead5c223892f65c68ced2265356f8c1e5374f80a1507ec561370e56e28e8965217a7b99f5c46cb83a5f6a1b1f12eb9f501844650488871d48794f13a4383df38 SHA512 ec0a61d8df8e48e7ee08cab5c899a8c8ad96b964ee0132ab130f272f062436d91e6370aac9d85453eeb3d95e17e79e8dfb80412397eada1f0a4310c0494fa217
diff --git a/dev-python/quantities/quantities-0.13.0.ebuild b/dev-python/quantities/quantities-0.13.0.ebuild
new file mode 100644
index 000000000000..29b2720ff0ff
--- /dev/null
+++ b/dev-python/quantities/quantities-0.13.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=no
+
+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"
+SRC_URI="
+ https://github.com/python-quantities/python-quantities/archive/v${PV}.tar.gz
+ -> ${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-python/numpy-1.16[$PYTHON_USEDEP]
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2022-01-14 8:08 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-14 8:08 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-02 12:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/quantities/ Michał Górny
2024-11-02 12:35 Arthur Zamarin
2024-11-02 10:08 Arthur Zamarin
2024-10-17 2:51 Michał Górny
2024-09-14 14:07 Michał Górny
2024-09-14 13:37 Arthur Zamarin
2024-09-14 13:22 Arthur Zamarin
2024-08-28 3:43 Michał Górny
2024-06-26 12:40 Petr Vaněk
2023-12-24 17:24 Michał Górny
2023-12-24 17:21 Arthur Zamarin
2023-12-24 1:02 Sam James
2023-12-09 6:53 Michał Górny
2023-11-23 19:00 Michał Górny
2023-10-27 18:07 Michał Górny
2023-04-05 7:28 Arthur Zamarin
2023-04-05 7:00 Arthur Zamarin
2023-02-17 18:51 Michał Górny
2023-02-06 17:07 Michał Górny
2022-10-29 14:32 Arthur Zamarin
2022-03-16 8:09 Michał Górny
2022-03-15 18:30 Jakov Smolić
2022-02-17 21:28 Arthur Zamarin
2022-02-17 21:25 Arthur Zamarin
2022-01-30 13:09 Michał Górny
2021-09-18 21:03 Michał Górny
2021-09-18 19:48 Sam James
2021-09-18 17:18 Sam James
2021-08-17 6:47 Michał Górny
2021-06-05 18:10 Michał Górny
2020-09-20 20:21 Agostino Sarubbo
2020-09-03 14:29 Thomas Deutschmann
2020-07-19 10:43 Joonas Niilola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1642147684.dbdc90c8fada0add6c8fd6d799c4c643a7b4f9ae.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox