Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 292953 Details for
Bug 390867
dev-python/python-nss-0.12 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
python-nss ebuild
python-nss-0.12.ebuild (text/plain), 1.36 KB, created by
Andreis Vinogradovs ( slepnoga )
on 2011-11-17 22:57:41 UTC
(
hide
)
Description:
python-nss ebuild
Filename:
MIME Type:
Creator:
Andreis Vinogradovs ( slepnoga )
Created:
2011-11-17 22:57:41 UTC
Size:
1.36 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-python/python-nss/python-nss-0.8-r1.ebuild,v 1.1 2011/10/31 20:01:46 maksbotan Exp $ > >EAPI="4" > >SUPPORT_PYTHON_ABIS="1" >RESTRICT_PYTHON_ABIS="3.*" > >inherit distutils eutils versionator > >MY_PV=$(replace_all_version_separators '_' ) >DESCRIPTION="Python bindings for Network Security Services (NSS)" >HOMEPAGE="http://www.mozilla.org/projects/security/pki/python-nss/" >SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/security/${PN}/releases/PYNSS_RELEASE_${MY_PV}/src/${P}.tar.bz2" > >LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2 )" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="doc" > >DEPEND="dev-libs/nss > dev-libs/nspr > doc? ( dev-python/docutils > dev-python/epydoc )" > >RDEPEND="${DEPEND}" > >DOCS="README doc/ChangeLog" > >src_prepare() { > # RHB #754750 ; bgo #390869 > epatch "${FILESDIR}/python-nss-0.12-rsapssparams.patch" >} > >src_install() { > distutils_src_install > > if use doc; then > einfo "Generating API documentation..." > > mkdir "${S}"/doc/html > PYTHONPATH="${ED}$(python_get_sitedir -f)" epydoc --html --docformat restructuredtext \ > -o "${S}"/doc/html \ > "$(ls -d build-$(PYTHON -f --ABI)/lib.*)/nss" > > dohtml -r "${S}"/doc/html/ > insinto /usr/share/doc/"${PF}" > doins -r ./test > insinto /usr/share/doc/"${PF}"/examples > doins doc/examples/*.py > 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 390867
: 292953 |
292955