public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/statmake/
Date: Sun, 20 Jun 2021 03:52:50 +0000 (UTC)	[thread overview]
Message-ID: <1624139584.79d5f304ca254acde4109ae53761233efa2407ea.telans@gentoo> (raw)

commit:     79d5f304ca254acde4109ae53761233efa2407ea
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Jun 19 21:12:59 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Jun 19 21:53:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79d5f304

dev-python/statmake: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/statmake/Manifest              |  1 +
 dev-python/statmake/metadata.xml          | 10 ++++++++
 dev-python/statmake/statmake-0.3.0.ebuild | 40 +++++++++++++++++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/statmake/Manifest b/dev-python/statmake/Manifest
new file mode 100644
index 000000000..fac72d7bb
--- /dev/null
+++ b/dev-python/statmake/Manifest
@@ -0,0 +1 @@
+DIST statmake-0.3.0.tar.gz 34099 BLAKE2B 42286bc7f56a74a4aa4baeda58f71ef8122caa5b9a4fe84605c0e66f659000ca969c038bb4c080734465349ef7bffeada90064f00d47ba372a0c7a4a5c54a57c SHA512 b24452e2e670900378d0a8a725810140928da2a6dbb282597ac0f2202ffababa70de9a0bbfa2fe0bd77ff9251f3c5bfbf6735c42b4a246eb8ef061b809da0db3

diff --git a/dev-python/statmake/metadata.xml b/dev-python/statmake/metadata.xml
new file mode 100644
index 000000000..fac8946e1
--- /dev/null
+++ b/dev-python/statmake/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <!-- maintainer-needed -->
+    <upstream>
+        <bugs-to>https://github.com/daltonmaag/statmake/issues</bugs-to>
+        <remote-id type="github">daltonmaag/statmake</remote-id>
+        <remote-id type="pypi">statmake</remote-id>
+    </upstream>
+</pkgmetadata>

diff --git a/dev-python/statmake/statmake-0.3.0.ebuild b/dev-python/statmake/statmake-0.3.0.ebuild
new file mode 100644
index 000000000..76567e93b
--- /dev/null
+++ b/dev-python/statmake/statmake-0.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+SRC_URI="https://github.com/daltonmaag/statmake/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+DESCRIPTION="Generate STAT tables for variable fonts from .stylespace files"
+HOMEPAGE="https://github.com/daltonmaag/statmake"
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+	dev-python/fonttools[${PYTHON_USEDEP}]
+	dev-python/cattrs[${PYTHON_USEDEP}]
+"
+DEPEND="
+	${RDEPEND}
+	test? (
+		dev-python/ufo2ft[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+python_install() {
+	distutils-r1_python_install --skip-build
+	python_domodule "src/${PN}"
+}
+
+python_test() {
+	local -x PYTHONPATH="${S}/src:${PYTHONPATH}"
+	epytest -vv || die "Tests fail with ${EPYTHON}"
+}


             reply	other threads:[~2021-06-20  3:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-20  3:52 Theo Anderson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-07 14:02 [gentoo-commits] repo/proj/guru:master commit in: dev-python/statmake/ Florian Schmaus
2021-11-03 11:12 Andrew Ammerlaan
2021-12-15 10:35 Andrew Ammerlaan
2022-06-01 11:17 Andrew Ammerlaan
2022-06-28 15:38 Arthur Zamarin
2023-05-06  6:59 Viorel Munteanu

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=1624139584.79d5f304ca254acde4109ae53761233efa2407ea.telans@gentoo \
    --to=telans@posteo.de \
    --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