guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#35976] [PATCH 44/47] gnu: Add python-persist-queue.


From: Maxim Cournoyer
Subject: [bug#35976] [PATCH 44/47] gnu: Add python-persist-queue.
Date: Sat, 08 Oct 2022 00:41:09 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]