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 3B5DA1396D0 for ; Fri, 25 Aug 2017 20:39:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FCC31FC003; Fri, 25 Aug 2017 20:39:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4B5681FC003 for ; Fri, 25 Aug 2017 20:39:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6F576340AC7 for ; Fri, 25 Aug 2017 20:39:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 482ED827D for ; Fri, 25 Aug 2017 20:39:07 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1503692611.a29283a0621bc47f6ad3572635de8447147ef4b1.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyECLib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyECLib/Manifest dev-python/PyECLib/PyECLib-1.5.0.ebuild X-VCS-Directories: dev-python/PyECLib/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: a29283a0621bc47f6ad3572635de8447147ef4b1 X-VCS-Branch: master Date: Fri, 25 Aug 2017 20:39:07 +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: 03ca5229-f2a5-47c5-ab5b-9d0b9ccce612 X-Archives-Hash: ffb3521216dcbc3f08c733bcb3c65e90 commit: a29283a0621bc47f6ad3572635de8447147ef4b1 Author: Matthew Thode gentoo org> AuthorDate: Fri Aug 25 20:23:31 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Fri Aug 25 20:23:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29283a0 dev-python/PyECLib: 1.5.0 bup Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/PyECLib/Manifest | 1 + dev-python/PyECLib/PyECLib-1.5.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest index ed268771fac..464a0b5703a 100644 --- a/dev-python/PyECLib/Manifest +++ b/dev-python/PyECLib/Manifest @@ -1 +1,2 @@ DIST pyeclib-1.4.0.tar.gz 6682441 SHA256 f5c49956eaef84ff8fe76378d215a21e6f46fdbea4872facc0c97e503f8b5d2c SHA512 849da9ad32e26ca4e923bc00482734d6431bdcf402eff6b0c5ead4264c7be9e8502eb0bea6e60fa8565d361d9d7d81e01e38fd3c85c4e87c4d6b8b30be328e0c WHIRLPOOL 93333c44e1cb630c27975d29e4913025dcd802eacba7eec38c7015e4dff48353564b07d2134e660b66f59fec88d0ae4ba57923306938aac838d572e0a95467ba +DIST pyeclib-1.5.0.tar.gz 6682493 SHA256 a201f2d3d4b925e1e54443cb251432809a59eeae50e9b85693ca0047c8ec9023 SHA512 89831fc8b04a1488504b632f75da8f2f29bc6b4e33b35d0d4305b4d5ec4bc25c0e16d149580badb15be7dbf8aeb2bdebef81f78f7b7871233afaaf96823e3a3e WHIRLPOOL 0cbddec5f949e9c7ca97c97edbb4dbe2210fbc4b0f282e2632a95c20d84fbe99b42eeaed10d07853af2e0ea585a450bcf6ef60c56f6fa8224b56c8ff4b3370a2 diff --git a/dev-python/PyECLib/PyECLib-1.5.0.ebuild b/dev-python/PyECLib/PyECLib-1.5.0.ebuild new file mode 100644 index 00000000000..8ba5f6e1616 --- /dev/null +++ b/dev-python/PyECLib/PyECLib-1.5.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 eutils multilib + +DESCRIPTION="Messaging API for RPC and notifications over different messaging transports" +HOMEPAGE="https://pypi.python.org/pypi/PyECLib" +SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz" +S="${WORKDIR}/pyeclib-${PV}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="test" + +CDEPEND="dev-libs/jerasure" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND="dev-libs/liberasurecode + ${CDEPEND}"