From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5513115800F for ; Mon, 13 Feb 2023 03:05:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72DA1E0849; Mon, 13 Feb 2023 03:05:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EDC4E0849 for ; Mon, 13 Feb 2023 03:05:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E1F9335D04 for ; Mon, 13 Feb 2023 03:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D432E8A7 for ; Mon, 13 Feb 2023 03:05:04 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1676257485.78b6800eeef69b8ee7bfc485266c293c632b0039.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nptyping/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nptyping/Manifest dev-python/nptyping/nptyping-2.4.1.ebuild X-VCS-Directories: dev-python/nptyping/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 78b6800eeef69b8ee7bfc485266c293c632b0039 X-VCS-Branch: master Date: Mon, 13 Feb 2023 03:05:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d86491c9-6993-4e68-a346-e10b4e8f35e6 X-Archives-Hash: c9b4f7ae231d62b20f2554a2f4c30db7 commit: 78b6800eeef69b8ee7bfc485266c293c632b0039 Author: Matt Turner gentoo org> AuthorDate: Mon Feb 13 03:04:28 2023 +0000 Commit: Matt Turner gentoo 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 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