From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28BC81382C5 for ; Wed, 9 Dec 2020 17:45:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71430E0A5B; Wed, 9 Dec 2020 17:45:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5527EE0A5B for ; Wed, 9 Dec 2020 17:45:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7016340E88 for ; Wed, 9 Dec 2020 17:45:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2495C46C for ; Wed, 9 Dec 2020 17:45:44 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1607535940.7ff8a1d66a184af2ebc08ab1113266f53a904ca7.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nototools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nototools/Manifest dev-python/nototools/nototools-0.2.13.ebuild X-VCS-Directories: dev-python/nototools/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7ff8a1d66a184af2ebc08ab1113266f53a904ca7 X-VCS-Branch: master Date: Wed, 9 Dec 2020 17:45:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c18c7186-cf21-41f4-b4b4-d3ff19a78092 X-Archives-Hash: cad17fa6a985ba1fca0c6555bde431d9 commit: 7ff8a1d66a184af2ebc08ab1113266f53a904ca7 Author: Pacho Ramos gentoo org> AuthorDate: Wed Dec 9 17:45:28 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Dec 9 17:45:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff8a1d6 dev-python/nototools: Bump to 0.2.13 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Pacho Ramos gentoo.org> dev-python/nototools/Manifest | 1 + dev-python/nototools/nototools-0.2.13.ebuild | 37 ++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-python/nototools/Manifest b/dev-python/nototools/Manifest index 2b1c8df680b..85d46ea7052 100644 --- a/dev-python/nototools/Manifest +++ b/dev-python/nototools/Manifest @@ -1 +1,2 @@ +DIST nototools-0.2.13.tar.gz 9574809 BLAKE2B 8c5f59721ed3294162d9578955f0493007fdcebe5aecb3364abf22add5cedb12de99c63064574ea84b553cf2547af2ac2203e68b4a380527695edd72cf05f6c7 SHA512 8e46ed8d5c683dd93a14890df059a86824fda7f39011570cb414a471c380ed5464cfbe2ee6c8b0c2819d35fabf51ed5495df4c49d5c562fed5467ac2bde135e6 DIST nototools-9731cb825a5c7c7c88c043009f15d4d1e5708df1.tar.gz 9703187 BLAKE2B 9767b79514b8d7da8cac879c71fa76054993d17bee41f978ccca1648bed525567cfec48bfe06ae2b1de2146d2c2898afd4e53b746d5b03c0e48e6c93632407e6 SHA512 6888b00a11fb7d54947c438ba9e654f97e4ccd1ba292ad6219c7a2f4cc56fc75d249b89eb688b2f99ea3f321472eeb5103b33f4641d17e9983c70e9ad3cf6cb3 diff --git a/dev-python/nototools/nototools-0.2.13.ebuild b/dev-python/nototools/nototools-0.2.13.ebuild new file mode 100644 index 00000000000..b48bf9dfb3d --- /dev/null +++ b/dev-python/nototools/nototools-0.2.13.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..8} ) +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/googlei18n/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