diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/persist-queue | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/persist-queue')
| -rw-r--r-- | dev-python/persist-queue/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/persist-queue/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-python/persist-queue/persist-queue-0.8.1.ebuild | 27 | ||||
| -rw-r--r-- | dev-python/persist-queue/persist-queue-1.0.0.ebuild | 27 | ||||
| -rw-r--r-- | dev-python/persist-queue/persist-queue-1.1.0.ebuild | 26 |
5 files changed, 0 insertions, 95 deletions
diff --git a/dev-python/persist-queue/Manifest b/dev-python/persist-queue/Manifest deleted file mode 100644 index 609126eac195..000000000000 --- a/dev-python/persist-queue/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -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 -DIST persist_queue-1.1.0.tar.gz 39294 BLAKE2B 61aefe596fd6f1ed358899ba285f57da63f630cdf892ba303e61d4611188817276e97ce209e85066638cd12b4a0265e466d3bcb9837dae2cda0442fe38b7408e SHA512 9dc211d5ef872e3885ee2db0bd2c2d7e538db32b7e0f43aa03be2ef07a6ea9c34c44564229b727142fa07f9a9e45f004ed5c63e1f9e2cb613870298c22bc9d76 diff --git a/dev-python/persist-queue/metadata.xml b/dev-python/persist-queue/metadata.xml deleted file mode 100644 index feb3b7ec09d3..000000000000 --- a/dev-python/persist-queue/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>stkw0@disroot.org</email> - <name>David Roman</name> - </maintainer> - <upstream> - <remote-id type="github">peter-wangxu/persist-queue</remote-id> - <remote-id type="pypi">persist-queue</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/persist-queue/persist-queue-0.8.1.ebuild b/dev-python/persist-queue/persist-queue-0.8.1.ebuild deleted file mode 100644 index 2754eaddb57d..000000000000 --- a/dev-python/persist-queue/persist-queue-0.8.1.ebuild +++ /dev/null @@ -1,27 +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_{13..14} ) - -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}" diff --git a/dev-python/persist-queue/persist-queue-1.0.0.ebuild b/dev-python/persist-queue/persist-queue-1.0.0.ebuild deleted file mode 100644 index 2754eaddb57d..000000000000 --- a/dev-python/persist-queue/persist-queue-1.0.0.ebuild +++ /dev/null @@ -1,27 +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_{13..14} ) - -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}" diff --git a/dev-python/persist-queue/persist-queue-1.1.0.ebuild b/dev-python/persist-queue/persist-queue-1.1.0.ebuild deleted file mode 100644 index f4bf0f7c2fb7..000000000000 --- a/dev-python/persist-queue/persist-queue-1.1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -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}" |
