From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tweepy/
Date: Fri, 20 Mar 2020 09:58:02 +0000 (UTC) [thread overview]
Message-ID: <1584698262.012dd22d1dd5878dd9fed6a0ce265b4ceff5b51e.soap@gentoo> (raw)
commit: 012dd22d1dd5878dd9fed6a0ce265b4ceff5b51e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 09:57:42 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 09:57:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012dd22d
dev-python/tweepy: Replace distutils-r1 EXAMPLES use
Closes: https://github.com/gentoo/gentoo/pull/15018
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/tweepy/tweepy-3.5.0.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-python/tweepy/tweepy-3.5.0.ebuild b/dev-python/tweepy/tweepy-3.5.0.ebuild
index 603f325a84e..f5c8f65b38d 100644
--- a/dev-python/tweepy/tweepy-3.5.0.ebuild
+++ b/dev-python/tweepy/tweepy-3.5.0.ebuild
@@ -47,6 +47,10 @@ python_compile_all() {
python_install_all() {
use doc && local HTML_DOCS=( docs/_build/html/. )
- use examples && local EXAMPLES=( examples/. )
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+
distutils-r1_python_install_all
}
next reply other threads:[~2020-03-20 9:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-20 9:58 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-04-09 8:16 [gentoo-commits] repo/gentoo:master commit in: dev-python/tweepy/ Mikle Kolyada
2020-02-05 14:24 Michał Górny
2020-02-05 14:24 Michał Górny
2018-04-29 6:33 Michał Górny
2017-05-29 16:33 Pacho Ramos
2016-01-17 19:43 Justin Lecher
2016-01-17 19:43 Justin Lecher
2016-01-17 19:43 Justin Lecher
2015-12-31 12:55 Justin Lecher
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=1584698262.012dd22d1dd5878dd9fed6a0ce265b4ceff5b51e.soap@gentoo \
--to=soap@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