public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-celery/
@ 2021-05-07 18:18 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-05-07 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     337ce667063fde6e4c8d56879de57721301cf080
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May  7 11:33:50 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri May  7 11:33:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=337ce667

dev-python/pytest-celery: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pytest-celery/Manifest                  |  1 +
 dev-python/pytest-celery/metadata.xml              | 12 ++++++++++
 .../pytest-celery-0.0.0_alpha1.ebuild              | 27 ++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-python/pytest-celery/Manifest b/dev-python/pytest-celery/Manifest
new file mode 100644
index 000000000..a9af4a3bd
--- /dev/null
+++ b/dev-python/pytest-celery/Manifest
@@ -0,0 +1 @@
+DIST pytest-celery-0.0.0a1.tar.gz 3005 BLAKE2B 31c2c825f8821eb56eff92d709cde20d306f673b0760326953de141321af7a040dce849728f8556059e438622d2b0969cbcf14f33e4d28bfa213a9babc92d997 SHA512 ea8ef26aaa5dd5c04608cb01bedb4946bb6712d08203e5f9b1b9b2b1a9e49e7a550466d7a9dd896fb5d813960cee35eed139099952589cdf21e03dadd7e2a20f

diff --git a/dev-python/pytest-celery/metadata.xml b/dev-python/pytest-celery/metadata.xml
new file mode 100644
index 000000000..96e702a5b
--- /dev/null
+++ b/dev-python/pytest-celery/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>lssndrbarbieri@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">celery/pytest-celery</remote-id>
+    <remote-id type="pypi">celery</remote-id>
+  </upstream>
+</pkgmetadata>
\ No newline at end of file

diff --git a/dev-python/pytest-celery/pytest-celery-0.0.0_alpha1.ebuild b/dev-python/pytest-celery/pytest-celery-0.0.0_alpha1.ebuild
new file mode 100644
index 000000000..9bb2a3b80
--- /dev/null
+++ b/dev-python/pytest-celery/pytest-celery-0.0.0_alpha1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MYPV="${PV/_alpha/a}"
+MYP="${PN}-${MYPV}"
+
+PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit distutils-r1
+
+DESCRIPTION="a shim pytest plugin to enable celery.contrib.pytest"
+HOMEPAGE="
+	https://github.com/celery/pytest-celery
+	https://pypi.org/project/pytest-celery
+"
+SRC_URI="mirror://pypi/${MYP:0:1}/${PN}/${MYP}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-python/celery-4.4.0[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${MYP}"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-celery/
@ 2021-06-17  5:55 Theo Anderson
  0 siblings, 0 replies; 7+ messages in thread
From: Theo Anderson @ 2021-06-17  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     4fc1bcbbb33685817e0b20257854c3569e75090c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 15 16:56:08 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Tue Jun 15 23:28:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4fc1bcbb

dev-python/pytest-celery: add 0.0.0, drop 0.0.0_alpha1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pytest-celery/Manifest                             |  2 +-
 ...-celery-0.0.0_alpha1.ebuild => pytest-celery-0.0.0.ebuild} | 11 ++++-------
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-python/pytest-celery/Manifest b/dev-python/pytest-celery/Manifest
index a9af4a3bd..49ac67b70 100644
--- a/dev-python/pytest-celery/Manifest
+++ b/dev-python/pytest-celery/Manifest
@@ -1 +1 @@
-DIST pytest-celery-0.0.0a1.tar.gz 3005 BLAKE2B 31c2c825f8821eb56eff92d709cde20d306f673b0760326953de141321af7a040dce849728f8556059e438622d2b0969cbcf14f33e4d28bfa213a9babc92d997 SHA512 ea8ef26aaa5dd5c04608cb01bedb4946bb6712d08203e5f9b1b9b2b1a9e49e7a550466d7a9dd896fb5d813960cee35eed139099952589cdf21e03dadd7e2a20f
+DIST pytest-celery-0.0.0.tar.gz 3056 BLAKE2B 7268ff9bbb506304bd5aec7f29163f0ba9a775d47a0bf9671e4f7c271a7dc4386f2c515d0a202cd6f94543641f4289b6606eb82082569a84f4af19f4c6d55be2 SHA512 5fc9c52da674ec2fcf55d6ebf278aec166877c5bd7962c786e5432e77d15132247021e4552001aad19bd7827e5b16256062eade43a8fc59c5b52e264d06b1cae

diff --git a/dev-python/pytest-celery/pytest-celery-0.0.0_alpha1.ebuild b/dev-python/pytest-celery/pytest-celery-0.0.0.ebuild
similarity index 87%
rename from dev-python/pytest-celery/pytest-celery-0.0.0_alpha1.ebuild
rename to dev-python/pytest-celery/pytest-celery-0.0.0.ebuild
index 9bb2a3b80..1cc3e91be 100644
--- a/dev-python/pytest-celery/pytest-celery-0.0.0_alpha1.ebuild
+++ b/dev-python/pytest-celery/pytest-celery-0.0.0.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
+DISTUTILS_USE_SETUPTOOLS=no
 MYPV="${PV/_alpha/a}"
 MYP="${PN}-${MYPV}"
-
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_8 )
 
 inherit distutils-r1
 
@@ -17,11 +16,9 @@ HOMEPAGE="
 	https://pypi.org/project/pytest-celery
 "
 SRC_URI="mirror://pypi/${MYP:0:1}/${PN}/${MYP}.tar.gz"
-
+S="${WORKDIR}/${MYP}"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND=">=dev-python/celery-4.4.0[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MYP}"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-celery/
@ 2022-03-11 10:57 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2022-03-11 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a1b4024df0ec0212f16c62d444222ea911585c32
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 11 03:09:57 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 03:09:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1b4024d

