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 745B215ACFC for ; Sun, 30 Apr 2023 10:08:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 607A5E0874; Sun, 30 Apr 2023 10:07:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 24CCBE0874 for ; Sun, 30 Apr 2023 10:07:58 +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 45B083412C3 for ; Sun, 30 Apr 2023 10:07:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 051DCA6F for ; Sun, 30 Apr 2023 10:07:54 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1682849187.a42be913647350a1a0ac3b8c9cb52cfc8f77b3e8.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/booleanOperations/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/booleanOperations/Manifest dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild dev-python/booleanOperations/metadata.xml profiles/package.mask X-VCS-Directories: dev-python/booleanOperations/ profiles/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a42be913647350a1a0ac3b8c9cb52cfc8f77b3e8 X-VCS-Branch: master Date: Sun, 30 Apr 2023 10:07:54 +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: 33ca5535-6ca3-4f15-ad4e-c5c16196137e X-Archives-Hash: 1a542806b0dfbe77bf8f927daf543853 commit: a42be913647350a1a0ac3b8c9cb52cfc8f77b3e8 Author: David Seifert gentoo org> AuthorDate: Sun Apr 30 10:06:27 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 30 10:06:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42be913 dev-python/booleanOperations: treeclean Closes: https://bugs.gentoo.org/719882 Closes: https://bugs.gentoo.org/896754 Signed-off-by: David Seifert gentoo.org> dev-python/booleanOperations/Manifest | 1 - .../booleanOperations-0.9.0-r1.ebuild | 34 ---------------------- dev-python/booleanOperations/metadata.xml | 11 ------- profiles/package.mask | 7 ----- 4 files changed, 53 deletions(-) diff --git a/dev-python/booleanOperations/Manifest b/dev-python/booleanOperations/Manifest deleted file mode 100644 index 00d95f0ac5cf..000000000000 --- a/dev-python/booleanOperations/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST booleanOperations-0.9.0.tar.gz 165127 BLAKE2B 9f72246afa46c414e3ff9ad23b86da9665a90180fc058ca278b82c1281e798d9d913e496995ca8d45ff948aff5da8a6de26706afdb5e538dee64d7ffe96c7324 SHA512 a63dec9c3a8008825538498b162130624b4d2b9ca64980a23d631601928c5fc6eebdc8f03f19094b7923b008bde6a87b5f21518cb33c8df3fcd41fd84a8ddde9 diff --git a/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild b/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild deleted file mode 100644 index 4729ae2adec9..000000000000 --- a/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 - -DESCRIPTION="Boolean operations on paths" -HOMEPAGE="https://github.com/typemytype/booleanOperations" -SRC_URI="https://github.com/typemytype/booleanOperations/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -DEPEND="" -BDEPEND="" -RDEPEND="${DEPEND} - >=dev-python/fonttools-4.0.2[${PYTHON_USEDEP}] - >=dev-python/pyclipper-1.1.0_p3[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] -" - -distutils_enable_tests setup.py - -# tests need fontPens, that is not packaged -RESTRICT="test" - -src_prepare() { - export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" - distutils-r1_src_prepare -} diff --git a/dev-python/booleanOperations/metadata.xml b/dev-python/booleanOperations/metadata.xml deleted file mode 100644 index 893b6639f47c..000000000000 --- a/dev-python/booleanOperations/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - pacho@gentoo.org - Pacho Ramos - - - booleanOperations - - diff --git a/profiles/package.mask b/profiles/package.mask index e4005fff93da..185b5dedf5be 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -255,13 +255,6 @@ sci-biology/samtools:0.1-legacy dev-ruby/turbolinks dev-ruby/turbolinks-source -# Michał Górny (2023-03-31) -# Packages with non-functional tests and no py3.11 support. They were -# only needed for media-fonts/noto-emoji[buildfont], and that variant -# was removed, so they have no revdeps now. -# Removal on 2023-04-30. Bug #719882. -dev-python/booleanOperations - # Ionen Wolkens (2023-03-30) # NVIDIA dropped support for the 390.xx branch in December 2022[1]. #