public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/statmake/
Date: Wed,  7 Jul 2021 14:02:09 +0000 (UTC)	[thread overview]
Message-ID: <1625515292.22f5840422f665dd21c62dbb36019610671c9105.flow@gentoo> (raw)

commit:     22f5840422f665dd21c62dbb36019610671c9105
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Jul  5 20:00:57 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul  5 20:01:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=22f58404

dev-python/statmake: fix dep on cattrs

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

 dev-python/statmake/metadata.xml                              |  6 +++++-
 .../{statmake-0.3.0.ebuild => statmake-0.3.0-r1.ebuild}       | 11 +++++++----
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/dev-python/statmake/metadata.xml b/dev-python/statmake/metadata.xml
index fac8946e1..b0d7494e5 100644
--- a/dev-python/statmake/metadata.xml
+++ b/dev-python/statmake/metadata.xml
@@ -1,7 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-    <!-- maintainer-needed -->
+    <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>

diff --git a/dev-python/statmake/statmake-0.3.0.ebuild b/dev-python/statmake/statmake-0.3.0-r1.ebuild
similarity index 78%
rename from dev-python/statmake/statmake-0.3.0.ebuild
rename to dev-python/statmake/statmake-0.3.0-r1.ebuild
index 76567e93b..e6a9b3de2 100644
--- a/dev-python/statmake/statmake-0.3.0.ebuild
+++ b/dev-python/statmake/statmake-0.3.0-r1.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
+DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 PYTHON_COMPAT=( python3_{8..9} )
 
@@ -17,13 +18,15 @@ SLOT="0"
 IUSE="test"
 
 RDEPEND="
-	dev-python/fonttools[${PYTHON_USEDEP}]
-	dev-python/cattrs[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		dev-python/fonttools[${PYTHON_USEDEP}]
+	')
+	dev-python/cattrs[${PYTHON_SINGLE_USEDEP}]
 "
 DEPEND="
 	${RDEPEND}
 	test? (
-		dev-python/ufo2ft[${PYTHON_USEDEP}]
+		$(python_gen_cond_dep 'dev-python/ufo2ft[${PYTHON_USEDEP}]')
 	)
 "
 


             reply	other threads:[~2021-07-07 14:02 UTC|newest]

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