From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5693615814C for ; Mon, 2 Oct 2023 15:47:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A6072BC108; Mon, 2 Oct 2023 15:47:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8551D2BC108 for ; Mon, 2 Oct 2023 15:47:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8053335CA6 for ; Mon, 2 Oct 2023 15:47:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 757DE932 for ; Mon, 2 Oct 2023 15:47:27 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1696255945.b0bf71e884ae94d770c08f51298c7ade62511133.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/persist-queue/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/persist-queue/Manifest dev-python/persist-queue/persist-queue-0.8.1.ebuild X-VCS-Directories: dev-python/persist-queue/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: b0bf71e884ae94d770c08f51298c7ade62511133 X-VCS-Branch: master Date: Mon, 2 Oct 2023 15:47:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bcddd7c8-2fba-43a5-adfa-bf03ffe26ee6 X-Archives-Hash: 21047d878447de9a497f2a2e9411c936 commit: b0bf71e884ae94d770c08f51298c7ade62511133 Author: David Roman gmail com> AuthorDate: Mon Oct 2 14:12:25 2023 +0000 Commit: David Roman gmail 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 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DEA1158089 for ; Mon, 2 Oct 2023 14:12:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE6572BC022; Mon, 2 Oct 2023 14:12:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A47DE2BC022 for ; Mon, 2 Oct 2023 14:12:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C61B9335C7E for ; Mon, 2 Oct 2023 14:12:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 711FA930 for ; Mon, 2 Oct 2023 14:12:33 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1696255945.b0bf71e884ae94d770c08f51298c7ade62511133.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/persist-queue/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/persist-queue/Manifest dev-python/persist-queue/persist-queue-0.8.1.ebuild X-VCS-Directories: dev-python/persist-queue/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: b0bf71e884ae94d770c08f51298c7ade62511133 X-VCS-Branch: dev Date: Mon, 2 Oct 2023 14:12:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 77899d56-8131-497f-9487-b6065619874b X-Archives-Hash: 1b25c89abde9768e5869e5c759733086 Message-ID: <20231002141233.TWuEqsLonI9lQLwEHWRrw9v8BdBc8knihZ-a5djibmA@z> commit: b0bf71e884ae94d770c08f51298c7ade62511133 Author: David Roman gmail com> AuthorDate: Mon Oct 2 14:12:25 2023 +0000 Commit: David Roman gmail 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 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