diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-30 12:12:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-30 12:14:17 +0200 |
commit | 532f70d23e4e9eabf26539ba3feddd7f07033c9a (patch) | |
tree | b9f10ab4a4b80f44d95fc1866aec165e5595388c | |
parent | dev-qt/qt-docs: Fix broken png file (diff) | |
download | gentoo-532f70d23e4e9eabf26539ba3feddd7f07033c9a.tar.gz gentoo-532f70d23e4e9eabf26539ba3feddd7f07033c9a.tar.bz2 gentoo-532f70d23e4e9eabf26539ba3feddd7f07033c9a.zip |
dev-python/basemap: Remove last-rited package
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | dev-python/basemap/Manifest | 1 | ||||
-rw-r--r-- | dev-python/basemap/basemap-1.0.7-r4.ebuild | 81 | ||||
-rw-r--r-- | dev-python/basemap/metadata.xml | 19 | ||||
-rw-r--r-- | profiles/package.mask | 5 |
4 files changed, 0 insertions, 106 deletions
diff --git a/dev-python/basemap/Manifest b/dev-python/basemap/Manifest deleted file mode 100644 index 2b0177cf887c..000000000000 --- a/dev-python/basemap/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST basemap-1.0.7.tar.gz 129694711 BLAKE2B ec2159b01711584384d472205f8d3cadd06cfca07202421be534d7778f94000ccc9ae4b8e07a9fd595b7c06c335ec7af7ac2e9d84f7418bb0db1aeab67125559 SHA512 dc8ef8f02127813c9460c6a9c22c593616bbe8ff39f6507abb786d344c710b296bf4f21759b5c1e6fc8ccf3f478d8fb6f546429528575d13f732c4233aaf9c20 diff --git a/dev-python/basemap/basemap-1.0.7-r4.ebuild b/dev-python/basemap/basemap-1.0.7-r4.ebuild deleted file mode 100644 index 0d90a1bf6333..000000000000 --- a/dev-python/basemap/basemap-1.0.7-r4.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 flag-o-matic - -DESCRIPTION="matplotlib toolkit to plot map projections" -HOMEPAGE="https://matplotlib.org/basemap/ https://pypi.org/project/basemap/" -SRC_URI="mirror://sourceforge/matplotlib/${P}.tar.gz" - -IUSE="examples test" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -LICENSE="MIT GPL-2" - -DEPEND="sci-libs/shapelib - $(python_gen_cond_dep ' - || ( - >=dev-python/matplotlib-python2-0.98[${PYTHON_MULTI_USEDEP}] - >=dev-python/matplotlib-0.98[${PYTHON_MULTI_USEDEP}] - ) - ') - >=sci-libs/geos-3.3.1[python(-),${PYTHON_SINGLE_USEDEP}]" - -RDEPEND="${DEPEND} - $(python_gen_cond_dep ' - >=dev-python/pupynere-1.0.8[${PYTHON_MULTI_USEDEP}] - dev-python/httplib2[${PYTHON_MULTI_USEDEP}] - dev-python/dap[${PYTHON_MULTI_USEDEP}] - ')" - -DOCS="FAQ API_CHANGES" -#REQUIRED_USE="test? ( examples )" -# The test phase ought never have been onvoked according to the above. -# The test phase appears to require the package to fist be emerged, which ... -# Until the distutils_install_for_testing func refrains from failing with -# mkdir: cannot create directory ‘/test’: Permission denied -# reluctantly this phase is assigned -RESTRICT="test" - -src_prepare() { - sed -i \ - -e "s:/usr:${EPREFIX}/usr:g" \ - setup.py || die - # use /usr/share/data - sed -i \ - -e "/_datadir.*=.*join/s|\(.*datadir.*=\).*|\1'${EROOT}usr/share/${PN}'|g" \ - "${S}"/lib/mpl_toolkits/basemap/*.py || die - distutils-r1_src_prepare - append-flags -fno-strict-aliasing -} - -#src_test() { -# distutils_install_for_testing -#} - -python_install() { - # mpl_toolkits namespace provided by dev-python/matplotlib - rm "${BUILD_DIR}/lib/mpl_toolkits/__init__.py" || die - distutils-r1_python_install --skip-build - # --install-data="${EPREFIX}/usr/share/${PN}" on testing is found not to work; - # setup.py is a mess. Someone care to patch setup.py please proceed; substitute with - insinto /usr/share/basemap/ - doins lib/mpl_toolkits/basemap/data/* - - # respect FHS - rm -r "${D}$(python_get_sitedir)/mpl_toolkits/basemap/data" || die -} - -python_install_all() { - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - - distutils-r1_python_install_all -} diff --git a/dev-python/basemap/metadata.xml b/dev-python/basemap/metadata.xml deleted file mode 100644 index c19fcc082854..000000000000 --- a/dev-python/basemap/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <maintainer type="project"> - <email>sci-geosciences@gentoo.org</email> - <name>Gentoo Geosciences Project</name> - </maintainer> - <longdescription> - basemap is a matplotlib toolkit. It allows to plot data on map - projections (with continental and political boundaries). - </longdescription> - <upstream> - <remote-id type="sourceforge">matplotlib</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index cbd1505d54d2..1bd783a718b5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -654,11 +654,6 @@ sys-block/kvpm # as a replacement with a sane upstream. app-antivirus/clamav-unofficial-sigs -# Andreas Sturmlechner <asturm@gentoo.org> (2020-03-30) -# Unmaintained revdep on dev-python/pygtk blocking its removal, py2-only -# Bugs #484270 and #705646, masked for removal in 30 days. -dev-python/basemap - # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (2020-03-29) # Old releases gone from upstream, new releases use overly restrictive # license. For ancient scripts and symbols, use media-fonts/quivira instead. |