summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2017-01-03 12:25:08 -0600
committerWilliam Hubbs <williamh@gentoo.org>2017-01-05 18:07:59 -0600
commit96bffdec0b5ead8f94ed1ae22e642b2bd87ed22b (patch)
tree43f014bb5593ca9f7a80dbdc414a9d09a6ff66ba /dev-python/readlike/readlike-0.1.2.ebuild
parentdev-python/MechanicalSoup: initial ebuild (diff)
downloadgentoo-96bffdec0b5ead8f94ed1ae22e642b2bd87ed22b.tar.gz
gentoo-96bffdec0b5ead8f94ed1ae22e642b2bd87ed22b.tar.bz2
gentoo-96bffdec0b5ead8f94ed1ae22e642b2bd87ed22b.zip
dev-python/readlike: initial ebuild
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Diffstat (limited to 'dev-python/readlike/readlike-0.1.2.ebuild')
-rw-r--r--dev-python/readlike/readlike-0.1.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/readlike/readlike-0.1.2.ebuild b/dev-python/readlike/readlike-0.1.2.ebuild
new file mode 100644
index 000000000000..3255f75a4c2b
--- /dev/null
+++ b/dev-python/readlike/readlike-0.1.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+inherit distutils-r1
+
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="a python library similar to readline"
+HOMEPAGE="https://pypi.python.org/pypi/readlike"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-python/setuptools"
+RDEPEND="${DEPEND}"