public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nptyping/
Date: Tue, 30 Aug 2022 05:45:45 +0000 (UTC)	[thread overview]
Message-ID: <1661838339.ef30aa6adfd9dd838b2aa8c429351a48d9f3c63c.mgorny@gentoo> (raw)

commit:     ef30aa6adfd9dd838b2aa8c429351a48d9f3c63c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 05:35:21 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 05:45:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef30aa6a

dev-python/nptyping: Bump to 2.3.0

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

 dev-python/nptyping/Manifest              |  1 +
 dev-python/nptyping/nptyping-2.3.0.ebuild | 50 +++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/nptyping/Manifest b/dev-python/nptyping/Manifest
index 541ea66f942e..dc08bf3190cb 100644
--- a/dev-python/nptyping/Manifest
+++ b/dev-python/nptyping/Manifest
@@ -1 +1,2 @@
 DIST nptyping-2.2.0.gh.tar.gz 65224 BLAKE2B 11b77690dc83492a13f5a58839655c210d3bd48368e14d0c97be4b5e51f4de54d4e4a238f5865826309b40dc7bb50376ca45827e9e74360dad215bd798610809 SHA512 3c29689994ca87418614e55811b66d03087d127b9e620c2dc3407e3e3ff984cdecd789b0dbd955db460f865a34941f061a7496362ef9944351f59a0e4c3ef483
+DIST nptyping-2.3.0.gh.tar.gz 66275 BLAKE2B 404ed4bfc1947d2a50216f7f84d712c1ae2e38e4a45cb0a3971e575f73724f32bdb41fa6c1e647c88f6d99047d898e286e165ad5dc70b7a579417a40ebd0b299 SHA512 853cbc2aa4887d68e737b57d49f16cd2e9c9c817c3126697f7bd63ed7e6755b56b081a68cad876e35fa064497ea990933d0a0d794e53ca7604b1b79ccf9dbb22

diff --git a/dev-python/nptyping/nptyping-2.3.0.ebuild b/dev-python/nptyping/nptyping-2.3.0.ebuild
new file mode 100644
index 000000000000..3815be94d4dd
--- /dev/null
+++ b/dev-python/nptyping/nptyping-2.3.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Type hints for Numpy"
+HOMEPAGE="
+	https://pypi.org/project/nptyping/
+	https://github.com/ramonhagenaars/nptyping/
+"
+SRC_URI="
+	https://github.com/ramonhagenaars/nptyping/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	dev-python/numpy[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		dev-python/typing-extensions[${PYTHON_USEDEP}]
+	' 3.8 3.9)
+"
+BDEPEND="
+	test? (
+		dev-python/mypy[${PYTHON_USEDEP}]
+		dev-python/typeguard[${PYTHON_USEDEP}]
+	)
+"
+
+EPYTEST_IGNORE=(
+	# TODO: package beartype?
+	tests/test_beartype.py
+	# TODO: package pyright?
+	tests/test_pyright.py
+	# test for... whether the release is on pypi?
+	# requires Internet + feedparser, meaningless for users
+	tests/test_package_info.py
+	# relies on Internet access to fetch packages for pip
+	tests/test_wheel.py
+)
+
+distutils_enable_tests pytest


             reply	other threads:[~2022-08-30  5:45 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-30  5:45 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-19 11:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/nptyping/ Michał Górny
2023-02-21  7:41 Michał Górny
2023-02-13  3:22 Matt Turner
2023-02-13  3:05 Matt Turner
2022-11-08 13:19 Andrew Ammerlaan
2022-10-03  6:42 Michał Górny
2022-10-02 19:33 Arthur Zamarin
2022-08-31  9:21 Michał Górny
2022-07-24 20:33 Michał Górny
2022-07-24 16:29 Sam James
2022-07-02 12:17 Arthur Zamarin
2022-07-02 12:15 Arthur Zamarin
2022-06-26 16:52 Arthur Zamarin
2022-06-19 18:08 Arthur Zamarin
2022-06-09 14:55 Michał Górny
2022-06-09  7:23 Michał Górny
2022-06-02  6:42 Michał Górny
2022-05-15 10:41 Michał Górny
2022-05-15  8:19 Jakov Smolić
2022-04-29  6:17 Michał Górny
2022-04-08 10:00 Michał Górny
2022-04-08  8:56 Michał Górny
2022-02-16 20:21 Arthur Zamarin
2022-02-16 20:13 Arthur Zamarin
2022-02-16 20:00 Arthur Zamarin
2022-02-15 16:19 Sam James
2022-02-13 15:23 Sam James
2022-02-13  8:41 Jakov Smolić
2022-02-13  8:41 Jakov Smolić
2022-02-07 22:29 Sam James
2022-02-07 20:14 Arthur Zamarin
2022-02-07  9:35 Sam James
2022-01-26 20:07 Arthur Zamarin
2022-01-26 20:06 Arthur Zamarin
2022-01-26 19:38 Arthur Zamarin
2022-01-26 19:36 Arthur Zamarin
2022-01-26 19:27 Arthur Zamarin
2022-01-26 13:19 Yixun Lan
2022-01-25 20:53 Arthur Zamarin
2022-01-25 20:47 Arthur Zamarin

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=1661838339.ef30aa6adfd9dd838b2aa8c429351a48d9f3c63c.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