Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pywcsgrid2/
Date: Wed, 07 Oct 2020 02:30:23
Message-Id: 1602037797.33f5c3ed50ddb72a30fdc1bf80f036ee55d62061.epsilon-0@gentoo
1 commit: 33f5c3ed50ddb72a30fdc1bf80f036ee55d62061
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Oct 7 02:29:57 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Oct 7 02:29:57 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=33f5c3ed
7
8 dev-python/pywcsgrid2: drop dead package
9
10 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
11
12 dev-python/pywcsgrid2/metadata.xml | 14 --------------
13 dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild | 23 -----------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/dev-python/pywcsgrid2/metadata.xml b/dev-python/pywcsgrid2/metadata.xml
17 deleted file mode 100644
18 index c240a7553..000000000
19 --- a/dev-python/pywcsgrid2/metadata.xml
20 +++ /dev/null
21 @@ -1,14 +0,0 @@
22 -<?xml version="1.0" encoding="UTF-8"?>
23 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 -<pkgmetadata>
25 - <maintainer type="project">
26 - <email>sci-astronomy@g.o</email>
27 - <name>Gentoo Astronomy Project</name>
28 - </maintainer>
29 - <longdescription lang="en">
30 -pywcsgrid2 provides a custom Axes class (derived from matplotlib's
31 -original Axes class) suitable for displaying fits images. Its main
32 -functionality is to draw ticks, ticklabels, and grids in an
33 -appropriate sky coordinates.
34 -</longdescription>
35 -</pkgmetadata>
36
37 diff --git a/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild b/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild
38 deleted file mode 100644
39 index d544c5cfa..000000000
40 --- a/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild
41 +++ /dev/null
42 @@ -1,23 +0,0 @@
43 -# Copyright 1999-2015 Gentoo Foundation
44 -# Distributed under the terms of the GNU General Public License v2
45 -
46 -EAPI=5
47 -
48 -PYTHON_COMPAT=( python2_7 python3_{3,4} )
49 -
50 -inherit distutils-r1 git-r3
51 -
52 -DESCRIPTION="Custom Matplotlib Axes class for displaying astronomical fits images"
53 -HOMEPAGE="http://leejjoon.github.io/pywcsgrid2/"
54 -EGIT_REPO_URI="https://github.com/leejjoon/pywcsgrid2.git"
55 -
56 -LICENSE="MIT"
57 -SLOT="0"
58 -KEYWORDS=""
59 -IUSE=""
60 -
61 -RDEPEND="
62 - dev-python/astropy[${PYTHON_USEDEP}]
63 - dev-python/numpy[${PYTHON_USEDEP}]
64 - dev-python/matplotlib[${PYTHON_USEDEP}]"
65 -DEPEND="${RDEPEND}"