Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 460134 Details for
Bug 601518
=dev-python/python-djvulibre-0.8 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
python-djvulibre-0.8.ebuild
python-djvulibre-0.8.ebuild (text/plain), 981 bytes, created by
Antoine Pinsard
on 2017-01-15 11:47:20 UTC
(
hide
)
Description:
python-djvulibre-0.8.ebuild
Filename:
MIME Type:
Creator:
Antoine Pinsard
Created:
2017-01-15 11:47:20 UTC
Size:
981 bytes
patch
obsolete
># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >PYTHON_COMPAT=( python2_7 python3_{4..5} ) > >inherit distutils-r1 > >DESCRIPTION="Python support for the DjVu image format" >HOMEPAGE="http://jwilk.net/software/python-djvulibre" >SRC_URI="https://github.com/jwilk/${PN}/archive/${PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~*" > >IUSE="examples doc" > >RDEPEND="app-text/djvu" >DEPEND="$RDEPEND > doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) > dev-python/cython[${PYTHON_USEDEP}] > dev-python/setuptools[${PYTHON_USEDEP}] >" > >python_compile_all() { > if use doc; then > BUILDDIR=doc/_build > sphinx-build -b html -d "${BUILDDIR}/doctrees" doc/api "${BUILDDIR}/html" > fi >} > >python_install_all() { > if use doc; then > rm -fr doc/_build/html/_sources > local HTML_DOCS=( doc/_build/html/* ) > fi > distutils-r1_python_install_all >} > >src_install() { > distutils-r1_src_install > if use examples; then > insinto /usr/share/doc/${PF}/examples > doins "${S}"/examples/* > fi >}
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 Raw
Actions:
View
Attachments on
bug 601518
: 460134