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 4BFD2158649 for ; Tue, 9 May 2023 15:26:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83237E086B; Tue, 9 May 2023 15:26:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6821AE0867 for ; Tue, 9 May 2023 15:26:06 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60FD6335DC5 for ; Tue, 9 May 2023 15:26:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD74CA34 for ; Tue, 9 May 2023 15:26:03 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1683643141.965f7fd19e661ceb43c5c69dc171f5676ef04e65.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/glyphsLib/Manifest dev-python/glyphsLib/glyphsLib-6.0.5.ebuild X-VCS-Directories: dev-python/glyphsLib/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 965f7fd19e661ceb43c5c69dc171f5676ef04e65 X-VCS-Branch: dev Date: Tue, 9 May 2023 15:26:03 +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: 0e4be34d-5943-4afd-843c-488670fec66b X-Archives-Hash: c8eeba9c18589c53dd5a977c3d009f11 commit: 965f7fd19e661ceb43c5c69dc171f5676ef04e65 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue May 9 14:39:01 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue May 9 14:39:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=965f7fd1 dev-python/glyphsLib: drop 6.0.5 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/glyphsLib/Manifest | 1 - dev-python/glyphsLib/glyphsLib-6.0.5.ebuild | 42 ----------------------------- 2 files changed, 43 deletions(-) diff --git a/dev-python/glyphsLib/Manifest b/dev-python/glyphsLib/Manifest index 9e7ba881e..060c3f08d 100644 --- a/dev-python/glyphsLib/Manifest +++ b/dev-python/glyphsLib/Manifest @@ -1,2 +1 @@ -DIST glyphsLib-6.0.5.gh.tar.gz 31132348 BLAKE2B 7c4dbaac9db5142421e9b9785f363f6a8af3923f62b2c635d22072ce7a60a3c775371d7c1f75410509bb072e81cb1922e4d294fa2eb4b68c5fd67859c949f058 SHA512 71c371fac446f313c373923d3fcd675e3007ab9ffddf7bb0540a305c6412fcfccc7be90208398e8238d4774b40488b819517cbf170b789ad276168ac416b9c06 DIST glyphsLib-6.2.2.tar.gz 25796492 BLAKE2B 6f6a884e7aa6ad4d15fb16f7079646f15ac66fe61432a9f981f038edc408b934eb87b09090a8a81de1ba24935981449abafcb59d975d0b4a4dec1022edf24fbd SHA512 418bf15e71cc7fcbdbfefd462c2c56178ebdae312cbc4ffe16f4d3d1673e86bf61f72a1d52656764dd7181ced5547fe934178ff51fac43b1ae2473b55373ae1e diff --git a/dev-python/glyphsLib/glyphsLib-6.0.5.ebuild b/dev-python/glyphsLib/glyphsLib-6.0.5.ebuild deleted file mode 100644 index 816f26e5b..000000000 --- a/dev-python/glyphsLib/glyphsLib-6.0.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2022 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 - -DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs" -HOMEPAGE="https://github.com/googlefonts/glyphsLib" -SRC_URI="https://github.com/googlefonts/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="Apache-2.0 MIT" -KEYWORDS="~amd64" -SLOT="0" - -RDEPEND=" - >=dev-python/fonttools-4.27.1[${PYTHON_USEDEP}] - >=dev-python/ufoLib2-0.6.2[${PYTHON_USEDEP}] - >=dev-python/openstep-plist-0.3.0[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} - >=dev-python/setuptools-scm-6.0[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/defcon[${PYTHON_USEDEP}] - dev-python/ufoNormalizer[${PYTHON_USEDEP}] - dev-python/ufo2ft[${PYTHON_USEDEP}] - >=app-text/xmldiff-2.2[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_prepare_all() { - export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" - distutils-r1_python_prepare_all -}