Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nototools/
Date: Sun, 15 Dec 2019 12:20:27
Message-Id: 1576412387.74470f9bd744f8f4cff964730638d4431dc9e931.pacho@gentoo
1 commit: 74470f9bd744f8f4cff964730638d4431dc9e931
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 15 12:00:11 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 15 12:19:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74470f9b
7
8 dev-python/nototools: Drop old
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-python/nototools/Manifest | 1 -
14 dev-python/nototools/nototools-20180827.ebuild | 36 --------------------------
15 2 files changed, 37 deletions(-)
16
17 diff --git a/dev-python/nototools/Manifest b/dev-python/nototools/Manifest
18 index cd357b0463c..c12c3a1833b 100644
19 --- a/dev-python/nototools/Manifest
20 +++ b/dev-python/nototools/Manifest
21 @@ -1,2 +1 @@
22 -DIST nototools-40aa4936022295cf851bb62f09a070f63fc8f5ae.tar.gz 9649749 BLAKE2B 5637373dfb70552f640b728814f3db1f3732b7335e7edac502a553a896e9715a8ef9356502c5d33a09a04ef45b0b27989f5a3602707964c7f91a1eee21e9112d SHA512 b1bfacc69f79b9ff7d40ff9b475a2e5808e57a66fa3bf2c79cdc56999e390cfdd2f92b71fd9e53e0e3571f30f3a54d1dcde2c3d8bf38378c72f79260d8d9d5ba
23 DIST nototools-9c4375f07c9adc00c700c5d252df6a25d7425870.tar.gz 9693250 BLAKE2B 636832b538714d48aa78946b9af9985c55a5543828c3033b849fe3ad75c15472ea7515ca2a4a30c990457acdce2fcbad27d8e61fcd42a4bd7f009638f1bb4381 SHA512 dd2ffe072716c61c9eab9307308f6f72ca3a6631ec2402d03adc4e4483030d770035bf9b9ae66b5b580f1dd7e1cb546f03eff61c00c73069c804953587199e9e
24
25 diff --git a/dev-python/nototools/nototools-20180827.ebuild b/dev-python/nototools/nototools-20180827.ebuild
26 deleted file mode 100644
27 index 3ed57f2d87d..00000000000
28 --- a/dev-python/nototools/nototools-20180827.ebuild
29 +++ /dev/null
30 @@ -1,36 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -# Doesn't work with python3 yet:
37 -# https://github.com/googlei18n/nototools/issues/472
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Noto fonts support tools and scripts plus web site generation"
43 -HOMEPAGE="https://github.com/googlei18n/nototools"
44 -
45 -COMMIT="40aa4936022295cf851bb62f09a070f63fc8f5ae"
46 -SRC_URI="https://github.com/googlei18n/nototools/archive/${COMMIT}.tar.gz#/nototools-${COMMIT}.tar.gz"
47 -
48 -LICENSE="Apache-2.0 OFL-1.1"
49 -SLOT="0"
50 -KEYWORDS="amd64"
51 -IUSE=""
52 -
53 -DEPEND=""
54 -RDEPEND="${DEPEND}
55 - dev-python/backports-os[${PYTHON_USEDEP}]
56 - dev-python/booleanOperations[${PYTHON_USEDEP}]
57 - dev-python/defcon[${PYTHON_USEDEP}]
58 - dev-python/fonttools[${PYTHON_USEDEP}]
59 - virtual/python-typing[${PYTHON_USEDEP}]
60 -"
61 -
62 -S="${WORKDIR}/${PN}-${COMMIT}"
63 -
64 -python_test() {
65 - esetup.py test
66 -}