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 8F27D138334 for ; Tue, 13 Aug 2019 04:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC28CE0827; Tue, 13 Aug 2019 04:42:36 +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 9DD06E0827 for ; Tue, 13 Aug 2019 04:42:36 +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 E7FA6349A0F for ; Tue, 13 Aug 2019 04:42:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 703276E8 for ; Tue, 13 Aug 2019 04:42:33 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1565671339.6c7bb2f938eb04b61b18a521739ca7af2aabf5ae.juippis@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-1.0.1.ebuild X-VCS-Directories: dev-python/greenstalk/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6c7bb2f938eb04b61b18a521739ca7af2aabf5ae X-VCS-Branch: master Date: Tue, 13 Aug 2019 04:42:33 +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: 7b564707-af51-4ef1-bb1f-037cf2e3bf26 X-Archives-Hash: 4eb2b797a5ca22072faff0b907223c7a commit: 6c7bb2f938eb04b61b18a521739ca7af2aabf5ae Author: Gabriel Linder gmail com> AuthorDate: Thu Jul 4 13:35:51 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Aug 13 04:42:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7bb2f9 dev-python/greenstalk: bump to version 1.0.1. Signed-off-by: Gabriel Linder gmail.com> Package-Manager: Portage-2.3.69, Repoman-2.3.17 Closes: https://github.com/gentoo/gentoo/pull/12387 Signed-off-by: Joonas Niilola gentoo.org> dev-python/greenstalk/Manifest | 1 + dev-python/greenstalk/greenstalk-1.0.1.ebuild | 31 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-python/greenstalk/Manifest b/dev-python/greenstalk/Manifest index 0c5034c39f4..346b64ecbce 100644 --- a/dev-python/greenstalk/Manifest +++ b/dev-python/greenstalk/Manifest @@ -1 +1,2 @@ DIST greenstalk-0.5.2.tar.gz 5317 BLAKE2B 1dd461f0a3a97210cad1c2a1957483477334c015e97184db22c3048c5152b4b7a2a0a5768cf79190c4f8c3115fc61557d3cb453fb56194db9906c5d29e7734e9 SHA512 a270e0c6aaab1ce93e695413c8c12a2546cffb5d3cd11b20679c1f4f8238a68b8e9ed59c0b1c5ec3ed3319d3cd32e8bfef68533e092645d2832546024dfa68db +DIST greenstalk-1.0.1.tar.gz 12898 BLAKE2B fc0b90ba95b09e1490025175339c3f9eb7afed16db40ec34031305a3d487582fc7305b1990424f53a06887a34c30ab4f957db01a640576aa1c5db30511161c0f SHA512 8b57ec0c7fd3a60c24e8ddd7d51f31c0986317cbceb0f7045bbd720ca58e8f3c896f2f9924de7b1e8693844c814ecdebc020972d895468d1b0e7d055bf628b16 diff --git a/dev-python/greenstalk/greenstalk-1.0.1.ebuild b/dev-python/greenstalk/greenstalk-1.0.1.ebuild new file mode 100644 index 00000000000..98bafab82c3 --- /dev/null +++ b/dev-python/greenstalk/greenstalk-1.0.1.ebuild @@ -0,0 +1,31 @@ +# 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="https://github.com/mayhewj/greenstalk/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND=" + test? ( + app-misc/beanstalkd + dev-python/pytest[${PYTHON_USEDEP}] + ) +" + +RDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] +" + +python_test() { + pytest -v tests.py || die +}