diff options
author | 2018-07-23 10:40:03 +0200 | |
---|---|---|
committer | 2018-07-25 19:27:43 +0200 | |
commit | 6d32848acd2d45613925f804cfa4c68ad8dd770e (patch) | |
tree | b7850fbeeddbccc3eb0e8a22be3cc585747687fc /dev-python/readlike/readlike-0.1.3.ebuild | |
parent | dev-python/zict: version bump. (diff) | |
download | gentoo-6d32848acd2d45613925f804cfa4c68ad8dd770e.tar.gz gentoo-6d32848acd2d45613925f804cfa4c68ad8dd770e.tar.bz2 gentoo-6d32848acd2d45613925f804cfa4c68ad8dd770e.zip |
dev-python/readlike: version bump.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/readlike/readlike-0.1.3.ebuild')
-rw-r--r-- | dev-python/readlike/readlike-0.1.3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/readlike/readlike-0.1.3.ebuild b/dev-python/readlike/readlike-0.1.3.ebuild new file mode 100644 index 000000000000..35d57797ec36 --- /dev/null +++ b/dev-python/readlike/readlike-0.1.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +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.org/project/readlike/" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |