public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/doxypypy/
Date: Sat, 13 Apr 2024 18:47:45 +0000 (UTC)	[thread overview]
Message-ID: <1713033006.ce1fb4f581ec3d70d5657be6edc78401260af51b.julien@gentoo> (raw)

commit:     ce1fb4f581ec3d70d5657be6edc78401260af51b
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 18:29:39 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 18:30:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce1fb4f5

dev-python/doxypypy: enable py3.12, use PEP517

Closes: https://bugs.gentoo.org/897422
Closes: https://bugs.gentoo.org/921801
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/doxypypy/Manifest                                       | 2 +-
 ...8.8.6_p20210405.ebuild => doxypypy-0.8.8.6_p20210405-r1.ebuild} | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/doxypypy/Manifest b/dev-python/doxypypy/Manifest
index 2b5d6c78fe..1cebbd0a45 100644
--- a/dev-python/doxypypy/Manifest
+++ b/dev-python/doxypypy/Manifest
@@ -1 +1 @@
-DIST doxypypy-0.8.8.6_p20210405.tar.gz 62179 BLAKE2B ee36a130f2c4af9264f04cf00ad311dccda8beeca505d7eb84169b05cf1e0ed6242770ede96b3df9b77385ea238cae84e9cd4e9f8761d23530e2f8e5fbcad797 SHA512 d3fa6bec9381d5531f82837e51988ccea4882fc77109924dd7a7f3ecd99e5afbec09d203629ac3853eeb38cf4592d97a1ec8c18fbe9fb48885794f887aba4336
+DIST doxypypy-0.8.8.6_p20210405.gh.tar.gz 62179 BLAKE2B ee36a130f2c4af9264f04cf00ad311dccda8beeca505d7eb84169b05cf1e0ed6242770ede96b3df9b77385ea238cae84e9cd4e9f8761d23530e2f8e5fbcad797 SHA512 d3fa6bec9381d5531f82837e51988ccea4882fc77109924dd7a7f3ecd99e5afbec09d203629ac3853eeb38cf4592d97a1ec8c18fbe9fb48885794f887aba4336

diff --git a/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild b/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405-r1.ebuild
similarity index 86%
rename from dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild
rename to dev-python/doxypypy/doxypypy-0.8.8.6_p20210405-r1.ebuild
index a5dfdcac2c..24d974ecda 100644
--- a/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405.ebuild
+++ b/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405-r1.ebuild
@@ -1,16 +1,17 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1
 
 COMMIT="39115c3d061d2f83e4a030bcb8642ec6f3203e61"
 
 DESCRIPTION="A more Pythonic version of doxypy, a Doxygen filter for Python"
 HOMEPAGE="https://github.com/Feneric/doxypypy"
-SRC_URI="https://github.com/Feneric/doxypypy/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/Feneric/doxypypy/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
 S="${WORKDIR}/${PN}-${COMMIT}"
 
 RESTRICT="!test? ( test )"


             reply	other threads:[~2024-04-13 18:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-13 18:47 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-14  7:14 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/doxypypy/ Anna Vyalkova
2021-06-02 16:00 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-06-01  8:32 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-05-21 18:18 Maciej Barć
2021-04-17  8:24 Theo Anderson
2020-05-01 10:27 Maciej Barć
2020-04-30 22:22 Maciej Barć

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=1713033006.ce1fb4f581ec3d70d5657be6edc78401260af51b.julien@gentoo \
    --to=julien@jroy.ca \
    --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