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 244D2158091 for ; Mon, 30 May 2022 23:04:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3B4DE0870; Mon, 30 May 2022 23:04:30 +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 7BBEBE0870 for ; Mon, 30 May 2022 23:04:30 +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 6AA77341A4E for ; Mon, 30 May 2022 23:04:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0CF54E5 for ; Mon, 30 May 2022 23:04:26 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653951862.b7c63f6dd1718893a0c3c759603f8d1ca6dd9496.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/cffsubr/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/cffsubr/Manifest dev-python/cffsubr/cffsubr-0.2.8.ebuild X-VCS-Directories: dev-python/cffsubr/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: b7c63f6dd1718893a0c3c759603f8d1ca6dd9496 X-VCS-Branch: dev Date: Mon, 30 May 2022 23:04:26 +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: 55d2f930-66ba-4caa-90e0-06387c57d01a X-Archives-Hash: ff5e823bb24480e7476865c4dc7fc0ed commit: b7c63f6dd1718893a0c3c759603f8d1ca6dd9496 Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 30 22:52:07 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 30 23:04:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7c63f6d dev-python/cffsubr: drop 0.2.8 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/cffsubr/Manifest | 1 - dev-python/cffsubr/cffsubr-0.2.8.ebuild | 39 --------------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-python/cffsubr/Manifest b/dev-python/cffsubr/Manifest index c0a09a371..f9962e649 100644 --- a/dev-python/cffsubr/Manifest +++ b/dev-python/cffsubr/Manifest @@ -1,2 +1 @@ -DIST cffsubr-0.2.8.tar.gz 124245 BLAKE2B fa78acf9158faf3917f194a2c30a13c2a598a7476a89dc79f95440eb04fe91663e7620729e6be1635ce1df24fff34068c42ea155abb17f016f50e961d13f52af SHA512 5f5a655168c6157799d17e20762893f23a7f7d90e739fb5bbe0a4fd895dc2b1c5359b5bdb92f4cb8333f841cd5b471359825d709f2477afd2bd7322760359d24 DIST cffsubr-0.2.9_p1.tar.gz 124635 BLAKE2B c040339d113247b34195d7b7a220b449810ced52ffeea209bde2bb871c964a1da7d734c7167ece88ade03b26e722dca7f235a70326ff8c9b268b707ba5730a79 SHA512 8f1ea1fb732b772c1ac479883df6993ff2d56457c725d621bb1ebebf7a27393bb96771b9db8364513ae7f815bc74da15dd8c22695eeaf6f65d8dc62c8ae947dc diff --git a/dev-python/cffsubr/cffsubr-0.2.8.ebuild b/dev-python/cffsubr/cffsubr-0.2.8.ebuild deleted file mode 100644 index 8f691deed..000000000 --- a/dev-python/cffsubr/cffsubr-0.2.8.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..9} ) - -inherit distutils-r1 - -SRC_URI="https://github.com/adobe-type-tools/cffsubr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" -DESCRIPTION="Standalone CFF subroutinizer based on AFDKO tx tool" -HOMEPAGE="https://github.com/adobe-type-tools/cffsubr" -LICENSE="Apache-2.0" -SLOT="0" - -RDEPEND=" - >=dev-util/afdko-3.6.1[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] -" - -PATCHES=( - "${FILESDIR}/${PN}-system_tx.diff" - "${FILESDIR}/${P}-fix-setup-py.patch" -) - -distutils_enable_tests pytest - -pkg_setup() { - export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}" -} - -src_prepare() { - #no bundled afdko - rm -rf external || die - default -}