public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/persist-queue/
Date: Sun, 12 Jun 2022 17:44:41 +0000 (UTC)	[thread overview]
Message-ID: <1655055865.a0f59e781a56e5400b89c5e923a313249d640a27.davidroman@gentoo> (raw)

commit:     a0f59e781a56e5400b89c5e923a313249d640a27
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Jun 12 17:43:40 2022 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
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


             reply	other threads:[~2022-06-12 17:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-12 17:44 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-03 11:44 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/persist-queue/ Andrew Ammerlaan
2023-03-17 13:10 Anna Vyalkova
2023-05-23 21:05 David Roman
2023-05-24 14:54 Julien Roy
2023-10-02 15:47 [gentoo-commits] repo/proj/guru:master " David Roman
2023-10-02 14:12 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-03-19 10:11 Takuya Wakazono
2024-05-08 12:21 David Roman
2024-05-08 12:21 David Roman
2024-07-09  9:46 [gentoo-commits] repo/proj/guru:master " David Roman
2024-07-09  9:39 ` [gentoo-commits] repo/proj/guru:dev " David Roman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1655055865.a0f59e781a56e5400b89c5e923a313249d640a27.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox