Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 416604 Details for
Bug 565018
dev-python/rope-0.10.3 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rope-0.10.3.ebuild.patch
rope-0.10.3.ebuild.patch (text/plain), 1.19 KB, created by
Sam Jorna (wraeth)
on 2015-11-10 13:43:58 UTC
(
hide
)
Description:
rope-0.10.3.ebuild.patch
Filename:
MIME Type:
Creator:
Sam Jorna (wraeth)
Created:
2015-11-10 13:43:58 UTC
Size:
1.19 KB
patch
obsolete
>diff --git a/rope-0.10.2.ebuild b/rope-0.10.3.ebuild >index 6c37962..4f95d40 100644 >--- a/rope-0.10.2.ebuild >+++ b/rope-0.10.3.ebuild >@@ -9,20 +9,38 @@ PYTHON_COMPAT=( python2_7 ) > inherit distutils-r1 > > DESCRIPTION="Python refactoring library" >-HOMEPAGE="http://rope.sourceforge.net/" >+HOMEPAGE="https://github.com/python-rope/rope" > SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" > > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" >-IUSE="" >+IUSE="doc" >+ >+# Dependency for docbuild documentation which is not noted in >+# setup.py, using standard docutils builds docs successfully. >+DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] )" >+ >+PATCHES=( "${FILESDIR}/${P}-doc-syntax-errors.patch" ) > > python_test() { > PYTHONPATH="${BUILD_DIR}/lib:." ${EPYTHON} ropetest/__init__.py > } > >-src_install() { >- distutils-r1_src_install >- docinto docs >- dodoc docs/*.rst >+python_compile_all() { >+ local i; >+ if use doc; then >+ pushd docs > /dev/null >+ mkdir build || die >+ for i in ./*.rst >+ do >+ rst2html.py $i > ./build/${i/rst/html} || die >+ done >+ popd > /dev/null >+ fi >+} >+ >+python_install_all() { >+ use doc && local HTML_DOCS=( doc/build/. ) >+ distutils-r1_python_install_all > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 565018
: 416604 |
416606