emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#35952: closed ([PATCH] gnu: Add python-aniso8601.)


From: GNU bug Tracking System
Subject: bug#35952: closed ([PATCH] gnu: Add python-aniso8601.)
Date: Tue, 10 Dec 2019 06:28:01 +0000

Your message dated Tue, 10 Dec 2019 00:27:11 -0600
with message-id <address@hidden>
and subject line Re: [bug#35952] [PATCH] gnu: Add python-aniso8601.
has caused the debbugs.gnu.org bug report #35952,
regarding [PATCH] gnu: Add python-aniso8601.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
35952: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35952
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-aniso8601. Date: Tue, 28 May 2019 16:35:39 +0430
* gnu/packages/python-xyz.scm (python-aniso8601): 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 ec49359314..91f94f239e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15391,3 +15391,21 @@ by Igor Pavlov.")
 
 (define-public python2-pylzma
   (package-with-python2 python-pylzma))
+
+(define-public python-aniso8601
+  (package
+  (name "python-aniso8601")
+    (version "6.0.0")
+    (source (origin
+      (method url-fetch)
+      (uri (pypi-uri "aniso8601" version))
+      (sha256 (base32 
"1bylfskk08ahyma25i8w3mcd0kywpxqx6icv5p7m1z0i8srak9mq"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:tests? #f))
+    (home-page "https://bitbucket.org/nielsenb/aniso8601";)
+    (synopsis "A library for parsing ISO 8601 strings.")
+    (description
+     "A library for parsing ISO 8601 strings.")
+    (license license:expat)))
+
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#35952] [PATCH] gnu: Add python-aniso8601. Date: Tue, 10 Dec 2019 00:27:11 -0600 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
"h.nasajpour" <address@hidden> writes:

> * gnu/packages/python-xyz.scm (python-aniso8601): 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 ec49359314..91f94f239e 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -15391,3 +15391,21 @@ by Igor Pavlov.")
>  
>  (define-public python2-pylzma
>    (package-with-python2 python-pylzma))
> +
> +(define-public python-aniso8601
> +  (package
> +  (name "python-aniso8601")
> +    (version "6.0.0")
> +    (source (origin
> +      (method url-fetch)
> +      (uri (pypi-uri "aniso8601" version))
> +      (sha256 (base32 
> "1bylfskk08ahyma25i8w3mcd0kywpxqx6icv5p7m1z0i8srak9mq"))))
> +    (build-system python-build-system)
> +    (arguments
> +     `(#:tests? #f))
> +    (home-page "https://bitbucket.org/nielsenb/aniso8601";)
> +    (synopsis "A library for parsing ISO 8601 strings.")
> +    (description
> +     "A library for parsing ISO 8601 strings.")
> +    (license license:expat)))
> +

Closing. This is a redundant package. If you meant to update it please
send a revised patch in a new bug report reflecting the 8.0.0 upstream
version.

Thanks!

-- 
Brett M. Gilio
Homepage -- https://scm.pw/
GNU Guix -- https://guix.gnu.org/


--- End Message ---

reply via email to

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