all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Brett Gilio <brettg@posteo.net>
To: "h.nasajpour" <h.nasajpour@pantherx.org>
Cc: 35952-done@debbugs.gnu.org
Subject: bug#35952: [PATCH] gnu: Add python-aniso8601.
Date: Tue, 10 Dec 2019 00:27:11 -0600	[thread overview]
Message-ID: <875ziolmps.fsf@posteo.net> (raw)
In-Reply-To: <20190528120539.4603-1-h.nasajpour@pantherx.org> (h. nasajpour's message of "Tue, 28 May 2019 16:35:39 +0430")

"h.nasajpour" <h.nasajpour@pantherx.org> 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/

      reply	other threads:[~2019-12-10  6:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-28 12:05 [bug#35952] [PATCH] gnu: Add python-aniso8601 h.nasajpour
2019-12-10  6:27 ` Brett Gilio [this message]

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=875ziolmps.fsf@posteo.net \
    --to=brettg@posteo.net \
    --cc=35952-done@debbugs.gnu.org \
    --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.