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 25E7015ACFC for ; Sun, 30 Apr 2023 10:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4102EE0875; 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 1435FE0871 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 3F6033412F3 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 E59E8A6E for ; Sun, 30 Apr 2023 10:07:53 +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: <1682849186.cfead9a8f153eaea86d142913bf06e895026e9b3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/defcon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/defcon/Manifest dev-python/defcon/defcon-0.10.2.ebuild dev-python/defcon/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-python/defcon/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: cfead9a8f153eaea86d142913bf06e895026e9b3 X-VCS-Branch: master Date: Sun, 30 Apr 2023 10:07:53 +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: f02a3e65-b2ce-4868-9341-4d3c1d8c4212 X-Archives-Hash: ff67802c4a4c8db87d5261d3dca145f3 commit: cfead9a8f153eaea86d142913bf06e895026e9b3 Author: David Seifert gentoo org> AuthorDate: Sun Apr 30 10:06:26 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 30 10:06:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfead9a8 dev-python/defcon: treeclean Signed-off-by: David Seifert gentoo.org> dev-python/defcon/Manifest | 1 - dev-python/defcon/defcon-0.10.2.ebuild | 34 ---------------------------------- dev-python/defcon/metadata.xml | 17 ----------------- profiles/package.mask | 1 - 4 files changed, 53 deletions(-) diff --git a/dev-python/defcon/Manifest b/dev-python/defcon/Manifest deleted file mode 100644 index de58d947c21c..000000000000 --- a/dev-python/defcon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST defcon-0.10.2.gh.tar.gz 426253 BLAKE2B 308c0f78a476db8f6fe7eb563970a91f1869a26a8a012905c70fb886d954f8b66b6952801212ddc4439921049773ef07c8f99c51465841681b2c19ab0d9ac27d SHA512 fada72ff846d377e76e259255dbb6f3170c6e87c793f891bed2b5e827ae3001864872eda92a9bb031f32194a7b61089a29908e510f6a4dece8e94828f82e1798 diff --git a/dev-python/defcon/defcon-0.10.2.ebuild b/dev-python/defcon/defcon-0.10.2.ebuild deleted file mode 100644 index 0536b120306a..000000000000 --- a/dev-python/defcon/defcon-0.10.2.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 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="A set of UFO based objects for use in font editing applications" -HOMEPAGE="https://github.com/robotools/defcon" -SRC_URI=" - https://github.com/robotools/defcon/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" - -RDEPEND=" - >=dev-python/fonttools-4.34.4[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] - test? ( - dev-python/fs[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} diff --git a/dev-python/defcon/metadata.xml b/dev-python/defcon/metadata.xml deleted file mode 100644 index 07df6f63671b..000000000000 --- a/dev-python/defcon/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - pacho@gentoo.org - Pacho Ramos - - - python@gentoo.org - Python - - - - robotools/defcon - defcon - - diff --git a/profiles/package.mask b/profiles/package.mask index 9b0132863cff..e4005fff93da 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -261,7 +261,6 @@ dev-ruby/turbolinks-source # was removed, so they have no revdeps now. # Removal on 2023-04-30. Bug #719882. dev-python/booleanOperations -dev-python/defcon # Ionen Wolkens (2023-03-30) # NVIDIA dropped support for the 390.xx branch in December 2022[1].