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