From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
Date: Sat, 25 Apr 2020 00:37:24 +0000 (UTC) [thread overview]
Message-ID: <1587775034.ec392ceb9853e29e333372ecfda7babdefd13ee9.Alessandro-Barbieri@gentoo> (raw)
commit: ec392ceb9853e29e333372ecfda7babdefd13ee9
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Apr 20 00:06:30 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Apr 25 00:37:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec392ceb
dev-python/ufoLib2: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/ufoLib2/Manifest | 1 +
dev-python/ufoLib2/metadata.xml | 9 +++++++
dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild | 39 +++++++++++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest
new file mode 100644
index 0000000..501265e
--- /dev/null
+++ b/dev-python/ufoLib2/Manifest
@@ -0,0 +1 @@
+DIST ufoLib2-0.6.3a1.zip 63774 BLAKE2B 1452ae99547f820f431b8cebf820ecfaf6f7160838b6e06f8724963517d98dc6d002d4cb254285dd3474254c6d423b0622e6ed6cdf54005d54e5904e26af1114 SHA512 898389183748c6405a4d0f78197f47d51d28d42f95ba2872dc4c175dd9c5fb617c172ea87ef88aea88daeea44f6a4fc0a76081f7e2c6457a1d25edfa93a36607
diff --git a/dev-python/ufoLib2/metadata.xml b/dev-python/ufoLib2/metadata.xml
new file mode 100644
index 0000000..bfbb323
--- /dev/null
+++ b/dev-python/ufoLib2/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <upstream>
+ <remote-id type="github">fonttools/ufoLib2</remote-id>
+ <remote-id type="pypi">ufoLib2</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild b/dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild
new file mode 100644
index 0000000..6af2817
--- /dev/null
+++ b/dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+MYP="${P/_p/}"
+
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MYP}.zip"
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="A UFO font library"
+HOMEPAGE="https://github.com/fonttools/ufoLib2"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+ >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}]
+ >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MYP}"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ sed -e '/\<wheel\>/d' -i setup.cfg
+ distutils-r1_python_prepare_all
+}
next reply other threads:[~2020-04-25 0:37 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-25 0:37 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-04-25 0:37 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/ Alessandro Barbieri
2020-04-25 10:52 Andrew Ammerlaan
2020-05-02 10:00 Andrew Ammerlaan
2020-05-06 17:28 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-06 17:25 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-09 15:47 Andrew Ammerlaan
2020-12-09 23:00 Alessandro Barbieri
2021-04-13 13:15 Andrew Ammerlaan
2021-06-19 21:53 Alessandro Barbieri
2021-10-04 22:30 Alessandro Barbieri
2022-03-11 20:57 Alessandro Barbieri
2022-03-17 13:57 Alessandro Barbieri
2022-05-28 15:15 Alessandro Barbieri
2022-05-28 21:48 Alessandro Barbieri
2022-05-31 10:08 Alessandro Barbieri
2022-07-07 0:41 Anna Vyalkova
2023-05-04 1:15 Anna Vyalkova
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=1587775034.ec392ceb9853e29e333372ecfda7babdefd13ee9.Alessandro-Barbieri@gentoo \
--to=lssndrbarbieri@gmail.com \
--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