From 4ff12d1d193f58779b4b331d7699f07e240fab0c Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Tue, 28 Mar 2017 18:34:52 -0700 Subject: dev-python/pytrie: Version bump Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30 --- dev-python/pytrie/pytrie-0.3.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-python/pytrie/pytrie-0.3.ebuild (limited to 'dev-python/pytrie/pytrie-0.3.ebuild') diff --git a/dev-python/pytrie/pytrie-0.3.ebuild b/dev-python/pytrie/pytrie-0.3.ebuild new file mode 100644 index 000000000000..e52e46268470 --- /dev/null +++ b/dev-python/pytrie/pytrie-0.3.ebuild @@ -0,0 +1,25 @@ +# 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,6} ) + +inherit distutils-r1 + +MY_PN="PyTrie" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A pure Python implementation of the trie data structure." +HOMEPAGE="https://github.com/gsakkis/pytrie/ https://pypi.python.org/pypi/PyTrie" +SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} -- cgit v1.2.3-65-gdbad