From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/characteristic/
Date: Fri, 9 Nov 2018 13:42:56 +0000 (UTC) [thread overview]
Message-ID: <1541770943.6f430a85ac70a14c16a75c9a4284a545c08df8f7.alexxy@gentoo> (raw)
commit: 6f430a85ac70a14c16a75c9a4284a545c08df8f7
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 9 13:25:27 2018 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Nov 9 13:42:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f430a85
dev-python/characteristic: eapi7 + py3_7
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
.../characteristic/characteristic-14.3.0-r2.ebuild | 42 ++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/dev-python/characteristic/characteristic-14.3.0-r2.ebuild b/dev-python/characteristic/characteristic-14.3.0-r2.ebuild
new file mode 100644
index 00000000000..c13a2266947
--- /dev/null
+++ b/dev-python/characteristic/characteristic-14.3.0-r2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python attributes without the boilerplate"
+HOMEPAGE="https://characteristic.readthedocs.org/ https://github.com/hynek/characteristic"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
+IUSE="doc test"
+
+RDEPEND=""
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+ # Prevent un-needed download during build
+ sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/conf.py || die
+ distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+ use doc && emake -C docs html
+}
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ use doc && local HTML_DOCS=( docs/_build/html/. )
+ distutils-r1_python_install_all
+}
next reply other threads:[~2018-11-09 13:43 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-09 13:42 Alexey Shvetsov [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/characteristic/ Michał Górny
2024-06-13 17:17 Michał Górny
2023-05-31 14:48 Michał Górny
2023-03-16 3:47 Michał Górny
2022-06-10 4:18 Michał Górny
2022-06-10 3:09 Sam James
2022-05-10 16:49 Michał Górny
2022-05-10 16:49 Michał Górny
2021-05-06 18:45 Michał Górny
2020-11-28 14:21 Sam James
2020-11-28 14:21 Sam James
2020-08-01 21:48 Michał Górny
2020-06-16 8:18 Michał Górny
2020-03-25 13:00 Michał Górny
2020-03-25 13:00 Michał Górny
2019-12-03 21:20 Aaron Bauman
2019-12-03 19:14 Patrick McLean
2019-12-03 19:14 Patrick McLean
2018-08-17 1:38 Mikle Kolyada
2018-03-27 23:15 Matt Turner
2018-02-22 15:52 Michał Górny
2018-02-19 21:07 Michał Górny
2018-01-03 9:11 Michał Górny
2017-05-15 15:11 Manuel Rüger
2017-02-20 18:09 Markus Meier
2017-01-23 18:58 Tobias Klausmann
2017-01-23 6:11 Jeroen Roovers
2017-01-21 20:33 Agostino Sarubbo
2017-01-17 16:22 Agostino Sarubbo
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=1541770943.6f430a85ac70a14c16a75c9a4284a545c08df8f7.alexxy@gentoo \
--to=alexxy@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