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 via email to