commit:     6dc16330b854c0eb20f5cb62c847dc6f6b033690
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 10:23:33 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 10:26:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc16330

dev-python/nototools: take py3-comapt snapshot

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-python/nototools/Manifest                      |  1 +
 .../nototools/nototools-0_pre20200207.ebuild       | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/nototools/Manifest b/dev-python/nototools/Manifest
index c12c3a1833b..1513d54b650 100644
--- a/dev-python/nototools/Manifest
+++ b/dev-python/nototools/Manifest
@@ -1 +1,2 @@
+DIST nototools-9731cb825a5c7c7c88c043009f15d4d1e5708df1.tar.gz 9703187 BLAKE2B 
9767b79514b8d7da8cac879c71fa76054993d17bee41f978ccca1648bed525567cfec48bfe06ae2b1de2146d2c2898afd4e53b746d5b03c0e48e6c93632407e6
 SHA512 
6888b00a11fb7d54947c438ba9e654f97e4ccd1ba292ad6219c7a2f4cc56fc75d249b89eb688b2f99ea3f321472eeb5103b33f4641d17e9983c70e9ad3cf6cb3
 DIST nototools-9c4375f07c9adc00c700c5d252df6a25d7425870.tar.gz 9693250 BLAKE2B 
636832b538714d48aa78946b9af9985c55a5543828c3033b849fe3ad75c15472ea7515ca2a4a30c990457acdce2fcbad27d8e61fcd42a4bd7f009638f1bb4381
 SHA512 
dd2ffe072716c61c9eab9307308f6f72ca3a6631ec2402d03adc4e4483030d770035bf9b9ae66b5b580f1dd7e1cb546f03eff61c00c73069c804953587199e9e

diff --git a/dev-python/nototools/nototools-0_pre20200207.ebuild 
b/dev-python/nototools/nototools-0_pre20200207.ebuild
new file mode 100644
index 00000000000..d0fbe08354c
--- /dev/null
+++ b/dev-python/nototools/nototools-0_pre20200207.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Noto fonts support tools and scripts plus web site generation"
+HOMEPAGE="https://github.com/googlei18n/nototools";
+
+COMMIT="9731cb825a5c7c7c88c043009f15d4d1e5708df1"
+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"
+
+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}]
+       virtual/python-typing[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+python_test() {
+       esetup.py test
+}

Reply via email to