From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ufoLib/
Date: Sun, 14 Oct 2018 19:44:06 +0000 (UTC) [thread overview]
Message-ID: <1539546228.1ae7e8b361edde0647db049d04abfcc54b2e3731.pacho@gentoo> (raw)
commit: 1ae7e8b361edde0647db049d04abfcc54b2e3731
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 14 19:37:54 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 19:43:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae7e8b3
dev-python/ufoLib: 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/ufoLib/Manifest | 1 +
dev-python/ufoLib/metadata.xml | 8 ++++++++
dev-python/ufoLib/ufoLib-3.0.0.ebuild | 31 +++++++++++++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-python/ufoLib/Manifest b/dev-python/ufoLib/Manifest
new file mode 100644
index 00000000000..8b6060d6be8
--- /dev/null
+++ b/dev-python/ufoLib/Manifest
@@ -0,0 +1 @@
+DIST ufoLib-3.0.0.tar.gz 115234 BLAKE2B 0bf7dff335df312252f3ee19a365f26d43531ac2d9b5d526af24038326e6be9d3b21f631ccc85199baaa827e02380b11efbd845efdbac158ba9ee96b947c3bf6 SHA512 c9d833dc51d0b6760d41832704c502ecf114a03999e449976b15c675fca265d2c4a7b396934c89bd7e4d1c0e893c86c713bab77bb9b14c4aff4edacb0089773e
diff --git a/dev-python/ufoLib/metadata.xml b/dev-python/ufoLib/metadata.xml
new file mode 100644
index 00000000000..3da97a9953c
--- /dev/null
+++ b/dev-python/ufoLib/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/ufoLib/ufoLib-3.0.0.ebuild b/dev-python/ufoLib/ufoLib-3.0.0.ebuild
new file mode 100644
index 00000000000..7ce26ab26ba
--- /dev/null
+++ b/dev-python/ufoLib/ufoLib-3.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="A low-level UFO reader and writer"
+HOMEPAGE="https://github.com/unified-font-object/ufoLib"
+SRC_URI="https://github.com/unified-font-object/ufoLib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+ test? (
+ dev-python/fs[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
+ )
+"
+RDEPEND="
+ dev-python/fonttools[${PYTHON_USEDEP}]
+ dev-python/fs[${PYTHON_USEDEP}]
+"
+
+python_test() {
+ esetup.py test
+}
next reply other threads:[~2018-10-14 19:44 UTC|newest]
Thread overview: 5+ 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 --
2018-10-14 19:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/ufoLib/ Pacho Ramos
2019-02-18 21:23 Pacho Ramos
2019-12-28 16:16 David Seifert
2020-04-27 8:16 Mikle Kolyada
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=1539546228.1ae7e8b361edde0647db049d04abfcc54b2e3731.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