all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Brett Gilio <brettg@posteo.net>
Cc: "h.nasajpour" <h.nasajpour@pantherx.org>, 35976@debbugs.gnu.org
Subject: [bug#35976] [PATCH 44/47] gnu: Add python-persist-queue.
Date: Sat, 08 Oct 2022 00:41:09 -0400	[thread overview]
Message-ID: <87sfjz0vx6.fsf_-_@gmail.com> (raw)
In-Reply-To: <87o8wgk7dn.fsf@posteo.net> (Brett Gilio's message of "Tue, 10 Dec 2019 00:43:48 -0600")

Hi,

Brett Gilio <brettg@posteo.net> writes:

> "h.nasajpour" <h.nasajpour@pantherx.org> writes:
>
>> * gnu/packages/python-xyz.scm (python-persist-queue): New variable
>> ---
>>  gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
>>  1 file changed, 18 insertions(+)
>>
>> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
>> index 298a59f59f..e47e5bbcd2 100644
>> --- a/gnu/packages/python-xyz.scm
>> +++ b/gnu/packages/python-xyz.scm
>> @@ -15537,3 +15537,21 @@ by Igor Pavlov.")
>>  	 gradual typing, generics and union types.")
>>      (license license:expat)))
>>  
>> +
>> +(define-public python-persist-queue
>> +  (package
>> +  (name "python-persist-queue")
>> +    (version "0.4.2")
>> +    (source (origin
>> +      (method url-fetch)
>> +      (uri (pypi-uri "persist-queue" version))
>> +      (sha256 (base32 "0xhvj26jkc4fk0yjzn47is6wh8figyp5cralj8d56r4bidn78wp2"))))
>> +    (build-system python-build-system)
>> +    (arguments
>> +     `(#:tests? #f))
>> +    (home-page "https://github.com/peter-wangxu/persist-queue")
>> +    (synopsis "A thread-safe disk based persistent queue in Python.")
>> +    (description
>> +     "persist-queue implements a file-based queue and a serial of sqlite3-based queues")
>> +    (license license:bsd-2)))
>> +
>
> Hi,
>
> This package needs the same treatment as some of the other packages I
> have mentioned from your series. If you could do those things we can get
> it pushed to master! Thanks.

It's been nearly 3 years :-)  Are these package Python still useful, or
should we close the tickets awaiting feedback?

-- 
Thanks,
Maxim




  reply	other threads:[~2022-10-08  4:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-29  0:36 [bug#35976] [PATCH 44/47] gnu: Add python-persist-queue h.nasajpour
2019-12-10  6:43 ` Brett Gilio
2022-10-08  4:41   ` Maxim Cournoyer [this message]
2022-11-03  9:45     ` zimoun
2023-10-16 22:49       ` bug#35976: " Simon Tournier

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=87sfjz0vx6.fsf_-_@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=35976@debbugs.gnu.org \
    --cc=brettg@posteo.net \
    --cc=h.nasajpour@pantherx.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.