Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphtools/
Date: Tue, 31 May 2022 07:27:09
Message-Id: 1653982008.da2061840d6ace5a274b3f4ec0cf3fe68f738b33.cybertailor@gentoo
1 commit: da2061840d6ace5a274b3f4ec0cf3fe68f738b33
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Tue May 31 06:55:08 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Tue May 31 07:26:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da206184
7
8 dev-python/glyphtools: drop old
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/glyphtools/Manifest | 1 -
13 dev-python/glyphtools/glyphtools-0.7.4.ebuild | 29 ---------------------------
14 dev-python/glyphtools/glyphtools-0.8.0.ebuild | 6 +-----
15 3 files changed, 1 insertion(+), 35 deletions(-)
16
17 diff --git a/dev-python/glyphtools/Manifest b/dev-python/glyphtools/Manifest
18 index bd7b36b68..61e972919 100644
19 --- a/dev-python/glyphtools/Manifest
20 +++ b/dev-python/glyphtools/Manifest
21 @@ -1,2 +1 @@
22 -DIST glyphtools-0.7.4.tar.gz 20023 BLAKE2B a771f626220dc2f26ba643edb21fd64460369b192bf21ccf4e798ee7179a8c7a35d69cd07ca700193cf0be579db757a9487434280168fc2b8c4d5b330ddcb344 SHA512 e04df8ebdfb4738d3f277dc7dce5ab1d8ad3f4e97bd30192779f362ebb65124fb688fb6f586fadf767e24b2efd7af519ffc9c4fc14adaf6d0546a07e8075c759
23 DIST glyphtools-0.8.0.tar.gz 20010 BLAKE2B 19c131793875c95f5b1d4be6ac481ac1a32e5548c43a6ef598a4b1f33a8e8978cc55e45198f58be815044965c3289c27a65e2ae8326f164a8a7a1eb0c72c6672 SHA512 700e5996bee73044050caf0beeedfca6e26ac898ed33fade9000d4cc97eca300d5f8290fab4b607f0ac9c9f8a28b877ac7b35f782fec1f614bfaf1d8fe7f8fa1
24
25 diff --git a/dev-python/glyphtools/glyphtools-0.7.4.ebuild b/dev-python/glyphtools/glyphtools-0.7.4.ebuild
26 deleted file mode 100644
27 index d6c4bae08..000000000
28 --- a/dev-python/glyphtools/glyphtools-0.7.4.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -PYTHON_COMPAT=( python3_{8..9} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Routines for extracting information from fontTools glyphs"
41 -HOMEPAGE="https://github.com/simoncozens/glyphtools"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -KEYWORDS="~amd64"
46 -SLOT="0"
47 -
48 -RDEPEND="
49 - dev-python/babelfont[${PYTHON_USEDEP}]
50 - dev-python/beziers[${PYTHON_USEDEP}]
51 - dev-python/glyphsLib[${PYTHON_USEDEP}]
52 - dev-python/numpy[${PYTHON_USEDEP}]
53 -"
54 -DEPEND="${RDEPEND}"
55 -
56 -distutils_enable_tests pytest
57 -distutils_enable_sphinx docs \
58 - dev-python/sphinxcontrib-napoleon \
59 - dev-python/sphinxcontrib-restbuilder
60
61 diff --git a/dev-python/glyphtools/glyphtools-0.8.0.ebuild b/dev-python/glyphtools/glyphtools-0.8.0.ebuild
62 index ca961622d..514fd7aee 100644
63 --- a/dev-python/glyphtools/glyphtools-0.8.0.ebuild
64 +++ b/dev-python/glyphtools/glyphtools-0.8.0.ebuild
65 @@ -4,7 +4,6 @@
66 EAPI=8
67
68 PYTHON_COMPAT=( python3_{8..9} )
69 -
70 inherit distutils-r1
71
72 DESCRIPTION="Routines for extracting information from fontTools glyphs"
73 @@ -21,9 +20,6 @@ RDEPEND="
74 dev-python/glyphsLib[${PYTHON_USEDEP}]
75 dev-python/numpy[${PYTHON_USEDEP}]
76 "
77 -DEPEND="${RDEPEND}"
78
79 distutils_enable_tests pytest
80 -distutils_enable_sphinx docs \
81 - dev-python/sphinxcontrib-napoleon \
82 - dev-python/sphinxcontrib-restbuilder
83 +distutils_enable_sphinx docs dev-python/sphinxcontrib-restbuilder