Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
Date: Mon, 14 Jun 2021 23:09:51
Message-Id: 1623712182.e371ac8951f9210b4916626f5b64ed21e9d828e7.Alessandro-Barbieri@gentoo
1 commit: e371ac8951f9210b4916626f5b64ed21e9d828e7
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 14 22:49:06 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon Jun 14 23:09:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e371ac89
7
8 dev-python/glyphsLib: drop 5.3.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/glyphsLib/Manifest | 1 -
13 dev-python/glyphsLib/glyphsLib-5.3.0.ebuild | 38 -----------------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/dev-python/glyphsLib/Manifest b/dev-python/glyphsLib/Manifest
17 index 42e919673..f41e904dd 100644
18 --- a/dev-python/glyphsLib/Manifest
19 +++ b/dev-python/glyphsLib/Manifest
20 @@ -1,2 +1 @@
21 -DIST glyphsLib-5.3.0.zip 954392 BLAKE2B e7a0df00e8e724ab958f2e4a9c1e68f3aff6e05e9300c86585b8a35d0f38fe0147af21e7470f45ac2655105c0d42c19f940a4db67c16fe06c4293b596d795dc8 SHA512 c2255a84172b972168b914343a35e6cff130b99c66b636f0aa7e97ffcad6fe916289dfc5fc2871f9ba466db4e45f8fcf5784824083a91d481e8c1323e6cf9970
22 DIST glyphsLib-5.3.2.zip 960327 BLAKE2B 505d14a1e4e4a5cf8e3ea9edb1ed4fd384cc4e5d0bf6874904d45ba227f53202556076e84f3cc68a7b40354c128f71733233c1a95ea66040e0693779c5da38c7 SHA512 fbb09d666cda404a02908cf6b782a2fc986774bd490960bc71bc225260904ea284800018a4b7e326122cc226bdbe5aa9718072e8eeac019eb05c1195c535778a
23
24 diff --git a/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild b/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild
25 deleted file mode 100644
26 index cd1734989..000000000
27 --- a/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild
28 +++ /dev/null
29 @@ -1,38 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -DISTUTILS_USE_SETUPTOOLS=rdepend
36 -PYTHON_COMPAT=( python3_{7,8} )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
40 -HOMEPAGE="https://github.com/googlei18n/glyphsLib"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
42 -
43 -LICENSE="Apache-2.0 MIT"
44 -KEYWORDS="~amd64 ~x86"
45 -SLOT="0"
46 -
47 -RDEPEND="
48 - >=dev-python/fonttools-4.14[${PYTHON_USEDEP}]
49 - >=dev-python/ufoLib2-0.8[${PYTHON_USEDEP}]
50 -"
51 -
52 -BDEPEND="
53 - app-arch/unzip
54 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
55 - test? (
56 - dev-python/defcon[${PYTHON_USEDEP}]
57 - dev-python/ufoNormalizer[${PYTHON_USEDEP}]
58 - >=app-text/xmldiff-2.2[${PYTHON_USEDEP}]
59 - )
60 -"
61 -
62 -distutils_enable_tests pytest
63 -
64 -python_prepare_all() {
65 - sed -e '/\<wheel\>/d' -i setup.cfg
66 - distutils-r1_python_prepare_all
67 -}