diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-24 10:44:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-24 10:45:31 +0200 |
commit | 97b1e75e70052796020b3989cc96f219da24e278 (patch) | |
tree | 151dd5e2775e3fa72a29dd7057a25e9f9c665685 | |
parent | media-video/handbrake: export AR, RANLIB, STRIP to match patch (diff) | |
download | gentoo-97b1e75e70052796020b3989cc96f219da24e278.tar.gz gentoo-97b1e75e70052796020b3989cc96f219da24e278.tar.bz2 gentoo-97b1e75e70052796020b3989cc96f219da24e278.zip |
dev-python/nototools: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/nototools/Manifest | 1 | ||||
-rw-r--r-- | dev-python/nototools/nototools-0.2.13.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/nototools/Manifest b/dev-python/nototools/Manifest index 5bb39fe9a6b1..ab1afd09bcd2 100644 --- a/dev-python/nototools/Manifest +++ b/dev-python/nototools/Manifest @@ -1,2 +1 @@ -DIST nototools-0.2.13.tar.gz 9574809 BLAKE2B 8c5f59721ed3294162d9578955f0493007fdcebe5aecb3364abf22add5cedb12de99c63064574ea84b553cf2547af2ac2203e68b4a380527695edd72cf05f6c7 SHA512 8e46ed8d5c683dd93a14890df059a86824fda7f39011570cb414a471c380ed5464cfbe2ee6c8b0c2819d35fabf51ed5495df4c49d5c562fed5467ac2bde135e6 DIST nototools-0.2.16.tar.gz 9712796 BLAKE2B 654f449a00741dfa4a9b3b8c2a80d40907698098d1c4ee94363657d88b24fe1f26287af5e7795484846d394573a868ff82fa9a8c0a51b953325d6f6f97d7f7c8 SHA512 3c70c29f8411ae3eedc2738e0b2f42f9c0b675494bbdc107a8b43612fba08401c704ec94db63bb92aa1648b168f9e0d9e8139b8c61dc3b43973876d105324554 diff --git a/dev-python/nototools/nototools-0.2.13.ebuild b/dev-python/nototools/nototools-0.2.13.ebuild deleted file mode 100644 index eef113000fc8..000000000000 --- a/dev-python/nototools/nototools-0.2.13.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -MY_PN="notofonttools" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Noto fonts support tools and scripts plus web site generation" -HOMEPAGE="https://github.com/googlefonts/nototools" -#SRC_URI="https://github.com/googlefonts/nototools/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0 OFL-1.1" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" - -RDEPEND=" - media-gfx/scour - >=dev-python/booleanOperations-0.7.0[${PYTHON_USEDEP}] - >=dev-python/defcon-0.3.1[${PYTHON_USEDEP}] - >=dev-python/fonttools-3.36.0[${PYTHON_USEDEP}] - >=dev-python/pillow-4.0.0[${PYTHON_USEDEP}] - >=dev-python/pyclipper-1.0.6[${PYTHON_USEDEP}] -" - -S="${WORKDIR}/${MY_P}" - -# Some tests weren't ported to python3 yet and lots of failures -RESTRICT="test" - -distutils_enable_tests setup.py |