public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/greenstalk/
Date: Tue, 13 Aug 2019 04:42:33 +0000 (UTC)	[thread overview]
Message-ID: <1565671339.6c7bb2f938eb04b61b18a521739ca7af2aabf5ae.juippis@gentoo> (raw)

commit:     6c7bb2f938eb04b61b18a521739ca7af2aabf5ae
Author:     Gabriel Linder <linder.gabriel <AT> gmail <DOT> com>
AuthorDate: Thu Jul  4 13:35:51 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> 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 <linder.gabriel <AT> 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 <juippis <AT> 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
+}


             reply	other threads:[~2019-08-13  4:42 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-13  4:42 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-06  5:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/greenstalk/ Michał Górny
2025-05-27 13:59 Michał Górny
2025-04-09  7:40 Michał Górny
2024-08-10 12:57 Michał Górny
2024-05-18 16:10 Michał Górny
2023-11-23 20:11 Michał Górny
2023-07-24 11:31 Michał Górny
2023-05-29  6:23 Michał Górny
2023-05-28  3:14 Michał Górny
2023-05-27  9:44 Arthur Zamarin
2022-05-16 13:20 Michał Górny
2022-05-13  7:22 Arthur Zamarin
2022-05-13  7:22 Arthur Zamarin
2022-05-13  7:22 Arthur Zamarin
2021-11-14  8:46 Michał Górny
2021-10-20 19:21 Arthur Zamarin
2020-12-11 12:55 Michał Górny
2020-11-17 17:43 Michał Górny
2020-08-30  8:18 Joonas Niilola
2020-03-27 10:42 Michał Górny
2019-05-15 11:02 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1565671339.6c7bb2f938eb04b61b18a521739ca7af2aabf5ae.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox