From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/entrypoints/
Date: Wed, 20 Nov 2019 23:39:52 +0000 (UTC) [thread overview]
Message-ID: <1574293177.a3e173a4cf9b6f3fdd96937d51c8fc2d5d58ed9b.asturm@gentoo> (raw)
commit: a3e173a4cf9b6f3fdd96937d51c8fc2d5d58ed9b
Author: Marius Brehler <marius.brehler+gentoo <AT> googlemail <DOT> com>
AuthorDate: Mon Oct 21 08:39:10 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 23:39:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e173a4
dev-python/entrypoints: Version bump to 0.3
Bug: https://bugs.gentoo.org/667902
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Marius Brehler <marius.brehler+gentoo <AT> googlemail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/entrypoints/Manifest | 1 +
dev-python/entrypoints/entrypoints-0.3.ebuild | 54 +++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/dev-python/entrypoints/Manifest b/dev-python/entrypoints/Manifest
index 3c82fa56654..4c2a4686948 100644
--- a/dev-python/entrypoints/Manifest
+++ b/dev-python/entrypoints/Manifest
@@ -1 +1,2 @@
DIST entrypoints-0.2.3.tar.gz 11219 BLAKE2B ae7745a075d564b3cc25a0580ae9f30f6e1a0b4bca7315c4fc3700408e4ab3762831212a451eb937ab94096d1db5c1478980b216dea7cfb95a8577d6337534a0 SHA512 dbf8085652e50cbdbe137ae655ef765cff58bdaa6beefebf1383dcd96dfcbf9c92580c09e9a58de7893aebdd7b2a701ef8d13a56ef0fa9a3d9ef7a5bd1d9b11b
+DIST entrypoints-0.3.tar.gz 12315 BLAKE2B f548d98eeb9dcf5760b26f66e5dec0849c9a9027cd68447c07a585e7b80f79a7c66712d0dd270b6960db167d26f9cf0c9c221edd21f2692c2221d36e952ede65 SHA512 aa1274362d3a4b00266103319ca51aa266605b4999c89a9d0673eb61bfae9e646cb0ec6b86c95544493f6fe048385a2c7641d64adca8f45815546fb1e663c858
diff --git a/dev-python/entrypoints/entrypoints-0.3.ebuild b/dev-python/entrypoints/entrypoints-0.3.ebuild
new file mode 100644
index 00000000000..dc4147fe6d0
--- /dev/null
+++ b/dev-python/entrypoints/entrypoints-0.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Discover and load entry points from installed packages"
+HOMEPAGE="https://github.com/takluyver/entrypoints"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '>=dev-python/configparser-3.5.0[${PYTHON_USEDEP}]' 'python2*')
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ virtual/python-pathlib[${PYTHON_USEDEP}]
+ )
+ "
+
+PATCHES=(
+ "${FILESDIR}/${PN}"-0.2.1-init.py.patch
+)
+
+python_prepare_all() {
+ # Prevent un-needed download during build
+ if use doc; then
+ sed -e "/^ 'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
+ fi
+
+ distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+ if use doc; then
+ emake -C doc html
+ HTML_DOCS=( doc/_build/html/. )
+ fi
+}
+
+python_test() {
+ distutils_install_for_testing
+ cd "${TEST_DIR}"/lib || die
+ cp -r "${S}"/tests "${TEST_DIR}"/lib/ || die
+ py.test || die
+}
next reply other threads:[~2019-11-20 23:39 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-20 23:39 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/entrypoints/ Michał Górny
2024-05-17 17:38 Michał Górny
2023-05-26 20:26 Arthur Zamarin
2022-05-16 16:03 Andrew Ammerlaan
2022-03-15 11:27 Jakov Smolić
2022-02-02 23:21 Michał Górny
2022-01-29 15:02 Michał Górny
2021-06-29 5:53 Yixun Lan
2021-05-06 11:38 Michał Górny
2020-12-11 14:51 Michał Górny
2020-11-28 14:21 Sam James
2020-11-28 14:21 Sam James
2020-10-22 2:14 Joshua Kinard
2020-09-20 9:36 Michał Górny
2020-07-13 16:51 Sam James
2020-05-27 6:10 Michał Górny
2020-04-08 20:53 Sergei Trofimovich
2020-03-16 21:09 Michał Górny
2020-03-16 6:22 Matt Turner
2020-02-11 9:20 Agostino Sarubbo
2020-02-08 12:50 Sergei Trofimovich
2020-01-30 11:05 Agostino Sarubbo
2020-01-30 11:00 Agostino Sarubbo
2020-01-28 11:32 Agostino Sarubbo
2020-01-28 10:20 Agostino Sarubbo
2020-01-27 8:10 Sergei Trofimovich
2020-01-26 21:25 Matthew Thode
2020-01-14 19:57 Sergei Trofimovich
2019-12-25 20:45 Sergei Trofimovich
2019-12-25 20:32 Sergei Trofimovich
2019-12-16 14:38 Michał Górny
2019-12-16 14:38 Michał Górny
2019-12-09 18:19 Sergei Trofimovich
2019-12-02 21:13 Aaron Bauman
2019-12-01 13:34 Sergei Trofimovich
2019-11-23 7:59 Patrick McLean
2019-11-21 0:11 Andreas Sturmlechner
2019-11-20 23:39 Andreas Sturmlechner
2018-09-07 22:51 Louis Sautier
2018-08-30 22:08 Louis Sautier
2018-05-16 12:28 Agostino Sarubbo
2018-04-22 1:35 Thomas Deutschmann
2018-03-20 1:46 Matt Thode
2017-06-23 19:26 Alexis Ballier
2017-03-11 3:34 Zac Medico
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=1574293177.a3e173a4cf9b6f3fdd96937d51c8fc2d5d58ed9b.asturm@gentoo \
--to=asturm@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