public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/persist-queue/
@ 2022-06-13 10:49 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2022-06-13 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a0f59e781a56e5400b89c5e923a313249d640a27
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Jun 12 17:43:40 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 17:44:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0f59e78

dev-python/persist-queue: new package, add 0.8.0

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

 dev-python/persist-queue/Manifest                  |  1 +
 dev-python/persist-queue/metadata.xml              |  8 ++++++
 .../persist-queue/persist-queue-0.8.0.ebuild       | 31 ++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-python/persist-queue/Manifest b/dev-python/persist-queue/Manifest
new file mode 100644
index 000000000..faba57d9d
--- /dev/null
+++ b/dev-python/persist-queue/Manifest
@@ -0,0 +1 @@
+DIST persist-queue-0.8.0.tar.gz 29108 BLAKE2B 6b8891544140331f6f0f7072cf474b2f4f344e5d55ae078f814f9c6b2e5aa9876d6dbd731dac3a6b7ad69bc5143c29d2baf541e01dbe473d8b1bf36be641bb06 SHA512 85a6f66df902ee45e07a8611930549d0c8ae028338b09e0408a3d47fd5989f72477a91965cbb8b4919d2be8b6306777d2f83346f7c0fa4e9601b2a4d15891121

diff --git a/dev-python/persist-queue/metadata.xml b/dev-python/persist-queue/metadata.xml
new file mode 100644
index 000000000..01c1fc848
--- /dev/null
+++ b/dev-python/persist-queue/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>davidroman96@gmail.com</email>
+		<name>David Roman</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-python/persist-queue/persist-queue-0.8.0.ebuild b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
new file mode 100644
index 000000000..6c795e57f
--- /dev/null
+++ b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10})
+
+inherit distutils-r1
+
+DESCRIPTION="A thread-safe disk based persistent queue in Python"
+HOMEPAGE="https://github.com/peter-wangxu/persist-queue"
+LICENSE="BSD"
+
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64"
+SLOT="0"
+
+# It tries to connecto to a local MySQL server
+RESTRICT="test"
+
+DEPEND="
+	dev-python/dbutils[${PYTHON_USEDEP}]
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	dev-python/pymysql[${PYTHON_USEDEP}]
+"
+
+RDEPEND="${DEPEND}"
+
+#distutils_enable_tests nose


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/persist-queue/
  2022-07-03 11:44 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2022-07-03 11:44 ` Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2022-07-03 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     fb8f608fcd74f525fde6c29c1848116c69bf9a5d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 11:44:30 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 11:44:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb8f608f

dev-python/persist-queue: dbutils renamed

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/persist-queue/persist-queue-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/persist-queue/persist-queue-0.8.0.ebuild b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
index e45bcaedc..a7ad5881e 100644
--- a/dev-python/persist-queue/persist-queue-0.8.0.ebuild
+++ b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
@@ -21,7 +21,7 @@ SLOT="0"
 RESTRICT="test"
 
 DEPEND="
-	dev-python/dbutils[${PYTHON_USEDEP}]
+	dev-python/DBUtils[${PYTHON_USEDEP}]
 	dev-python/msgpack[${PYTHON_USEDEP}]
 	dev-python/pymysql[${PYTHON_USEDEP}]
 "


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/persist-queue/
@ 2023-05-25  2:21 Haelwenn Monnier
  0 siblings, 0 replies; 10+ messages in thread
From: Haelwenn Monnier @ 2023-05-25  2:21 UTC (permalink / raw
  To: gentoo-commits

commit:     7830f1124798762a2717854d0bed3853c6a0d9d9
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue May 23 21:05:23 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue May 23 21:05:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7830f112

dev-python/persist-queue: enable py3.11 and disable py3.10

Closes: https://bugs.gentoo.org/897498
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/persist-queue/persist-queue-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/persist-queue/persist-queue-0.8.0.ebuild b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
index dff9d1316..80ea1e6c3 100644
--- a/dev-python/persist-queue/persist-queue-0.8.0.ebuild
+++ b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_10)
+PYTHON_COMPAT=( python3_11)
 
 inherit distutils-r1 pypi
 


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/persist-queue/
@ 2023-05-25  2:21 Haelwenn Monnier
  0 siblings, 0 replies; 10+ messages in thread
From: Haelwenn Monnier @ 2023-05-25  2:21 UTC (permalink / raw
  To: gentoo-commits

commit:     aa045d483c2a1122668ad9f617017de1b9b53127
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed May 24 14:53:12 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed May 24 14:53:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa045d48

dev-python/persist-queue: enable py3.10

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

 dev-python/persist-queue/persist-queue-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/persist-queue/persist-queue-0.8.0.ebuild b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
index 80ea1e6c3..687614147 100644
--- a/dev-python/persist-queue/persist-queue-0.8.0.ebuild
+++ b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_11)
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 pypi
 


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/persist-queue/
@ 2023-10-02 15:47 David Roman
  0 siblings, 0 replies; 10+ messages in thread
From: David Roman @ 2023-10-02 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     b0bf71e884ae94d770c08f51298c7ade62511133
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Oct  2 14:12:25 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Oct  2 14:12:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0bf71e8

dev-python/persist-queue: add 0.8.1

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

 dev-python/persist-queue/Manifest                  |  1 +
 .../persist-queue/persist-queue-0.8.1.ebuild       | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/persist-queue/Manifest b/dev-python/persist-queue/Manifest
index faba57d9db..295db6aeda 100644
--- a/dev-python/persist-queue/Manifest
+++ b/dev-python/persist-queue/Manifest
@@ -1 +1,2 @@
 DIST persist-queue-0.8.0.tar.gz 29108 BLAKE2B 6b8891544140331f6f0f7072cf474b2f4f344e5d55ae078f814f9c6b2e5aa9876d6dbd731dac3a6b7ad69bc5143c29d2baf541e01dbe473d8b1bf36be641bb06 SHA512 85a6f66df902ee45e07a8611930549d0c8ae028338b09e0408a3d47fd5989f72477a91965cbb8b4919d2be8b6306777d2f83346f7c0fa4e9601b2a4d15891121
+DIST persist-queue-0.8.1.tar.gz 29652 BLAKE2B b088a1d1784928e682151d0ccf984439df13b771aea4c5125b213a87fea05fbbc654fd80b787e141083a148b8b4b661b50fbe22f85cc582d0f411297089a88e2 SHA512 a5582deddd06108b4e748ee10fed5f64a328fe361b2db8f74400f7e43fc5800aafee67230e7edf481f926c8e20c73fb5d32109d15504a24caa67da848458ce6c

diff --git a/dev-python/persist-queue/persist-queue-0.8.1.ebuild b/dev-python/persist-queue/persist-queue-0.8.1.ebuild
new file mode 100644
index 0000000000..8b9540bfd2
--- /dev/null
+++ b/dev-python/persist-queue/persist-queue-0.8.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A thread-safe disk based persistent queue in Python"
+HOMEPAGE="https://github.com/peter-wangxu/persist-queue"
+LICENSE="BSD"
+
+
+KEYWORDS="~amd64"
+SLOT="0"
+
+# It tries to connect to a local MySQL server
+RESTRICT="test"
+
+DEPEND="
+	dev-python/DBUtils[${PYTHON_USEDEP}]
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	dev-python/pymysql[${PYTHON_USEDEP}]
+"
+
+RDEPEND="${DEPEND}"
+
+#distutils_enable_tests nose


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

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

commit:     76afafa90396f3c2964c71a136dc35fc4a0ffab9
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Tue Mar 19 10:09:26 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Mar 19 10:09:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76afafa9

dev-python/persist-queue: rename dev-python/{DBUtils → dbutils}

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-python/persist-queue/persist-queue-0.8.0.ebuild | 2 +-
 dev-python/persist-queue/persist-queue-0.8.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/persist-queue/persist-queue-0.8.0.ebuild b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
index 6876141470..56bc961735 100644
--- a/dev-python/persist-queue/persist-queue-0.8.0.ebuild
+++ b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
@@ -21,7 +21,7 @@ SLOT="0"
 RESTRICT="test"
 
 DEPEND="
-	dev-python/DBUtils[${PYTHON_USEDEP}]
+	dev-python/dbutils[${PYTHON_USEDEP}]
 	dev-python/msgpack[${PYTHON_USEDEP}]
 	dev-python/pymysql[${PYTHON_USEDEP}]
 "

diff --git a/dev-python/persist-queue/persist-queue-0.8.1.ebuild b/dev-python/persist-queue/persist-queue-0.8.1.ebuild
index 8b9540bfd2..4e5882e7cf 100644
--- a/dev-python/persist-queue/persist-queue-0.8.1.ebuild
+++ b/dev-python/persist-queue/persist-queue-0.8.1.ebuild
@@ -21,7 +21,7 @@ SLOT="0"
 RESTRICT="test"
 
 DEPEND="
-	dev-python/DBUtils[${PYTHON_USEDEP}]
+	dev-python/dbutils[${PYTHON_USEDEP}]
 	dev-python/msgpack[${PYTHON_USEDEP}]
 	dev-python/pymysql[${PYTHON_USEDEP}]
 "


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/persist-queue/
@ 2024-05-08 12:21 David Roman
  2024-05-08 12:34 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 10+ messages in thread
From: David Roman @ 2024-05-08 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     8ffad2bab330f2a369fc26d3a939a56577dbcf4a
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed May  8 12:21:05 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed May  8 12:21:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ffad2ba

dev-python/persist-queue: drop 0.8.0

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

 dev-python/persist-queue/Manifest                  |  1 -
 .../persist-queue/persist-queue-0.8.0.ebuild       | 31 ----------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-python/persist-queue/Manifest b/dev-python/persist-queue/Manifest
index 295db6aeda..dd8eb88c24 100644
--- a/dev-python/persist-queue/Manifest
+++ b/dev-python/persist-queue/Manifest
@@ -1,2 +1 @@
-DIST persist-queue-0.8.0.tar.gz 29108 BLAKE2B 6b8891544140331f6f0f7072cf474b2f4f344e5d55ae078f814f9c6b2e5aa9876d6dbd731dac3a6b7ad69bc5143c29d2baf541e01dbe473d8b1bf36be641bb06 SHA512 85a6f66df902ee45e07a8611930549d0c8ae028338b09e0408a3d47fd5989f72477a91965cbb8b4919d2be8b6306777d2f83346f7c0fa4e9601b2a4d15891121
 DIST persist-queue-0.8.1.tar.gz 29652 BLAKE2B b088a1d1784928e682151d0ccf984439df13b771aea4c5125b213a87fea05fbbc654fd80b787e141083a148b8b4b661b50fbe22f85cc582d0f411297089a88e2 SHA512 a5582deddd06108b4e748ee10fed5f64a328fe361b2db8f74400f7e43fc5800aafee67230e7edf481f926c8e20c73fb5d32109d15504a24caa67da848458ce6c

diff --git a/dev-python/persist-queue/persist-queue-0.8.0.ebuild b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
deleted file mode 100644
index 56bc961735..0000000000
--- a/dev-python/persist-queue/persist-queue-0.8.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A thread-safe disk based persistent queue in Python"
-HOMEPAGE="https://github.com/peter-wangxu/persist-queue"
-LICENSE="BSD"
-
-
-KEYWORDS="~amd64"
-SLOT="0"
-
-# It tries to connecto to a local MySQL server
-RESTRICT="test"
-
-DEPEND="
-	dev-python/dbutils[${PYTHON_USEDEP}]
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	dev-python/pymysql[${PYTHON_USEDEP}]
-"
-
-RDEPEND="${DEPEND}"
-
-#distutils_enable_tests nose


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/persist-queue/
  2024-05-08 12:21 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/persist-queue/ David Roman
@ 2024-05-08 12:34 ` David Roman
  0 siblings, 0 replies; 10+ messages in thread
