dev-python/basemap-data - 1.4.1 (lemon-lime)

Search

Package Information

Description:
Plot on map projections
Homepage:
https://matplotlib.org/basemap/stable/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.4.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_EXT=1
inherit distutils-r1

DESCRIPTION="Plot on map projections "
HOMEPAGE="https://matplotlib.org/basemap/stable/"
SRC_URI="https://github.com/matplotlib/basemap/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/basemap-${PV}/packages/basemap_data"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
"

PATCHES=(
	"${FILESDIR}/namespace-change.patch"
)

DEPEND="${RDEPEND}"
BDEPEND="
	dev-python/cython
"

Dependencies

DEPEND


    
    
    

RDEPEND


    
    
    

BDEPEND

	dev-python/cython

Manifest for 1.4.1

Type File Size Source URLs
DIST basemap-data-1.4.1.gh.tar.gz 129993453 bytes https://github.com/matplotlib/basemap/archive/refs/tags/v1.4.1.tar.gz