Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 308109 Details for
Bug 289004
dev-python/pyexiv2-0.3.2 (New package, deprecated upstream)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pyexiv2-0.3.2.ebuild - support for python ABI 2 and 3
pyexiv2-0.3.2.ebuild (text/plain), 1.62 KB, created by
Thibault Hild
on 2012-04-07 17:39:38 UTC
(
hide
)
Description:
pyexiv2-0.3.2.ebuild - support for python ABI 2 and 3
Filename:
MIME Type:
Creator:
Thibault Hild
Created:
2012-04-07 17:39:38 UTC
Size:
1.62 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="4" >SUPPORT_PYTHON_ABIS="1" >RESTRICT_PYTHON_ABIS="2.5" > >inherit eutils versionator scons-utils python > >MY_PV=$(get_version_component_range 1-2) >DESCRIPTION="Python binding to exiv2" >HOMEPAGE="http://tilloy.net/dev/pyexiv2/" >SRC_URI="http://launchpad.net/${PN}/${MY_PV}.x/${PV}/+download/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="doc examples" > >DEPEND=">=media-gfx/exiv2-0.20 > doc? ( dev-python/sphinx ) > dev-libs/boost[python]" >RDEPEND="${DEPEND}" > >src_prepare() { > epatch "${FILESDIR}"/scons_python_abi.patch >} > >src_compile() { > python_copy_sources > build() { > if [ "$(python_get_version --major)" -ge 3 ]; then > 2to3 --no-diffs --write --nobackups . > fi > escons lib PYTHONINC="$(python_get_includedir)" PYTHONLIB="$(python_get_sitedir)" BOOSTLIB="boost_python-${PYTHON_ABI}" || die > if use doc; then > escons doc || die > > # To enable doins -r in src_install > rm -R doc/_build/.doctrees || die > fi > } > python_execute_function -s build >} > >src_install() { > store() { > escons DESTDIR="${D}" PYTHONINC="$(python_get_includedir)" PYTHONLIB="$(python_get_sitedir)" BOOSTLIB="boost_python-${PYTHON_ABI}" install || die > dodoc NEWS README todo || die > > if use examples; then > insinto /usr/share/doc/${PF}/examples > doins src/*example*.py > fi > > if use doc; then > insinto /usr/share/doc/${PF}/ > doins -r doc/html || die # no dohtml due to mixed content > fi > } > python_execute_function -s store >} > >pkg_postinst() { > python_mod_optimize ${PN} >} > >pkg_postrm() { > python_mod_cleanup ${PN} >}
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 289004
:
207055
|
217717
|
217719
|
217721
|
228041
|
230787
|
259451
|
259488
|
294649
|
305021
|
308109
|
308111
|
308219
|
387386