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 D3FC0158091 for ; Sun, 19 Jun 2022 09:06:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E693DE096F; Sun, 19 Jun 2022 09:06:50 +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 C945FE096F for ; Sun, 19 Jun 2022 09:06:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8B64C3415DF for ; Sun, 19 Jun 2022 09:06:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF96451B for ; Sun, 19 Jun 2022 09:06:46 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1655629114.0033be122a2c05126b66085e0c9c6b107c0410ff.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/typish/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/typish/Manifest dev-python/typish/metadata.xml dev-python/typish/typish-1.9.3.ebuild profiles/package.mask X-VCS-Directories: dev-python/typish/ profiles/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 0033be122a2c05126b66085e0c9c6b107c0410ff X-VCS-Branch: master Date: Sun, 19 Jun 2022 09:06:46 +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: 31ba5682-7190-4f55-9928-95249ff0581f X-Archives-Hash: b3297d84e93fbd09a2f177c7ff04ed6a commit: 0033be122a2c05126b66085e0c9c6b107c0410ff Author: Jakov Smolić gentoo org> AuthorDate: Sun Jun 19 08:58:34 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Jun 19 08:58:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0033be12 dev-python/typish: treeclean Closes: https://bugs.gentoo.org/837299 Signed-off-by: Jakov Smolić gentoo.org> dev-python/typish/Manifest | 1 - dev-python/typish/metadata.xml | 13 ------------- dev-python/typish/typish-1.9.3.ebuild | 28 ---------------------------- profiles/package.mask | 6 ------ 4 files changed, 48 deletions(-) diff --git a/dev-python/typish/Manifest b/dev-python/typish/Manifest deleted file mode 100644 index 809dd7e09231..000000000000 --- a/dev-python/typish/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST typish-1.9.3.gh.tar.gz 22997 BLAKE2B f399f5d9b3ae8f85f3b719de77d675b142ac45b6535f66d9d0d999411bc5bfc9100523667ea4c1d2be60c15a4bf35ec931ded9e1181a4545bbaa9b96fb27d0dd SHA512 baad9d2229ac289c4eb1d6e64bac0313efd4680f42a95270e0c1141d511392e6a95a5fea767943ddf432f5f0d48d95a05bbf26e06df188079ac177d321e4fa5c diff --git a/dev-python/typish/metadata.xml b/dev-python/typish/metadata.xml deleted file mode 100644 index b498a186d60c..000000000000 --- a/dev-python/typish/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - python@gentoo.org - Gentoo Python Project - - - - typish - ramonhagenaars/typish - - diff --git a/dev-python/typish/typish-1.9.3.ebuild b/dev-python/typish/typish-1.9.3.ebuild deleted file mode 100644 index d78be374c291..000000000000 --- a/dev-python/typish/typish-1.9.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Functionality for types" -HOMEPAGE="https://pypi.org/project/typish/ - https://github.com/ramonhagenaars/typish" -SRC_URI=" - https://github.com/ramonhagenaars/typish/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" - -BDEPEND=" - test? ( - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/nptyping[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/profiles/package.mask b/profiles/package.mask index 15ec9b6ad538..701a1578d612 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -391,12 +391,6 @@ dev-python/unicodecsv # Masked for removal in 30 days net-im/whatsapp-desktop-bin -# Michał Górny (2022-05-16) -# This was only added for dev-python/nptyping, and nptyping-2.0.0 -# no longer uses it. No activity since Aug 2021. -# Removal on 2022-06-15. Bug #837299. -dev-python/typish - # Matt Turner (2022-04-30) # Masked for testing. Apparently causes crashes. Bug #841857. >=x11-libs/libX11-1.8