public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pockets/
Date: Sun, 22 Jan 2023 19:48:31 +0000 (UTC)	[thread overview]
Message-ID: <1674415413.53c00c6a68e5141970e27b9523cdde3ede008a76.arthurzam@gentoo> (raw)

commit:     53c00c6a68e5141970e27b9523cdde3ede008a76
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 19:23:33 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 19:23:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c00c6a

dev-python/pockets: Use PEP517

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pockets/pockets-0.9.1-r3.ebuild | 36 ++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/dev-python/pockets/pockets-0.9.1-r3.ebuild b/dev-python/pockets/pockets-0.9.1-r3.ebuild
new file mode 100644
index 000000000000..2bcaaa2a11bb
--- /dev/null
+++ b/dev-python/pockets/pockets-0.9.1-r3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..10} )
+
+inherit distutils-r1
+
+# No tags upstream, https://github.com/RobRuana/pockets/issues/5
+COMMIT="777724c8eabaf76f6d0c5e4837c982d110509b2e"
+
+DESCRIPTION="Collection of helpful Python tools"
+HOMEPAGE="https://pockets.readthedocs.io/ https://pypi.org/project/pockets/"
+SRC_URI="
+	https://github.com/RobRuana/pockets/archive/${COMMIT}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="
+	test? ( dev-python/pytz[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	sed -e 's/description-file/description_file/g' -i setup.cfg ||die
+	default
+}


             reply	other threads:[~2023-01-22 19:48 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-22 19:48 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-20 18:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/pockets/ Michał Górny
2023-06-01  4:13 Michał Górny
2023-02-23  6:19 Michał Górny
2023-02-22 22:27 Sam James
2023-01-22 19:48 Arthur Zamarin
2021-11-30 11:06 Tobias Klausmann
2021-09-25 22:14 Michał Górny
2021-09-25 19:56 Sam James
2021-09-25 13:23 Michał Górny
2021-08-25  7:30 Arthur Zamarin
2021-08-25  7:30 Arthur Zamarin
2021-08-25  7:30 Arthur Zamarin
2021-06-26 13:29 Tobias Klausmann
2021-06-26 13:24 Tobias Klausmann
2021-04-11 17:15 Tobias Klausmann
2021-04-09 22:20 Sam James
2021-03-07  9:45 Tobias Klausmann
2020-09-18 15:30 Michał Górny
2020-05-13 21:07 Mart Raudsepp
2020-05-12 14:47 Agostino Sarubbo
2020-04-27 12:33 Tobias Klausmann
2020-04-27 11:38 Tobias Klausmann
2020-02-05 19:12 Michał Górny
2017-08-02  4:06 Sebastien Fabbro

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=1674415413.53c00c6a68e5141970e27b9523cdde3ede008a76.arthurzam@gentoo \
    --to=arthurzam@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