From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nototools/
Date: Sun, 14 Oct 2018 19:44:06 +0000 (UTC) [thread overview]
Message-ID: <1539546233.6c79c648e1863f863f169b41977c444881cba1b1.pacho@gentoo> (raw)
commit: 6c79c648e1863f863f169b41977c444881cba1b1
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 14 19:42:13 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 19:43:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c79c648
dev-python/nototools: New package needed for noto-emoji
Bug: https://bugs.gentoo.org/616974
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-python/nototools/Manifest | 1 +
dev-python/nototools/metadata.xml | 8 ++++++
dev-python/nototools/nototools-20180827.ebuild | 36 ++++++++++++++++++++++++++
3 files changed, 45 insertions(+)
diff --git a/dev-python/nototools/Manifest b/dev-python/nototools/Manifest
new file mode 100644
index 00000000000..d6f1c8d1bda
--- /dev/null
+++ b/dev-python/nototools/Manifest
@@ -0,0 +1 @@
+DIST nototools-40aa4936022295cf851bb62f09a070f63fc8f5ae.tar.gz 9649749 BLAKE2B 5637373dfb70552f640b728814f3db1f3732b7335e7edac502a553a896e9715a8ef9356502c5d33a09a04ef45b0b27989f5a3602707964c7f91a1eee21e9112d SHA512 b1bfacc69f79b9ff7d40ff9b475a2e5808e57a66fa3bf2c79cdc56999e390cfdd2f92b71fd9e53e0e3571f30f3a54d1dcde2c3d8bf38378c72f79260d8d9d5ba
diff --git a/dev-python/nototools/metadata.xml b/dev-python/nototools/metadata.xml
new file mode 100644
index 00000000000..3da97a9953c
--- /dev/null
+++ b/dev-python/nototools/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>pacho@gentoo.org</email>
+ <name>Pacho Ramos</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/nototools/nototools-20180827.ebuild b/dev-python/nototools/nototools-20180827.ebuild
new file mode 100644
index 00000000000..ae273247db2
--- /dev/null
+++ b/dev-python/nototools/nototools-20180827.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 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="40aa4936022295cf851bb62f09a070f63fc8f5ae"
+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=""
+RDEPEND="${DEPEND}
+ dev-python/backports-os[${PYTHON_USEDEP}]
+ dev-python/booleanOperations[${PYTHON_USEDEP}]
+ dev-python/defcon[${PYTHON_USEDEP}]
+ dev-python/fonttools[${PYTHON_USEDEP}]
+ virtual/python-typing[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+python_test() {
+ esetup.py test
+}
next reply other threads:[~2018-10-14 19:44 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-14 19:44 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-02-18 21:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/nototools/ Pacho Ramos
2019-09-15 12:18 Pacho Ramos
2019-12-11 10:47 Agostino Sarubbo
2019-12-15 12:20 Pacho Ramos
2020-01-13 10:14 Mikle Kolyada
2020-02-06 10:26 Mikle Kolyada
2020-03-12 11:32 Mikle Kolyada
2020-03-16 21:18 Michał Górny
2020-03-19 18:44 Michał Górny
2020-04-19 2:35 Craig Andrews
2020-04-29 17:23 Pacho Ramos
2020-05-29 16:18 Michał Górny
2020-06-01 19:12 Georgy Yakovlev
2020-06-04 14:06 Michał Górny
2020-06-04 17:14 Mart Raudsepp
2020-10-06 5:08 Sam James
2020-12-09 17:45 Pacho Ramos
2020-12-11 15:01 Michał Górny
2021-01-18 12:09 Michał Górny
2021-01-18 17:43 Sam James
2021-01-18 19:06 Michał Górny
2021-02-23 15:32 Pacho Ramos
2021-09-09 7:41 Pacho Ramos
2021-09-16 12:32 Marek Szuba
2021-10-24 1:15 Sam James
2021-10-24 8:45 Michał Górny
2022-05-14 7:28 WANG Xuerui
2022-08-14 9:21 Pacho Ramos
2022-09-19 20:08 Arthur Zamarin
2022-09-20 5:57 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1539546233.6c79c648e1863f863f169b41977c444881cba1b1.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox