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 1ABCA138334 for ; Wed, 15 May 2019 11:02:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A12CE08EC; Wed, 15 May 2019 11:02:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E3418E08EC for ; Wed, 15 May 2019 11:02:26 +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 5E8A734452B for ; Wed, 15 May 2019 11:02:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38D715A4 for ; Wed, 15 May 2019 11:02:23 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1557918132.added55eb57c740ef3ad4f549d66a78d211f18d6.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/greenstalk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/greenstalk/Manifest dev-python/greenstalk/greenstalk-0.5.2.ebuild dev-python/greenstalk/metadata.xml X-VCS-Directories: dev-python/greenstalk/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: added55eb57c740ef3ad4f549d66a78d211f18d6 X-VCS-Branch: master Date: Wed, 15 May 2019 11:02:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b7d91cc4-ee5e-4131-a537-2420917207ce X-Archives-Hash: f4edbbb242d6b97752338174222a3ccd commit: added55eb57c740ef3ad4f549d66a78d211f18d6 Author: Gabriel Linder gmail com> AuthorDate: Sat May 11 12:41:59 2019 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed May 15 11:02:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=added55e dev-python/greenstalk: Python 3 client for the beanstalkd work queue. Closes: https://github.com/gentoo/gentoo/pull/11969 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Gabriel Linder gmail.com> Signed-off-by: Michael Palimaka gentoo.org> dev-python/greenstalk/Manifest | 1 + dev-python/greenstalk/greenstalk-0.5.2.ebuild | 19 +++++++++++++++++++ dev-python/greenstalk/metadata.xml | 15 +++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-python/greenstalk/Manifest b/dev-python/greenstalk/Manifest new file mode 100644 index 00000000000..0c5034c39f4 --- /dev/null +++ b/dev-python/greenstalk/Manifest @@ -0,0 +1 @@ +DIST greenstalk-0.5.2.tar.gz 5317 BLAKE2B 1dd461f0a3a97210cad1c2a1957483477334c015e97184db22c3048c5152b4b7a2a0a5768cf79190c4f8c3115fc61557d3cb453fb56194db9906c5d29e7734e9 SHA512 a270e0c6aaab1ce93e695413c8c12a2546cffb5d3cd11b20679c1f4f8238a68b8e9ed59c0b1c5ec3ed3319d3cd32e8bfef68533e092645d2832546024dfa68db diff --git a/dev-python/greenstalk/greenstalk-0.5.2.ebuild b/dev-python/greenstalk/greenstalk-0.5.2.ebuild new file mode 100644 index 00000000000..1aa08feab7d --- /dev/null +++ b/dev-python/greenstalk/greenstalk-0.5.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7} ) +inherit distutils-r1 + +DESCRIPTION="A Python 3 client for the beanstalkd work queue" +HOMEPAGE="https://greenstalk.readthedocs.io/ https://github.com/mayhewj/greenstalk" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] +" diff --git a/dev-python/greenstalk/metadata.xml b/dev-python/greenstalk/metadata.xml new file mode 100644 index 00000000000..ca34494621e --- /dev/null +++ b/dev-python/greenstalk/metadata.xml @@ -0,0 +1,15 @@ + + + + + linder.gabriel@gmail.com + Gabriel Linder + + + proxy-maint@gentoo.org + Proxy Maintainers + + + mayhewj/greenstalk + +