summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-09-11 16:18:09 +0200
committerManuel Rüger <mrueg@gentoo.org>2015-09-11 16:18:09 +0200
commite00963ead53ea2329c0d1201f4be5e04d8b367ca (patch)
tree968bc3fa32207a375b6277ce9a128b8c71827ab2 /dev-python/parsley/parsley-1.3.ebuild
parentbase/package.use.force: enable dbus for =afterstep-2.2.12 (bug #560208) (diff)
downloadgentoo-e00963ead53ea2329c0d1201f4be5e04d8b367ca.tar.gz
gentoo-e00963ead53ea2329c0d1201f4be5e04d8b367ca.tar.bz2
gentoo-e00963ead53ea2329c0d1201f4be5e04d8b367ca.zip
dev-python/parsley: Version bump. Add support for python3
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/parsley/parsley-1.3.ebuild')
-rw-r--r--dev-python/parsley/parsley-1.3.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/parsley/parsley-1.3.ebuild b/dev-python/parsley/parsley-1.3.ebuild
new file mode 100644
index 000000000000..9ef3287b6713
--- /dev/null
+++ b/dev-python/parsley/parsley-1.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Pattern-Matching Language Based on OMeta and Python"
+HOMEPAGE="https://github.com/python-parsley/parsley"
+SRC_URI="https://github.com/python-${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""