summaryrefslogtreecommitdiff
path: root/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-05-28 15:29:20 +0200
committerMichał Górny <mgorny@gentoo.org>2019-05-28 15:29:35 +0200
commit925cc35703a7287ff5f8ced6ace229fed7e81d4a (patch)
tree86ca9614bfaa565da057a5683042bf2a6a20e439 /dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild
parente0db742d84deed9b02bd71289f7f4965a26e9126 (diff)
downloadgentoo-925cc35703a7287ff5f8ced6ace229fed7e81d4a.tar.gz
gentoo-925cc35703a7287ff5f8ced6ace229fed7e81d4a.tar.bz2
gentoo-925cc35703a7287ff5f8ced6ace229fed7e81d4a.zip
dev-python/python-rethinkdb: Remove last-rited pkg
Bug: https://bugs.gentoo.org/597340 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild')
-rw-r--r--dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild b/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild
deleted file mode 100644
index 699f4a4bd9d5..000000000000
--- a/dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1
-
-MY_PN="rethinkdb"
-DESCRIPTION="Python driver library for the RethinkDB database server."
-HOMEPAGE="https://rethinkdb.com/api/python/"
-SRC_URI="mirror://pypi/r/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-# no tests provided on pypi distribution
-RESTRICT="test"
-S="${WORKDIR}/${MY_PN}-${PV}"