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