public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nptyping/
Date: Mon, 13 Feb 2023 03:05:04 +0000 (UTC)	[thread overview]
Message-ID: <1676257485.78b6800eeef69b8ee7bfc485266c293c632b0039.mattst88@gentoo> (raw)

commit:     78b6800eeef69b8ee7bfc485266c293c632b0039
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 03:04:28 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 03:04:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b6800e

dev-python/nptyping: Remove mistakenly-added version

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-python/nptyping/Manifest              |  1 -
 dev-python/nptyping/nptyping-2.4.1.ebuild | 50 -------------------------------
 2 files changed, 51 deletions(-)

diff --git a/dev-python/nptyping/Manifest b/dev-python/nptyping/Manifest
index b2a3aad56dc5..11a8f4320745 100644
--- a/dev-python/nptyping/Manifest
+++ b/dev-python/nptyping/Manifest
@@ -1,2 +1 @@
 DIST nptyping-2.3.1.gh.tar.gz 66951 BLAKE2B 781e2e84b7d89337c4753a050e95f3f9cad3a1aca22ea235e203ebe231bfc7dc4e91f5455603c4f7fe833b7b97ea9e8e561eea62eef4d0b2dce4ade077b8526d SHA512 a80df18cba3d427668be0f44f3ca315cf80daf7e3aed90d76b159479de069054cb4a2442abf7b658ddc853736fc7c3be2b0d1db2d7c9e54938cb1883eb0cb2c9
-DIST nptyping-2.4.1.gh.tar.gz 71092 BLAKE2B a1d8bcea055b9d46c6891ed6b0aa0bba6abcdd04cd7ad3c4ff75bf69547be0c3df5abd6783e405bfc627d4d33cb71b8895ef854bff4e573561235012e8a4db0f SHA512 df2694743c5ee349f2dc2b119b38f2d0d5d38b51a0dcf8336c7e17bd9075e05e94d76d01a35156069a6c95310f69bca9040f972a7efa6e7e581503ad77730520

diff --git a/dev-python/nptyping/nptyping-2.4.1.ebuild b/dev-python/nptyping/nptyping-2.4.1.ebuild
deleted file mode 100644
index 5408cf5b8bdd..000000000000
--- a/dev-python/nptyping/nptyping-2.4.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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:[~2023-02-13  3:05 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-13  3:05 Matt Turner [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
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-08-30  5:45 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=1676257485.78b6800eeef69b8ee7bfc485266c293c632b0039.mattst88@gentoo \
    --to=mattst88@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