From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/atomicwrites/
Date: Thu, 12 Jul 2018 09:25:09 +0000 (UTC) [thread overview]
Message-ID: <1531387503.600ebf83f316091b1158a3f6d93745d015f24f75.sbraz@gentoo> (raw)
commit: 600ebf83f316091b1158a3f6d93745d015f24f75
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 11 21:56:08 2018 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Jul 12 09:25:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600ebf83
dev-python/atomicwrites: add PyPy{,3}, doc
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9189
.../atomicwrites/atomicwrites-1.1.5-r3.ebuild | 41 ++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild b/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild
new file mode 100644
index 00000000000..75fd01fc496
--- /dev/null
+++ b/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Atomic file writes"
+HOMEPAGE="https://github.com/untitaker/python-atomicwrites"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ doc? (
+ dev-python/sphinx[${PYTHON_USEDEP}]
+ dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+ )
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+ sed -i "/'sphinx.ext.intersphinx'/d" docs/conf.py || die
+ distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+ if use doc; then
+ sphinx-build docs docs/_build/html || die
+ HTML_DOCS=( docs/_build/html/. )
+ fi
+}
+
+python_test() {
+ py.test -v || die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2018-07-12 9:25 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-12 9:25 Louis Sautier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-15 13:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/atomicwrites/ Michał Górny
2024-05-09 17:32 Michał Górny
2023-05-23 16:21 Michał Górny
2023-03-17 15:58 Michał Górny
2023-03-17 15:52 Arthur Zamarin
2023-03-16 3:44 Michał Górny
2023-02-02 12:19 Michał Górny
2022-06-10 6:54 Michał Górny
2022-05-10 18:06 Michał Górny
2022-05-10 18:06 Michał Górny
2022-04-25 17:16 Sam James
2022-01-17 13:02 James Le Cuirot
2021-09-09 0:16 Marek Szuba
2021-06-05 12:56 Michał Górny
2020-07-08 12:58 Michał Górny
2020-07-08 12:58 Michał Górny
2020-07-08 7:18 Sergei Trofimovich
2020-07-08 7:11 Sergei Trofimovich
2020-05-26 6:15 Michał Górny
2020-05-25 16:16 Michał Górny
2020-05-25 16:16 Michał Górny
2020-04-23 8:10 Sergei Trofimovich
2020-04-09 17:11 Sergei Trofimovich
2020-03-20 15:05 Michał Górny
2020-03-20 14:20 Agostino Sarubbo
2020-03-18 11:13 Agostino Sarubbo
2020-03-18 11:11 Agostino Sarubbo
2020-03-18 11:04 Agostino Sarubbo
2020-03-18 11:00 Agostino Sarubbo
2020-03-18 9:56 Agostino Sarubbo
2020-03-18 9:46 Agostino Sarubbo
2020-03-18 7:27 Michał Górny
2020-03-17 2:35 Matt Turner
2019-11-29 19:54 Michał Górny
2019-11-25 12:35 Michał Górny
2019-11-16 11:20 Michał Górny
2019-11-16 11:02 Michał Górny
2019-04-17 3:38 Aaron Bauman
2019-04-08 22:07 Sergei Trofimovich
2019-03-15 10:13 Mikle Kolyada
2019-03-10 21:38 Matt Turner
2019-03-10 21:38 Matt Turner
2019-03-03 22:04 Joshua Kinard
2019-03-03 2:10 Matt Turner
2019-03-02 20:49 Thomas Deutschmann
2019-03-02 18:31 Mikle Kolyada
2019-02-22 20:17 Sergei Trofimovich
2019-02-21 20:28 Markus Meier
2019-02-07 12:31 Tobias Klausmann
2018-12-22 7:15 Mikle Kolyada
2018-12-19 22:28 Sergei Trofimovich
2018-12-19 22:28 Sergei Trofimovich
2018-11-19 21:15 Fabian Groffen
2018-10-17 10:36 Tobias Klausmann
2018-10-07 10:11 Jeroen Roovers
2018-09-11 6:43 Sergei Trofimovich
2018-08-30 21:32 Amy Liffey
2018-08-30 18:25 Amy Liffey
2018-08-30 18:08 Amy Liffey
2018-08-13 21:15 Sergei Trofimovich
2018-08-06 9:01 Sergei Trofimovich
2018-07-16 13:19 Michał Górny
2018-07-12 9:25 Louis Sautier
2018-07-12 9:25 Louis Sautier
2018-06-08 22:35 Mart Raudsepp
2018-03-30 18:35 Aaron Bauman
2018-03-14 21:09 Markus Meier
2018-03-14 21:09 Markus Meier
2018-03-14 21:09 Markus Meier
2017-05-01 14:56 Michał Górny
2017-05-01 14:56 Michał Górny
2017-03-09 13:36 Amy Liffey
2017-03-08 14:03 Amy Liffey
2016-08-31 8:16 Amy Winston
2016-07-28 17:01 Amy Winston
2016-02-21 15:18 Amy Winston
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=1531387503.600ebf83f316091b1158a3f6d93745d015f24f75.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