public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/statmake/
Date: Sat,  6 May 2023 06:59:27 +0000 (UTC)	[thread overview]
Message-ID: <1683166816.96b4548ddc662a2c94dfb1434bbee79577e886f2.ceamac@gentoo> (raw)

commit:     96b4548ddc662a2c94dfb1434bbee79577e886f2
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu May  4 02:19:13 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu May  4 02:20:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96b4548d

dev-python/statmake: enable py3.11

Closes: https://bugs.gentoo.org/884685
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/statmake/metadata.xml             | 20 ++++++-------
 dev-python/statmake/statmake-0.6.0-r1.ebuild | 34 +++++++++++++++++++++
 dev-python/statmake/statmake-0.6.0.ebuild    | 45 ----------------------------
 3 files changed, 44 insertions(+), 55 deletions(-)

diff --git a/dev-python/statmake/metadata.xml b/dev-python/statmake/metadata.xml
index 8cd085ccd..c7dea1bac 100644
--- a/dev-python/statmake/metadata.xml
+++ b/dev-python/statmake/metadata.xml
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-    <maintainer type="person">
-        <description>co-maintainers welcome</description>
-        <email>lssndrbarbieri@gmail.com</email>
-        <name>Alessandro Barbieri</name>
-    </maintainer>
-    <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>
+	<maintainer type="person">
+		<description>co-maintainers welcome</description>
+		<email>lssndrbarbieri@gmail.com</email>
+		<name>Alessandro Barbieri</name>
+	</maintainer>
+	<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.6.0-r1.ebuild b/dev-python/statmake/statmake-0.6.0-r1.ebuild
new file mode 100644
index 000000000..72ae4cffa
--- /dev/null
+++ b/dev-python/statmake/statmake-0.6.0-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=poetry
+inherit distutils-r1
+
+DESCRIPTION="Applies STAT information from a Stylespace to a variable font"
+HOMEPAGE="
+	https://pypi.org/project/statmake/
+	https://github.com/daltonmaag/statmake
+"
+SRC_URI="https://github.com/daltonmaag/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	>=dev-python/attrs-21.3[${PYTHON_USEDEP}]
+	>=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
+	>=dev-python/fonttools-4.11[${PYTHON_USEDEP}]
+	>=dev-python/fs-2.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		>=dev-python/ufo2ft-2.7[${PYTHON_USEDEP}]
+		>=dev-python/ufoLib2-0.4[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/statmake/statmake-0.6.0.ebuild b/dev-python/statmake/statmake-0.6.0.ebuild
deleted file mode 100644
index 7fe4cabc8..000000000
--- a/dev-python/statmake/statmake-0.6.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1
-
-DESCRIPTION="Generate STAT tables for variable fonts from .stylespace files"
-HOMEPAGE="https://github.com/daltonmaag/statmake"
-SRC_URI="https://github.com/daltonmaag/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-KEYWORDS="~amd64"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	$(python_gen_cond_dep '
-		>=dev-python/attrs-21.3[${PYTHON_USEDEP}]
-		>=dev-python/cattrs-22.1[${PYTHON_USEDEP}]
-		>=dev-python/fonttools-4.11[${PYTHON_USEDEP}]
-	')
-"
-BDEPEND="
-	test? (
-		$(python_gen_cond_dep '
-			>=dev-python/ufo2ft-2.7[${PYTHON_USEDEP}]
-			>=dev-python/ufoLib2-0.4[${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
-}


             reply	other threads:[~2023-05-06  6:59 UTC|newest]

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

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=1683166816.96b4548ddc662a2c94dfb1434bbee79577e886f2.ceamac@gentoo \
    --to=ceamac@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