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/cosmocalc/
Date: Wed, 07 Oct 2020 01:13:33
Message-Id: 1602033185.b3440bcd2f3c9bc276a08b96a4a9a0e088a71e5f.epsilon-0@gentoo
1 commit: b3440bcd2f3c9bc276a08b96a4a9a0e088a71e5f
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Oct 7 01:13:05 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Oct 7 01:13:05 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b3440bcd
7
8 dev-python/cosmocalc: drop dead package
9
10 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
11
12 dev-python/cosmocalc/cosmocalc-0.1.2-r1.ebuild | 23 -----------------------
13 dev-python/cosmocalc/metadata.xml | 13 -------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/dev-python/cosmocalc/cosmocalc-0.1.2-r1.ebuild b/dev-python/cosmocalc/cosmocalc-0.1.2-r1.ebuild
17 deleted file mode 100644
18 index c867a6dc2..000000000
19 --- a/dev-python/cosmocalc/cosmocalc-0.1.2-r1.ebuild
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -PYTHON_COMPAT=( python{2_7,3_3} )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="Simple cosmology python module"
32 -HOMEPAGE="http://cxc.harvard.edu/contrib/cosmocalc/ http://pypi.python.org/pypi/cosmocalc/"
33 -SRC_URI="http://cxc.harvard.edu/contrib/cosmocalc/downloads/${P}.tar.gz"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE=""
39 -
40 -python_compile() {
41 - distutils-r1_python_compile
42 - [[ "${PYTHON}" =~ python2 ]] && return
43 - 2to3 -nw --no-diffs "${BUILD_DIR}" || die
44 -}
45
46 diff --git a/dev-python/cosmocalc/metadata.xml b/dev-python/cosmocalc/metadata.xml
47 deleted file mode 100644
48 index 75645dd98..000000000
49 --- a/dev-python/cosmocalc/metadata.xml
50 +++ /dev/null
51 @@ -1,13 +0,0 @@
52 -<?xml version="1.0" encoding="UTF-8"?>
53 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
54 -<pkgmetadata>
55 - <maintainer type="project">
56 - <email>sci-astronomy@g.o</email>
57 - <name>Gentoo Astronomy Project</name>
58 - </maintainer>
59 - <longdescription lang="en">
60 -Calculate useful values for a given cosmology. This module uses code
61 -adapted from CC.py (James Schombert) which is a Python version of
62 -the Cosmology Calculator (Ned Wright).
63 -</longdescription>
64 -</pkgmetadata>