commit: 86e5533e18663f26a8f9af19b42169c818fc0c63
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 01:50:43 2015 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 01:50:43 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e5533e
dev-python/lockfile: Remove upper-bound on dev-python/pbr
Package-Manager: portage-2.2.23_p4
.../lockfile/{lockfile-0.11.0.ebuild => lockfile-0.11.0-r1.ebuild} | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-python/lockfile/lockfile-0.11.0.ebuild
b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
similarity index 93%
rename from dev-python/lockfile/lockfile-0.11.0.ebuild
rename to dev-python/lockfile/lockfile-0.11.0-r1.ebuild
index 97ebd77..1979687 100644
--- a/dev-python/lockfile/lockfile-0.11.0.ebuild
+++ b/dev-python/lockfile/lockfile-0.11.0-r1.ebuild
@@ -19,13 +19,17 @@ IUSE="doc test"
DEPEND="
>dev-python/pbr-0.7[${PYTHON_USEDEP}]
- <dev-python/pbr-1[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
RDEPEND=""
DOCS=( ACKS AUTHORS ChangeLog README.rst RELEASE-NOTES )
+python_prepare_all() {
+ rm requirements.txt || die
+ distutils-r1_python_prepare_all
+}
+
python_compile_all() {
if use doc; then
einfo "Generation of documentation"