commit: b3440bcd2f3c9bc276a08b96a4a9a0e088a71e5f
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Oct 7 01:13:05 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Oct 7 01:13:05 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b3440bcd
dev-python/cosmocalc: drop dead package
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/cosmocalc/cosmocalc-0.1.2-r1.ebuild | 23 -----------------------
dev-python/cosmocalc/metadata.xml | 13 -------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/cosmocalc/cosmocalc-0.1.2-r1.ebuild
b/dev-python/cosmocalc/cosmocalc-0.1.2-r1.ebuild
deleted file mode 100644
index c867a6dc2..000000000
--- a/dev-python/cosmocalc/cosmocalc-0.1.2-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple cosmology python module"
-HOMEPAGE="http://cxc.harvard.edu/contrib/cosmocalc/
http://pypi.python.org/pypi/cosmocalc/"
-SRC_URI="http://cxc.harvard.edu/contrib/cosmocalc/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-python_compile() {
- distutils-r1_python_compile
- [[ "${PYTHON}" =~ python2 ]] && return
- 2to3 -nw --no-diffs "${BUILD_DIR}" || die
-}
diff --git a/dev-python/cosmocalc/metadata.xml
b/dev-python/cosmocalc/metadata.xml
deleted file mode 100644
index 75645dd98..000000000
--- a/dev-python/cosmocalc/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>[email protected]</email>
- <name>Gentoo Astronomy Project</name>
- </maintainer>
- <longdescription lang="en">
-Calculate useful values for a given cosmology. This module uses code
-adapted from CC.py (James Schombert) which is a Python version of
-the Cosmology Calculator (Ned Wright).
-</longdescription>
-</pkgmetadata>