Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 438114 Details for
Bug 585602
=dev-python/pdoc-0.3.2: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pdoc-0.3.2.ebuild
pdoc-0.3.2.ebuild (text/plain), 885 bytes, created by
Jonathan Scruggs (RETIRED)
on 2016-06-20 16:46:19 UTC
(
hide
)
Description:
pdoc-0.3.2.ebuild
Filename:
MIME Type:
Creator:
Jonathan Scruggs (RETIRED)
Created:
2016-06-20 16:46:19 UTC
Size:
885 bytes
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) > >inherit distutils-r1 > >DESCRIPTION="Simple program and library to auto generate API documentation for Python modules" >HOMEPAGE="https://pypi.python.org/pypi/pdoc https://github.com/BurntSushi/pdoc" >SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" > >SLOT="0" >LICENSE="Unlicense" >KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" > >RDEPEND=" > dev-python/mako[${PYTHON_USEDEP}] > dev-python/markdown[${PYTHON_USEDEP}] > dev-python/pygments[${PYTHON_USEDEP}] >" >DEPEND="${RDEPEND}" > >src_prepare() { > default > > # Markdown < 2.5 is only for Python 2.6 support, which we don't support > sed \ > -e "s|markdown < 2.5|markdown|" \ > -e "s|share/pdoc|share/doc/${PF}|" \ > -e "s|'UNLICENSE', ||" \ > -i setup.py || die "sed failed" >}
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 585602
:
437180
|
437182
|
437190
|
438114
|
444666