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: Sun, 24 Jul 2022 20:33:27 +0000 (UTC)	[thread overview]
Message-ID: <1658694753.f2e73557e59e15bcb0330615aaab7d761f6ac43e.mgorny@gentoo> (raw)

commit:     f2e73557e59e15bcb0330615aaab7d761f6ac43e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 20:32:33 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 20:32:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e73557

dev-python/nptyping: Remove old

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

 dev-python/nptyping/Manifest              |  2 --
 dev-python/nptyping/nptyping-2.1.2.ebuild | 48 -----------------------------
 dev-python/nptyping/nptyping-2.1.3.ebuild | 50 -------------------------------
 3 files changed, 100 deletions(-)

diff --git a/dev-python/nptyping/Manifest b/dev-python/nptyping/Manifest
index 723ee657fbc5..541ea66f942e 100644
--- a/dev-python/nptyping/Manifest
+++ b/dev-python/nptyping/Manifest
@@ -1,3 +1 @@
-DIST nptyping-2.1.2.gh.tar.gz 64535 BLAKE2B c050c7c49e4c4570b73496a3ac2aa24742844e7cbc1db353d1bf065eea4fdd892221139a085d217a9118dea5b19b0bcec512577c943cc841492f1cc0b14c3681 SHA512 f6d600f7595294829bae5b8cade8b66952df02f30b795af6b193401083d61e5dc8ac4ac474ddd5ef72c3fe3e7f11a4a895a5ff89ab7ddd2664382fbe4f8017c2
-DIST nptyping-2.1.3.gh.tar.gz 65157 BLAKE2B cae8b1a34ac42bdb805193437d2bc02d16c4c37b6cfd04e84e777ec11ce40b32a8422e89e7c63e876b99fa785bf2b15fcf0ea295313ae8a46e662ecb2e370d5e SHA512 7d0c47f5fc67af6ef3af4c757e75d2b415011c4bb7ef08100b4649dd17a8afe3b430ae1b621d36097e19ee635bdaa95ecda6e62c6fb01a58983c66386b51717c
 DIST nptyping-2.2.0.gh.tar.gz 65224 BLAKE2B 11b77690dc83492a13f5a58839655c210d3bd48368e14d0c97be4b5e51f4de54d4e4a238f5865826309b40dc7bb50376ca45827e9e74360dad215bd798610809 SHA512 3c29689994ca87418614e55811b66d03087d127b9e620c2dc3407e3e3ff984cdecd789b0dbd955db460f865a34941f061a7496362ef9944351f59a0e4c3ef483

diff --git a/dev-python/nptyping/nptyping-2.1.2.ebuild b/dev-python/nptyping/nptyping-2.1.2.ebuild
deleted file mode 100644
index 1677c4c46bac..000000000000
--- a/dev-python/nptyping/nptyping-2.1.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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
-	# 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

diff --git a/dev-python/nptyping/nptyping-2.1.3.ebuild b/dev-python/nptyping/nptyping-2.1.3.ebuild
deleted file mode 100644
index 3815be94d4dd..000000000000
--- a/dev-python/nptyping/nptyping-2.1.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# 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-07-24 20:33 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-24 20:33 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-08-30  5:45 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=1658694753.f2e73557e59e15bcb0330615aaab7d761f6ac43e.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