GNU bug report logs -
#25808
Updating alot (and other collateral updates)
Previous Next
Reported by: Troy Sankey <sankeytms <at> gmail.com>
Date: Mon, 20 Feb 2017 06:38:03 UTC
Severity: normal
Tags: moreinfo
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #47 received at 25808 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Troy Sankey <sankeytms <at> gmail.com> writes:
> * gnu/packages/python.scm (python-incremental, python2-incremental): New
> variables.
LGTM. It seems all of these packages needs indentation fix, so I won't
nag about it further!
> ---
> gnu/packages/python.scm | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index e91beff18..575ac67a8 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -12709,6 +12709,27 @@ Python. It is based on Parsing Expression Grammars, PEG. With pyPEG you can
> parse many formal languages.")
> (license license:gpl2)))
>
> +(define-public python-incremental
> + (package
> + (name "python-incremental")
> + (version "16.10.1")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "incremental" version))
> + (sha256
> + (base32
> + "0hh382gsj5lfl3fsabblk2djngl4n5yy90xakinasyn41rr6pb8l"))))
> + (build-system python-build-system)
> + (home-page "https://github.com/hawkowl/incremental")
> + (synopsis "Library for versioning Python projects")
> + (description "Incremental is a small library that versions your Python
> +projects.")
> + (license license:expat)))
> +
> +(define-public python2-incremental
> + (package-with-python2 python-incremental))
> +
> (define-public python-automat
> (package
> (name "python-automat")
> --
> 2.11.1
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 7 years and 276 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.