Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 295175 Details for
Bug 393591
dev-python/basemap-1.0.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
basemap-1.0.2.ebuild (text/plain), 1.40 KB, created by
Ian Delaney (RETIRED)
on 2011-12-08 09:24:56 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2011-12-08 09:24:56 UTC
Size:
1.40 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/basemap/basemap-1.0.2.Oebuild,v 1.0 2011/12/08 00:56:30 bicatali Exp $ > >EAPI=3 >PYTHON_DEPEND="2" >SUPPORT_PYTHON_ABIS="1" >RESTRICT_PYTHON_ABIS="3.*" > >inherit eutils distutils > >DESCRIPTION="matplotlib toolkit to plot map projections" >HOMEPAGE="http://matplotlib.sourceforge.net/basemap/doc/html/ http://pypi.python.org/pypi/basemap" >SRC_URI="mirror://sourceforge/matplotlib/${P}.tar.gz" > >IUSE="examples" >SLOT="0" >KEYWORDS="~amd64 ~x86" >LICENSE="MIT GPL-2" > >CDEPEND="sci-libs/shapelib > >=dev-python/matplotlib-0.98 > >=sci-libs/geos-3.1.1" > >DEPEND="${CDEPEND} > dev-python/setuptools" > >RDEPEND="${CDEPEND} > >=dev-python/pupynere-1.0.8 > dev-python/dap" > >DOCS="FAQ API_CHANGES" > >src_prepare() { > # use system libraries > rm -f lib/mpl_toolkits/basemap/pupynere.py || die >} > >src_install() { > distutils_src_install --install-data="${EPREFIX}/usr/share/${PN}" > > if use examples; then > insinto /usr/share/doc/${PF} > doins -r examples || die > fi > > # respect FHS > mv "${ED}$(python_get_sitedir -f)/mpl_toolkits/basemap/data" "${ED}usr/share/basemap" > > cleaning() { > # clean up collision with matplotlib > rm -f "${ED}$(python_get_sitedir)/mpl_toolkits/__init__.py" > # respect FHS > rm -fr "${ED}$(python_get_sitedir)/mpl_toolkits/basemap/data" > } > python_execute_function -q cleaning >}
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 393591
: 295175