From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F8801396D0 for ; Thu, 10 Aug 2017 13:14:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93CA11FC064; Thu, 10 Aug 2017 13:14:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 748EA1FC064 for ; Thu, 10 Aug 2017 13:14:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5391E3418AD for ; Thu, 10 Aug 2017 13:14:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC5FF7603 for ; Thu, 10 Aug 2017 13:14:22 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1502370837.304157d5a5cdfe862073fc1f11f41765ce101c9b.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ioflo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ioflo/Manifest dev-python/ioflo/ioflo-1.7.0.ebuild X-VCS-Directories: dev-python/ioflo/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 304157d5a5cdfe862073fc1f11f41765ce101c9b X-VCS-Branch: master Date: Thu, 10 Aug 2017 13:14:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1b17dd82-30ac-405b-9ee1-c8c89935c27c X-Archives-Hash: 34121e70b810d7bfdc9504bb18d5cf35 commit: 304157d5a5cdfe862073fc1f11f41765ce101c9b Author: Manuel Rüger gentoo org> AuthorDate: Thu Aug 10 12:49:31 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Aug 10 13:13:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304157d5 dev-python/ioflo: Version bump to 1.7.0 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/ioflo/Manifest | 1 + dev-python/ioflo/ioflo-1.7.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/ioflo/Manifest b/dev-python/ioflo/Manifest index fdb2af97ff2..f603c9d38ed 100644 --- a/dev-python/ioflo/Manifest +++ b/dev-python/ioflo/Manifest @@ -1,2 +1,3 @@ DIST ioflo-1.5.0.tar.gz 765559 SHA256 28f878e6f435453b31f4595ffcf021078aa773c426b2dd21e1f53d467789080b SHA512 114dd5ab3ab5bbe66be7e639c2018256ff1c8ab18ba73931733dbe23c8f65631fd630f278b0a186303e288a6f49cd6df224dda462973cc258b3d07114e70c991 WHIRLPOOL f90b472d4a360a97cd2b74fb9fabd3fe4896961d924d1ec87d9fa45165f9473c875ae97bf26df92f9e2e073f8227435df1d4b6d054e3fbdcb2bd9e95c45c02fd DIST ioflo-1.6.7.tar.gz 823994 SHA256 e3f500064972d43cf45327af6140950c55020ea3b15cccaad1450a6915660c09 SHA512 256ded683e65896160546145ac9993f3221170584a70ef21fab3230b7d2300d9562a1bc7d1f8911e5e930340b119fa88cc5d2f9717899bde0ee69501a3ba6a57 WHIRLPOOL 672482df434951d5f8c6a68aac3a728eccc47f1c175fa2648a0edfe45e33523b291d0fc24c2db34fc2c1a1ff610c02c8758f7c4cfada5bf1100140b622f28151 +DIST ioflo-1.7.0.tar.gz 827128 SHA256 5bde25cff49397d48d0280ac03cb583b04524a8cee70e1dd34d99341f2a97dbc SHA512 b7f3ba0511ed5f2cf8031aa11a660ccee8eef0674c8df17ec09ff32268b5c9d34dd2d79956ddf24ab2fcbf4fe8fc7bb5e521f9636f013b7ed6365960b4cabe48 WHIRLPOOL 53743f6d689252c02fd4025334add34bb2e02ac015dc3d17403cc1b2445d930c92d3846b3d9d068e484d330b7b8a4d73ba112e2a989bb9a677b9183e26a7827b diff --git a/dev-python/ioflo/ioflo-1.7.0.ebuild b/dev-python/ioflo/ioflo-1.7.0.ebuild new file mode 100644 index 00000000000..6bc509dcef2 --- /dev/null +++ b/dev-python/ioflo/ioflo-1.7.0.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}]"