GNU bug report logs - #25810
[PATCH 2/8] gnu: Add python-constantly.

Previous Next

Package: guix-patches;

Reported by: Troy Sankey <sankeytms <at> gmail.com>

Date: Mon, 20 Feb 2017 06:38:06 UTC

Severity: normal

Tags: patch

Done: Troy Sankey <sankeytms <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 25810 in the body.
You can then email your comments to 25810 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#25810; Package guix-patches. (Mon, 20 Feb 2017 06:38:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to Troy Sankey <sankeytms <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 20 Feb 2017 06:38:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Troy Sankey <sankeytms <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Troy Sankey <sankeytms <at> gmail.com>
Subject: [PATCH 2/8] gnu: Add python-constantly.
Date: Mon, 20 Feb 2017 01:37:36 -0500
* gnu/packages/python.scm (python-constantly, python2-constantly): New
variables.
---
 gnu/packages/python.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e3904624c..9d2b977a7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12709,6 +12709,29 @@ Python.  It is based on Parsing Expression Grammars, PEG.  With pyPEG you can
 parse many formal languages.")
     (license license:gpl2)))
 
+(define-public python-constantly
+  (package
+    (name "python-constantly")
+    (version "15.1.0")
+    (source
+      (origin
+        (method url-fetch)
+          (uri (pypi-uri "constantly" version))
+        (sha256
+          (base32
+            "0dgwdla5kfpqz83hfril716inm41hgn9skxskvi77605jbmp4qsq"))))
+    (build-system python-build-system)
+    (home-page
+      "https://github.com/twisted/constantly")
+    (synopsis "Symbolic constants in Python")
+    (description "A library that provides symbolic constant support.  It
+includes collections and constants with text, numeric, and bit flag values.
+Originally @code{twisted.python.constants} from the Twisted project.")
+    (license license:expat)))
+
+(define-public python2-constantly
+  (package-with-python2 python-constantly))
+
 (define-public python-attrs
   (package
     (name "python-attrs")
-- 
2.11.1





bug closed, send any further explanations to 25810 <at> debbugs.gnu.org and Troy Sankey <sankeytms <at> gmail.com> Request was from Troy Sankey <sankeytms <at> gmail.com> to control <at> debbugs.gnu.org. (Tue, 21 Feb 2017 19:03:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#25810; Package guix-patches. (Mon, 06 Mar 2017 13:02:02 GMT) Full text and rfc822 format available.

Message #10 received at 25810 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Troy Sankey <sankeytms <at> gmail.com>, 25810 <at> debbugs.gnu.org
Subject: Re: bug#25810: [PATCH 2/8] gnu: Add python-constantly.
Date: Mon, 06 Mar 2017 14:01:16 +0100
[Message part 1 (text/plain, inline)]
Troy Sankey <sankeytms <at> gmail.com> writes:

> * gnu/packages/python.scm (python-constantly, python2-constantly): New
> variables.
> ---
>  gnu/packages/python.scm | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index e3904624c..9d2b977a7 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -12709,6 +12709,29 @@ Python.  It is based on Parsing Expression Grammars, PEG.  With pyPEG you can
>  parse many formal languages.")
>      (license license:gpl2)))
>  
> +(define-public python-constantly
> +  (package
> +    (name "python-constantly")
> +    (version "15.1.0")
> +    (source
> +      (origin
> +        (method url-fetch)
> +          (uri (pypi-uri "constantly" version))
> +        (sha256
> +          (base32
> +            "0dgwdla5kfpqz83hfril716inm41hgn9skxskvi77605jbmp4qsq"))))
> +    (build-system python-build-system)
> +    (home-page
> +      "https://github.com/twisted/constantly")
> +    (synopsis "Symbolic constants in Python")
> +    (description "A library that provides symbolic constant support.  It
> +includes collections and constants with text, numeric, and bit flag values.
> +Originally @code{twisted.python.constants} from the Twisted project.")
> +    (license license:expat)))
> +
> +(define-public python2-constantly
> +  (package-with-python2 python-constantly))

Indentation is off some places, and home-page should be a single line,
but LGTM otherwise.

> +
>  (define-public python-attrs
>    (package
>      (name "python-attrs")
> -- 
> 2.11.1
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 04 Apr 2017 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 130 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.