From: David Roman @ 2024-05-08 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     8ffad2bab330f2a369fc26d3a939a56577dbcf4a
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed May  8 12:21:05 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed May  8 12:21:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ffad2ba

dev-python/persist-queue: drop 0.8.0

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

 dev-python/persist-queue/Manifest                  |  1 -
 .../persist-queue/persist-queue-0.8.0.ebuild       | 31 ----------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-python/persist-queue/Manifest b/dev-python/persist-queue/Manifest
index 295db6aeda..dd8eb88c24 100644
--- a/dev-python/persist-queue/Manifest
+++ b/dev-python/persist-queue/Manifest
@@ -1,2 +1 @@
-DIST persist-queue-0.8.0.tar.gz 29108 BLAKE2B 6b8891544140331f6f0f7072cf474b2f4f344e5d55ae078f814f9c6b2e5aa9876d6dbd731dac3a6b7ad69bc5143c29d2baf541e01dbe473d8b1bf36be641bb06 SHA512 85a6f66df902ee45e07a8611930549d0c8ae028338b09e0408a3d47fd5989f72477a91965cbb8b4919d2be8b6306777d2f83346f7c0fa4e9601b2a4d15891121
 DIST persist-queue-0.8.1.tar.gz 29652 BLAKE2B b088a1d1784928e682151d0ccf984439df13b771aea4c5125b213a87fea05fbbc654fd80b787e141083a148b8b4b661b50fbe22f85cc582d0f411297089a88e2 SHA512 a5582deddd06108b4e748ee10fed5f64a328fe361b2db8f74400f7e43fc5800aafee67230e7edf481f926c8e20c73fb5d32109d15504a24caa67da848458ce6c

