From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- dev-python/nototools/Manifest | 2 +- .../nototools/nototools-0_pre20200113.ebuild | 39 ++++++++++++++++++++++ dev-python/nototools/nototools-20190320.ebuild | 39 ---------------------- 3 files changed, 40 insertions(+), 40 deletions(-) create mode 100644 dev-python/nototools/nototools-0_pre20200113.ebuild delete mode 100644 dev-python/nototools/nototools-20190320.ebuild (limited to 'dev-python/nototools') diff --git a/dev-python/nototools/Manifest b/dev-python/nototools/Manifest index 593c506059e5..09096719e96b 100644 --- a/dev-python/nototools/Manifest +++ b/dev-python/nototools/Manifest @@ -1,3 +1,3 @@ DIST nototools-9c4375f07c9adc00c700c5d252df6a25d7425870.tar.gz 9693250 BLAKE2B 636832b538714d48aa78946b9af9985c55a5543828c3033b849fe3ad75c15472ea7515ca2a4a30c990457acdce2fcbad27d8e61fcd42a4bd7f009638f1bb4381 SHA512 dd2ffe072716c61c9eab9307308f6f72ca3a6631ec2402d03adc4e4483030d770035bf9b9ae66b5b580f1dd7e1cb546f03eff61c00c73069c804953587199e9e -EBUILD nototools-20190320.ebuild 1006 BLAKE2B 5ae83669ad857ebac8a0651747f754f632967848b9787932d89365567435653eca84f0e426b4cc462ccc42d3907f68c8778bee09e4560ad13683c3ba3b7327ed SHA512 8f2610ac2abd6b5720618a4a43aff73413eb01768eee766b2c708e6a4087cec965390e0b3259845d57e3bbfddb7ca4ab5566ab1785229f6396ffbbf50e3267d7 +EBUILD nototools-0_pre20200113.ebuild 1006 BLAKE2B acbc72533e1e1bd56c60616462944fae91e4e578a8ed0dbb927237d0910736b36ffb85e636a3b0d817129c421f85916dc16547238763720c91aabb8968ebaee3 SHA512 e1033f170424e91ff54571f4511eb3e2d1b421ea1552770a314c812db4b8cc8442a2e250c8978b1ace68c9a81cb819cacafe7cfcd5e3ea55b9d8d48932a2d269 MISC metadata.xml 243 BLAKE2B f40c5d69470d5136cba32e1ea6b2351ca1842a5d83381e0bef3e063e266c64bebb9ba85e1f155010e219b136c2827c989d9adf3b2c6b2f6ca265f03339c9a7ce SHA512 640630eb9d42c319ca1da37b03a03677a3dd4e48f28ce2690b64f6e4e7d5885cfda41d439f3f9d8b009be04891b043a5b0ac6f9d43b701f65c8fcc0e0613b04a diff --git a/dev-python/nototools/nototools-0_pre20200113.ebuild b/dev-python/nototools/nototools-0_pre20200113.ebuild new file mode 100644 index 000000000000..425374cffc01 --- /dev/null +++ b/dev-python/nototools/nototools-0_pre20200113.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# Doesn't work with python3 yet: +# https://github.com/googlei18n/nototools/issues/472 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Noto fonts support tools and scripts plus web site generation" +HOMEPAGE="https://github.com/googlei18n/nototools" + +COMMIT="9c4375f07c9adc00c700c5d252df6a25d7425870" +SRC_URI="https://github.com/googlei18n/nototools/archive/${COMMIT}.tar.gz#/nototools-${COMMIT}.tar.gz" + +LICENSE="Apache-2.0 OFL-1.1" +SLOT="0" +KEYWORDS="amd64" +IUSE="" + +DEPEND="" +BDEPEND="" +RDEPEND="${DEPEND} + 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}] + virtual/python-typing[${PYTHON_USEDEP}] +" + +S="${WORKDIR}/${PN}-${COMMIT}" + +python_test() { + esetup.py test +} diff --git a/dev-python/nototools/nototools-20190320.ebuild b/dev-python/nototools/nototools-20190320.ebuild deleted file mode 100644 index 0b8413603b0a..000000000000 --- a/dev-python/nototools/nototools-20190320.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# Doesn't work with python3 yet: -# https://github.com/googlei18n/nototools/issues/472 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Noto fonts support tools and scripts plus web site generation" -HOMEPAGE="https://github.com/googlei18n/nototools" - -COMMIT="9c4375f07c9adc00c700c5d252df6a25d7425870" -SRC_URI="https://github.com/googlei18n/nototools/archive/${COMMIT}.tar.gz#/nototools-${COMMIT}.tar.gz" - -LICENSE="Apache-2.0 OFL-1.1" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -DEPEND="" -BDEPEND="" -RDEPEND="${DEPEND} - 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}] - virtual/python-typing[${PYTHON_USEDEP}] -" - -S="${WORKDIR}/${PN}-${COMMIT}" - -python_test() { - esetup.py test -} -- cgit v1.2.3