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 A5F5415806E for ; Fri, 19 May 2023 18:51:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9418E0896; Fri, 19 May 2023 18:51:22 +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 C65BCE0896 for ; Fri, 19 May 2023 18:51:22 +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 C1704340E0E for ; Fri, 19 May 2023 18:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7D87A79 for ; Fri, 19 May 2023 18:51:18 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1684385623.56ef302b1e00f8d28a8d9fdbb58d459ce5903121.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/vttlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/vttlib/Manifest dev-python/vttlib/vttlib-0.11.0.ebuild X-VCS-Directories: dev-python/vttlib/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 56ef302b1e00f8d28a8d9fdbb58d459ce5903121 X-VCS-Branch: master Date: Fri, 19 May 2023 18:51:18 +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: 76e51c84-f1f2-46fb-bad9-09409dc34907 X-Archives-Hash: f6a0530ef5278bac01f47b3b00a06a8c commit: 56ef302b1e00f8d28a8d9fdbb58d459ce5903121 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu May 18 02:21:55 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Thu May 18 04:53:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56ef302b dev-python/vttlib: drop 0.11.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/vttlib/Manifest | 1 - dev-python/vttlib/vttlib-0.11.0.ebuild | 39 ---------------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-python/vttlib/Manifest b/dev-python/vttlib/Manifest index e4be965bc..8e328f87e 100644 --- a/dev-python/vttlib/Manifest +++ b/dev-python/vttlib/Manifest @@ -1,2 +1 @@ -DIST vttLib-0.11.0.zip 148335 BLAKE2B 550fb5855972ac626ad9ad98088f1b4f20794a11cb2b29f112ce669d9768c2ca910edb939392a35e3e5163eb1e236bf6a76565377828727bc6017f008ad8309a SHA512 b26f6ad967e1e16d55644e984a5f02b65ed1fd0797dc4c46fac9df786720e9b3b51eb7ab59c97a6a449b3915acecfb5f17a7a3deeb615eee21f1164c37297019 DIST vttLib-0.12.0.tar.gz 132148 BLAKE2B 65aab1814e1c8b2b1cc4f517629667f7fe8e18f7b8786e36c9ec3b3c5902516e86a904b9dc999624fdc622a6542bff41e9c9add225514276e7fc09bb4251293e SHA512 e8095a14dbb8105c44b539496b51de8f7718f000618bf2e1bd95c9137129abd1ac3a36516f433e7735ffd22686869fd92bedf434170598e2f9faa3e8f67e45e2 diff --git a/dev-python/vttlib/vttlib-0.11.0.ebuild b/dev-python/vttlib/vttlib-0.11.0.ebuild deleted file mode 100644 index 6bf22b523..000000000 --- a/dev-python/vttlib/vttlib-0.11.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_10 ) -inherit distutils-r1 - -MY_PN="vttLib" -MY_PV="${PV/_p/.post}" -MY_P="${MY_PN}-${MY_PV}" -DESCRIPTION="Dump, merge and compile Visual TrueType data in UFO3 with FontTools" -HOMEPAGE=" - https://github.com/daltonmaag/vttLib - https://pypi.org/project/vttLib/ -" -SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.zip" -S="${WORKDIR}/${MY_P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/fonttools-4.10.2[${PYTHON_USEDEP}] - >=dev-python/pyparsing-2.4.7[${PYTHON_USEDEP}] - >=dev-python/ufoLib2-0.7.1[${PYTHON_USEDEP}] -" -BDEPEND=" - app-arch/unzip - dev-python/setuptools-scm[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] - test? ( - >=dev-python/ufo2ft-2.14.0[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest