summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-09-20 15:41:42 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-09-20 15:42:53 +0200
commitad558a0670d517a308dc26376f4480cb6d605c01 (patch)
tree0c9a1af2fbfbe69b60ca1805f6c5177637d6ff72 /dev-python/ioflo/ioflo-1.7.4.ebuild
parentsys-kernel/gentoo-sources: Linux patch 4.9.51 (diff)
downloadgentoo-ad558a0670d517a308dc26376f4480cb6d605c01.tar.gz
gentoo-ad558a0670d517a308dc26376f4480cb6d605c01.tar.bz2
gentoo-ad558a0670d517a308dc26376f4480cb6d605c01.zip
dev-python/ioflo: Version bump to 1.7.4
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'dev-python/ioflo/ioflo-1.7.4.ebuild')
-rw-r--r--dev-python/ioflo/ioflo-1.7.4.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/ioflo/ioflo-1.7.4.ebuild b/dev-python/ioflo/ioflo-1.7.4.ebuild
new file mode 100644
index 000000000000..6bc509dcef22
--- /dev/null
+++ b/dev-python/ioflo/ioflo-1.7.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+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}]
+ >=dev-python/setuptools-git-1.1[${PYTHON_USEDEP}]"