aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-10-07 02:31:10 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-10-07 02:31:10 +0000
commit59ca01d66962779b94c754b186081eb11609c9f8 (patch)
tree750602255f9648928e48476e3b4857b7a1152ede /dev-python
parentdev-python/pywcsgrid2: drop dead package (diff)
downloadsci-59ca01d66962779b94c754b186081eb11609c9f8.tar.gz
sci-59ca01d66962779b94c754b186081eb11609c9f8.tar.bz2
sci-59ca01d66962779b94c754b186081eb11609c9f8.zip
dev-python/RecSQL: drop dead package
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/RecSQL/RecSQL-9999.ebuild32
-rw-r--r--dev-python/RecSQL/metadata.xml12
2 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/RecSQL/RecSQL-9999.ebuild b/dev-python/RecSQL/RecSQL-9999.ebuild
deleted file mode 100644
index a31fdeee1..000000000
--- a/dev-python/RecSQL/RecSQL-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-if [[ $PV = *9999* ]]; then
- scm_eclass=git-r3
- EGIT_REPO_URI="
- git://github.com/orbeckst/${PN}.git
- https://github.com/orbeckst/${PN}.git"
- SRC_URI=""
- KEYWORDS=""
-else
- scm_eclass=vcs-snapshot
- SRC_URI="https://github.com/orbeckst/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-inherit eutils distutils-r1 ${scm_eclass}
-
-DESCRIPTION="Simple SQL analysis of python records"
-HOMEPAGE="http://orbeckst.github.com/RecSQL/"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
diff --git a/dev-python/RecSQL/metadata.xml b/dev-python/RecSQL/metadata.xml
deleted file mode 100644
index a3daeebd2..000000000
--- a/dev-python/RecSQL/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>alexxy@gentoo.org</email>
- <name>Alexey Shvetsov</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
-</pkgmetadata>