summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2016-03-02 10:27:54 +0100
committerPatrick Lauer <patrick@gentoo.org>2016-03-02 10:52:27 +0100
commit4570e5887687f49635ee14cfa0ce47be6208643a (patch)
tree6e0bb649eda1ca6f9bc236d9b535552dd4d0c9f6 /dev-python/ioflo/ioflo-1.5.0.ebuild
parentapp-crypt/mit-krb5: version bump to 1.14.1 (diff)
downloadgentoo-4570e5887687f49635ee14cfa0ce47be6208643a.tar.gz
gentoo-4570e5887687f49635ee14cfa0ce47be6208643a.tar.bz2
gentoo-4570e5887687f49635ee14cfa0ce47be6208643a.zip
dev-python/ioflo: Bump
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-python/ioflo/ioflo-1.5.0.ebuild')
-rw-r--r--dev-python/ioflo/ioflo-1.5.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/ioflo/ioflo-1.5.0.ebuild b/dev-python/ioflo/ioflo-1.5.0.ebuild
new file mode 100644
index 000000000000..9bd97d1fa89d
--- /dev/null
+++ b/dev-python/ioflo/ioflo-1.5.0.ebuild
@@ -0,0 +1,19 @@
+# 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,3_5})
+inherit distutils-r1
+
+DESCRIPTION="Automated Reasoning Engine and Flow Based Programming Framework"
+HOMEPAGE="https://github.com/ioflo/ioflo/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"