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 08AC1158090 for ; Sat, 28 May 2022 21:48:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D619E0874; Sat, 28 May 2022 21:48:48 +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 409FBE0874 for ; Sat, 28 May 2022 21:48:48 +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 449863414E8 for ; Sat, 28 May 2022 21:48:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED5894D9 for ; Sat, 28 May 2022 21:48:43 +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: <1653773938.3e7113a77c54ec753bb6034b538d7c58a40aaf6d.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/ufoLib2/Manifest dev-python/ufoLib2/ufoLib2-0.11.4.ebuild X-VCS-Directories: dev-python/ufoLib2/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 3e7113a77c54ec753bb6034b538d7c58a40aaf6d X-VCS-Branch: dev Date: Sat, 28 May 2022 21:48:43 +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: e68e9186-9d30-46d0-bd0e-a542ced283b3 X-Archives-Hash: d0004cead8848cc4143298be338362cc commit: 3e7113a77c54ec753bb6034b538d7c58a40aaf6d Author: Alessandro Barbieri gmail com> AuthorDate: Sat May 28 21:38:58 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat May 28 21:38:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e7113a7 dev-python/ufoLib2: drop 0.11.4 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/ufoLib2/Manifest | 1 - dev-python/ufoLib2/ufoLib2-0.11.4.ebuild | 43 -------------------------------- 2 files changed, 44 deletions(-) diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest index ffa41dfc3..18f3e0115 100644 --- a/dev-python/ufoLib2/Manifest +++ b/dev-python/ufoLib2/Manifest @@ -1,2 +1 @@ -DIST ufoLib2-0.11.4.zip 119452 BLAKE2B 841c7737c8d8479cc9bdbdbd0f1690854088abba9028035a9f03ccf091c95808d77fa445e678e2f5576482f820fcf5f20d92b93822e3bd167a1def5cdd8024a5 SHA512 dcd307d24a1c7ef0c932ed6edda2e5aab6a691cf7b0ae1f4c89b7bf57f6cb988fde9889d569ca21f1571f493c6efcf0411b55b8990e7a9fdce3316863de9a8cd DIST ufoLib2-0.13.1.tar.gz 88239 BLAKE2B 5c15c1ad9eedba904cb9730604d3853d21fc8f7ae30f440421349f233bac356947aaab7f57204cef9684f1beaabeeefbf913a973f44afc6b8dd185015abb9d87 SHA512 163304999912f1d838f995e3524f4538c176bbff471b07b7670147a0d7e706542c67601dacd29dd985bf5a7ae95688008b7c292f1d67c38756ec633069c7bd64 diff --git a/dev-python/ufoLib2/ufoLib2-0.11.4.ebuild b/dev-python/ufoLib2/ufoLib2-0.11.4.ebuild deleted file mode 100644 index 7fe869115..000000000 --- a/dev-python/ufoLib2/ufoLib2-0.11.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DOCS_DEPEND=" - dev-python/sphinx_rtd_theme - dev-python/typing-extensions -" -DOCS_DIR="${S}/docs/source" -DOCS_BUILDER="sphinx" -PYTHON_COMPAT=( python3_{8..9} ) - -inherit distutils-r1 docs - -DESCRIPTION="A UFO font library" -HOMEPAGE="https://github.com/fonttools/ufoLib2" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}] - >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( - dev-python/typing-extensions[${PYTHON_USEDEP}] - ) -" -BDEPEND="app-arch/unzip" - -distutils_enable_tests pytest - -python_prepare_all() { - sed -e '/\/d' -i setup.cfg || die - distutils-r1_python_prepare_all -}