dev-python/pytest-celery: add 0.1.0, drop 0.0.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pytest-celery/Manifest                        |  2 +-
 ...st-celery-0.0.0.ebuild => pytest-celery-0.1.0.ebuild} | 16 +++++++---------
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/dev-python/pytest-celery/Manifest b/dev-python/pytest-celery/Manifest
index 49ac67b70..1c771e6bf 100644
--- a/dev-python/pytest-celery/Manifest
+++ b/dev-python/pytest-celery/Manifest
@@ -1 +1 @@
-DIST pytest-celery-0.0.0.tar.gz 3056 BLAKE2B 7268ff9bbb506304bd5aec7f29163f0ba9a775d47a0bf9671e4f7c271a7dc4386f2c515d0a202cd6f94543641f4289b6606eb82082569a84f4af19f4c6d55be2 SHA512 5fc9c52da674ec2fcf55d6ebf278aec166877c5bd7962c786e5432e77d15132247021e4552001aad19bd7827e5b16256062eade43a8fc59c5b52e264d06b1cae
+DIST pytest-celery-0.1.0.tar.gz 2746 BLAKE2B a9f2a355adaa88ec33061f43664d53e1bb50f94e2679d79e61443a0ff3d0d8f68fec0b7101538344c17bd854c964c75e546198bc7388c8f44b1f361fc87877fe SHA512 b48e03a2f1bc813aebd19124ed51666cfe6a049651a79c3dab15b14925de426bfb89284f8a599490c73477a60939e0321b14fdc90e0c72f82e6bcc67992d791f

diff --git a/dev-python/pytest-celery/pytest-celery-0.0.0.ebuild b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
similarity index 54%
rename from dev-python/pytest-celery/pytest-celery-0.0.0.ebuild
rename to dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
index 1cc3e91be..66584c3b9 100644
--- a/dev-python/pytest-celery/pytest-celery-0.0.0.ebuild
+++ b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
@@ -1,22 +1,20 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 
-DISTUTILS_USE_SETUPTOOLS=no
-MYPV="${PV/_alpha/a}"
-MYP="${PN}-${MYPV}"
-PYTHON_COMPAT=( python3_8 )
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="a shim pytest plugin to enable celery.contrib.pytest"
 HOMEPAGE="
 	https://github.com/celery/pytest-celery
-	https://pypi.org/project/pytest-celery
+	https://pypi.org/project/pytest-celery/
 "
-SRC_URI="mirror://pypi/${MYP:0:1}/${PN}/${MYP}.tar.gz"
-S="${WORKDIR}/${MYP}"
+SRC_URI="https://github.com/celery/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-celery/
  2023-12-16  2:17 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2023-12-16  3:14 ` David Roman
  0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2023-12-16  3:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1759fa15156f6961489eb1ae320d98cef5909ace
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sat Dec 16 02:16:51 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Dec 16 02:16:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1759fa15

dev-python/pytest-celery: enable py3.11

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/pytest-celery/pytest-celery-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
index e83fe3fd0a..c1fd36de91 100644
--- a/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
+++ b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10,11} )
 inherit distutils-r1
 
 DESCRIPTION="a shim pytest plugin to enable celery.contrib.pytest"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-celery/
  2024-04-15  9:34 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-celery/ Julien Roy
@ 2024-04-15  9:26 ` Julien Roy
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2024-04-15  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0480e71d3499af7c99cb42b75ab115b6b4f6639d
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Apr 15 09:23:13 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Apr 15 09:23:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0480e71d

dev-python/pytest-celery: disable py3.10

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/pytest-celery/pytest-celery-0.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
index c1fd36de91..be8b0c06c0 100644
--- a/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
+++ b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10,11} )
+PYTHON_COMPAT=( python3_11 )
 inherit distutils-r1
 
 DESCRIPTION="a shim pytest plugin to enable celery.contrib.pytest"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-celery/
@ 2024-04-15  9:34 Julien Roy
  2024-04-15  9:26 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
  0 siblings, 1 reply; 7+ messages in thread
From: Julien Roy @ 2024-04-15  9:34 UTC (permalink / raw
  To: gentoo-commits

commit:     0480e71d3499af7c99cb42b75ab115b6b4f6639d
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Apr 15 09:23:13 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Apr 15 09:23:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0480e71d

dev-python/pytest-celery: disable py3.10

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/pytest-celery/pytest-celery-0.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
index c1fd36de91..be8b0c06c0 100644
--- a/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
+++ b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10,11} )
+PYTHON_COMPAT=( python3_11 )
 inherit distutils-r1
 
 DESCRIPTION="a shim pytest plugin to enable celery.contrib.pytest"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-celery/
@ 2024-05-25 19:03 Julien Roy
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2024-05-25 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     0e7e29dd9c18535ce5e7101035064e02936f80ed
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat May 25 18:55:18 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat May 25 18:55:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e7e29dd

dev-python/pytest-celery: enable py3.12

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/pytest-celery/pytest-celery-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
index be8b0c06c..a1614cf55 100644
--- a/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
+++ b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_11 )
+PYTHON_COMPAT=( python3_{11..12} )
 inherit distutils-r1
 
 DESCRIPTION="a shim pytest plugin to enable celery.contrib.pytest"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-25 19:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-15  9:34 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-celery/ Julien Roy
2024-04-15  9:26 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25 19:03 [gentoo-commits] repo/proj/guru:master " Julien Roy
2023-12-16  2:17 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-12-16  3:14 ` [gentoo-commits] repo/proj/guru:master " David Roman
2022-03-11 10:57 Arthur Zamarin
2021-06-17  5:55 Theo Anderson
2021-05-07 18:18 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox