public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mygpoclient/
Date: Tue, 30 Jul 2024 08:00:26 +0000 (UTC)	[thread overview]
Message-ID: <1722326389.2a42a9b488ccf6d8bee728f9923dc0df1dfa74f4.pacho@gentoo> (raw)

commit:     2a42a9b488ccf6d8bee728f9923dc0df1dfa74f4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 07:45:15 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 07:59:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a42a9b4

dev-python/mygpoclient: Fix support for python 3.11 and 3.12

Closes: https://bugs.gentoo.org/929471
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 dev-python/mygpoclient/Manifest                  |  1 +
 dev-python/mygpoclient/mygpoclient-1.9-r1.ebuild | 39 ++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/mygpoclient/Manifest b/dev-python/mygpoclient/Manifest
index 94ea6be8b08d..a3c0c568d3f5 100644
--- a/dev-python/mygpoclient/Manifest
+++ b/dev-python/mygpoclient/Manifest
@@ -1 +1,2 @@
 DIST mygpoclient-1.9.gh.tar.gz 44998 BLAKE2B 5feb17fbcdd02c632a11d9ae685b099addd2fed056e72d532e6391b707cfc46e694182ea4e5d7334be10796b5bb19b2d8cbceafe0b69798206f5ec41ca337913 SHA512 57502295725d3a1351e877998442141dd596927215d3746786c12db061ebe3bdf8282e8b2d554997515a558f608c0815e4caad311ad3f1ea9f5b62321e8d6635
+DIST mygpoclient-pr19.patch 32982 BLAKE2B b0103372aaea9c83a45a035d3e32e6e0d3297370e7e6dd93996a14cec7f3f1723c4e0a4dca943b346fe6ce976aaea90d51478cdb3ee0218612fe28c36153047d SHA512 b816ee676c62e696f0bc14f06a60ee2a276d21b0ffb781a0d800042c64e16bee972a56c348c9dde203a0d41fc4f403d707a15bf197ea47d952ba753e659f26ab

diff --git a/dev-python/mygpoclient/mygpoclient-1.9-r1.ebuild b/dev-python/mygpoclient/mygpoclient-1.9-r1.ebuild
new file mode 100644
index 000000000000..1df1e9412a80
--- /dev/null
+++ b/dev-python/mygpoclient/mygpoclient-1.9-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="A gpodder.net client library"
+HOMEPAGE="
+	https://github.com/gpodder/mygpoclient/
+	https://pypi.org/project/mygpoclient/
+	https://mygpoclient.readthedocs.io/en/latest/
+"
+SRC_URI="
+	https://github.com/gpodder/mygpoclient/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+	https://patch-diff.githubusercontent.com/raw/gpodder/mygpoclient/pull/19.patch
+		-> ${PN}-pr19.patch
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+BDEPEND="
+	test? (
+		dev-python/minimock[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+	# https://github.com/gpodder/mygpoclient/pull/19
+	"${DISTDIR}/${PN}-pr19.patch"
+)


             reply	other threads:[~2024-07-30  8:00 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-30  8:00 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-10 11:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/mygpoclient/ Michał Górny
2024-12-14 12:37 Sam James
2024-11-24  3:28 Michał Górny
2024-11-06  7:52 Miroslav Šulc
2024-08-17  7:28 Michał Górny
2024-08-17  7:06 Michał Górny
2023-11-24 16:55 Sam James
2022-07-24 16:29 Sam James
2022-06-24  5:16 Michał Górny
2022-01-28 11:51 Arthur Zamarin
2022-01-28 11:51 Arthur Zamarin
2020-08-30  9:56 Miroslav Šulc
2019-06-05  7:46 Agostino Sarubbo
2019-04-08 16:34 Aaron Bauman
2018-11-11 16:31 Pacho Ramos
2018-03-19 20:49 Michał Górny

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=1722326389.2a42a9b488ccf6d8bee728f9923dc0df1dfa74f4.pacho@gentoo \
    --to=pacho@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