diff --git a/dev-python/persist-queue/persist-queue-0.8.0.ebuild b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
deleted file mode 100644
index 56bc961735..0000000000
--- a/dev-python/persist-queue/persist-queue-0.8.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A thread-safe disk based persistent queue in Python"
-HOMEPAGE="https://github.com/peter-wangxu/persist-queue"
-LICENSE="BSD"
-
-
-KEYWORDS="~amd64"
-SLOT="0"
-
-# It tries to connecto to a local MySQL server
-RESTRICT="test"
-
-DEPEND="
-	dev-python/dbutils[${PYTHON_USEDEP}]
-	dev-python/msgpack[${PYTHON_USEDEP}]
-	dev-python/pymysql[${PYTHON_USEDEP}]
-"
-
-RDEPEND="${DEPEND}"
-
-#distutils_enable_tests nose


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/persist-queue/
  2024-05-08 12:21 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2024-05-08 12:34 ` David Roman
  0 siblings, 0 replies; 10+ messages in thread
From: David Roman @ 2024-05-08 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     6f21c722f886f51a12cdca45513c503407578b7f
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed May  8 12:20:39 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed May  8 12:20:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f21c722

dev-python/persist-queue: enable py3.12

Closes: https://bugs.gentoo.org/931398
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/persist-queue/persist-queue-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/persist-queue/persist-queue-0.8.1.ebuild b/dev-python/persist-queue/persist-queue-0.8.1.ebuild
index 4e5882e7cf..bba88025f8 100644
--- a/dev-python/persist-queue/persist-queue-0.8.1.ebuild
+++ b/dev-python/persist-queue/persist-queue-0.8.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/persist-queue/
@ 2024-07-09  9:46 David Roman
  0 siblings, 0 replies; 10+ messages in thread
From: David Roman @ 2024-07-09  9:46 UTC (permalink / raw
  To: gentoo-commits

commit:     d908f4b7804cecf380ef0498e6a79bba9661af84
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jul  9 09:39:10 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jul  9 09:39:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d908f4b7

dev-python/persist-queue: add 1.0.0

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

 dev-python/persist-queue/Manifest                  |  1 +
 .../persist-queue/persist-queue-1.0.0.ebuild       | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/persist-queue/Manifest b/dev-python/persist-queue/Manifest
index dd8eb88c2..e5a396bf2 100644
--- a/dev-python/persist-queue/Manifest
+++ b/dev-python/persist-queue/Manifest
@@ -1 +1,2 @@
 DIST persist-queue-0.8.1.tar.gz 29652 BLAKE2B b088a1d1784928e682151d0ccf984439df13b771aea4c5125b213a87fea05fbbc654fd80b787e141083a148b8b4b661b50fbe22f85cc582d0f411297089a88e2 SHA512 a5582deddd06108b4e748ee10fed5f64a328fe361b2db8f74400f7e43fc5800aafee67230e7edf481f926c8e20c73fb5d32109d15504a24caa67da848458ce6c
+DIST persist-queue-1.0.0.tar.gz 30262 BLAKE2B 266b731302ea4a805755df89ef62ad79f60d2b65a3b8f8acdb0daf9816e6a8f8a31f896f5757020f61403382612f00cbfee8d9ceea90782409c08bd8999162d9 SHA512 5fba323ca24dfe79688d2c89ac044729d4ef0b63d195d8fcac6da3ca5e6667d930c348626bce3cb808a560f06d0bfcad041be97b22811e7de0868324b3ef7c1b

diff --git a/dev-python/persist-queue/persist-queue-1.0.0.ebuild b/dev-python/persist-queue/persist-queue-1.0.0.ebuild
new file mode 100644
index 000000000..ed1002997
--- /dev/null
+++ b/dev-python/persist-queue/persist-queue-1.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A thread-safe disk based persistent queue in Python"
+HOMEPAGE="https://github.com/peter-wangxu/persist-queue"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# It tries to connect to a local MySQL server
+RESTRICT="test"
+
+DEPEND="
+	dev-python/dbutils[${PYTHON_USEDEP}]
+	dev-python/msgpack[${PYTHON_USEDEP}]
+	dev-python/pymysql[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2024-07-09  9:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-08 12:21 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/persist-queue/ David Roman
2024-05-08 12:34 ` [gentoo-commits] repo/proj/guru:master " David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-07-09  9:46 David Roman
2024-05-08 12:21 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-05-08 12:34 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-03-19 10:20 Julien Roy
2023-10-02 15:47 David Roman
2023-05-25  2:21 Haelwenn Monnier
2023-05-25  2:21 Haelwenn Monnier
2022-07-03 11:44 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-07-03 11:44 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-06-13 10:49 Andrew Ammerlaan

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