From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clint/
Date: Sun, 13 Sep 2020 15:42:40 +0000 (UTC) [thread overview]
Message-ID: <1600011641.96f7aaaee4a9f3420334aa299bf42e5dcfeee0c5.sbraz@gentoo> (raw)
commit: 96f7aaaee4a9f3420334aa299bf42e5dcfeee0c5
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 15:40:41 2020 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 15:40:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f7aaae
dev-python/clint: support pypy3+Py3.9
Also:
* examples: use docinto instead of insinto, disable compression.
* use distutils_* functions.
* remove explicit setuptools dependency.
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/clint/clint-0.5.1-r3.ebuild | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/dev-python/clint/clint-0.5.1-r3.ebuild b/dev-python/clint/clint-0.5.1-r3.ebuild
new file mode 100644
index 00000000000..1612ad767b7
--- /dev/null
+++ b/dev-python/clint/clint-0.5.1-r3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Command-line Application Tools"
+HOMEPAGE="https://github.com/kennethreitz/clint"
+SRC_URI="https://github.com/kennethreitz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="examples"
+
+# https://github.com/kennethreitz-archive/clint/pull/180
+PATCHES=( "${FILESDIR}/${P}-disable-args-dependency.patch" )
+
+distutils_enable_sphinx docs --no-autodoc
+distutils_enable_tests pytest
+
+python_install_all() {
+ if use examples; then
+ docompress -x "/usr/share/doc/${PF}/examples"
+ docinto examples
+ dodoc -r examples/.
+ fi
+
+ distutils-r1_python_install_all
+}
next reply other threads:[~2020-09-13 15:42 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-13 15:42 Louis Sautier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:53 [gentoo-commits] repo/gentoo:master commit in: dev-python/clint/ Michał Górny
2024-08-10 12:57 Michał Górny
2024-05-18 15:56 Michał Górny
2024-05-18 15:56 Michał Górny
2023-05-25 4:40 Sam James
2023-02-23 6:19 Michał Górny
2023-02-23 6:19 Michał Górny
2023-02-22 22:56 Sam James
2023-02-22 22:27 Sam James
2023-01-22 19:15 Arthur Zamarin
2023-01-22 19:15 Arthur Zamarin
2021-05-23 9:29 Michał Górny
2020-12-11 14:43 Michał Górny
2020-11-04 5:32 Sam James
2020-11-03 8:24 Michał Górny
2020-11-02 23:51 Sam James
2020-09-05 0:29 Sam James
2020-05-05 11:51 Joonas Niilola
2020-03-26 14:51 Michał Górny
2020-02-04 13:58 Agostino Sarubbo
2020-02-04 12:23 Michał Górny
2019-10-14 9:25 Lars Wendler
2019-10-13 20:23 Craig Andrews
2019-10-13 20:23 Craig Andrews
2018-03-30 18:35 Aaron Bauman
2018-03-19 16:51 Mikle Kolyada
2017-04-28 16:33 Manuel Rüger
2016-01-01 11:32 Patrick Lauer
2015-08-29 23:34 Alex Brandt
2015-08-29 23:34 Alex Brandt
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=1600011641.96f7aaaee4a9f3420334aa299bf42e5dcfeee0c5.sbraz@gentoo \
--to=sbraz@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