Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/asciidata/
Date: Mon, 29 Apr 2013 16:33:04
Message-Id: 1366844734.c94e868a2a570dfedea658b37638590227c31305.bicatali@gentoo
1 commit: c94e868a2a570dfedea658b37638590227c31305
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 24 23:05:34 2013 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 24 23:05:34 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c94e868a
7
8 removed asciidata, replaced by astropy and asciitable
9
10 ---
11 dev-python/asciidata/ChangeLog | 28 ----------------
12 dev-python/asciidata/asciidata-1.1.1-r1.ebuild | 41 ------------------------
13 dev-python/asciidata/metadata.xml | 13 -------
14 3 files changed, 0 insertions(+), 82 deletions(-)
15
16 diff --git a/dev-python/asciidata/ChangeLog b/dev-python/asciidata/ChangeLog
17 deleted file mode 100644
18 index 69d7889..0000000
19 --- a/dev-python/asciidata/ChangeLog
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# ChangeLog for dev-python/asciidata
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 - 04 Aug 2011; Sébastien Fabbro <bicatali@g.o> metadata.xml:
27 - Switched herd to sci-astronomy
28 -
29 -*asciidata-1.1.1-r1 (25 Jun 2010)
30 -
31 - 25 Jun 2010; Justin Lecher <jlec@g.o> -asciidata-1.1.1.ebuild,
32 - +asciidata-1.1.1-r1.ebuild:
33 - Fix PYTHON ABI Stuff
34 -
35 -*asciidata-1.1.1 (26 Jun 2009)
36 -
37 - 26 Jun 2009; Sébastien Fabbro <bicatali@g.o>
38 - -asciidata-1.1.ebuild, +asciidata-1.1.1.ebuild:
39 - Version bump
40 -
41 - 23 May 2008; Sébastien Fabbro <bicatali@g.o>
42 - -asciidata-1.0.ebuild, +asciidata-1.1.ebuild:
43 - Version bump, now depend on numpy
44 -
45 -*asciidata-1.0 (15 Oct 2006)
46 -
47 - 15 Oct 2006; Sebastien Fabbro <seb@×××××××.pt>
48 - +asciidata-1.0.ebuild, +metadata.xml
49 - Initial import.
50
51 diff --git a/dev-python/asciidata/asciidata-1.1.1-r1.ebuild b/dev-python/asciidata/asciidata-1.1.1-r1.ebuild
52 deleted file mode 100644
53 index 8c096fd..0000000
54 --- a/dev-python/asciidata/asciidata-1.1.1-r1.ebuild
55 +++ /dev/null
56 @@ -1,41 +0,0 @@
57 -# Copyright 1999-2010 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -# $Header: $
60 -
61 -EAPI=4
62 -
63 -SUPPORT_PYTHON_ABIS="1"
64 -DISTUTILS_SRC_TEST=setup.py
65 -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
66 -
67 -inherit distutils
68 -
69 -DESCRIPTION="Python module to handle ASCII tables"
70 -HOMEPAGE="http://www.stecf.org/software/astroasciidata/index.html"
71 -SRC_URI="http://www.stecf.org/software/PYTHONtools/astro${PN}/source/${P}.tar.gz"
72 -
73 -IUSE="doc test"
74 -SLOT="0"
75 -KEYWORDS="~amd64 ~x86"
76 -LICENSE="GPL-2"
77 -
78 -RDEPEND="dev-python/numpy
79 - dev-python/pyfits"
80 -DEPEND="doc? ( dev-tex/latex2html )
81 - test? ( ${RDEPEND} )"
82 -
83 -src_compile() {
84 - distutils_src_compile
85 - if use doc; then
86 - pushd doc &> /dev/null
87 - latex2html ${PN}.tex
88 - popd &> /dev/null
89 - fi
90 -}
91 -
92 -src_install() {
93 - distutils_src_install
94 - if use doc; then
95 - dohtml -r doc/${PN}/
96 - fi
97 -}
98
99 diff --git a/dev-python/asciidata/metadata.xml b/dev-python/asciidata/metadata.xml
100 deleted file mode 100644
101 index 804a751..0000000
102 --- a/dev-python/asciidata/metadata.xml
103 +++ /dev/null
104 @@ -1,13 +0,0 @@
105 -<?xml version="1.0" encoding="UTF-8"?>
106 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
107 -<pkgmetadata>
108 -<herd>sci-astronomy</herd>
109 -<longdescription lang="en">
110 - AsciiData is a Python module to handle ASCII tables. With this
111 - module it is possible to:
112 - * read ASCII tables;
113 - * access its elements for reading and writing;
114 - * save the ASCII table back to a file;
115 - * delete/add rows and columns.
116 -</longdescription>
117 -</pkgmetadata>