23 lines
615 B
Bash
23 lines
615 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/rply/rply-0.5.1.ebuild,v 1.1 2013/02/10 06:51:59 patrick Exp $
|
|
|
|
EAPI=5
|
|
|
|
PYTHON_DEPEND="2:2.6 3:3.1"
|
|
SUPPORT_PYTHON_ABIS="1"
|
|
RESTRICT_PYTHON_ABIS="2.5 *-jython"
|
|
|
|
inherit distutils python
|
|
|
|
DESCRIPTION="Pure python parser generator that also works with RPython"
|
|
HOMEPAGE="https://github.com/alex/rply"
|
|
SRC_URI="https://github.com/alex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="${DEPEND}"
|