From 67f66812f5ef1bfba59cfd53ace6f41196cd0227 Mon Sep 17 00:00:00 2001 From: Ben J Woodcroft Date: Mon, 26 Sep 2016 15:26:17 +1000 Subject: gnu: Add python-termcolor. * gnu/packages/python.scm (python-termcolor, python2-termcolor): New variables. --- gnu/packages/python.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 688a5d4ee8..529b7fdb09 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6295,6 +6295,30 @@ a hash value.") (name "python2-tlsh") (inputs `(("python" ,python-2))))) +(define-public python-termcolor + (package + (name "python-termcolor") + (version "1.1.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "python-termcolor" version)) + (sha256 + (base32 + "0fv1vq14rpqwgazxg4981904lfyp84mnammw7y046491cv76jv8x")))) + (build-system python-build-system) + (arguments + ;; There are no tests. + `(#:tests? #f)) + (home-page "http://pypi.python.org/pypi/termcolor") + (synopsis "ANSII Color formatting for terminal output") + (description + "This package provides ANSII Color formatting for output in terminals.") + (license license:expat))) + +(define-public python2-termcolor + (package-with-python2 python-termcolor)) + (define-public python-libarchive-c (package (name "python-libarchive-c") -- cgit v1.2.3 ommit/gnu/packages/gnunet.scm?id=e4740d7a51177de6ca060411bde638574abf0227'>commitdiff
path: root/gnu/packages/gnunet.scm
AgeCommit message (Expand)Author
2018-03-09gnu: 'autoconf-wrapper' is no longer a procedure....Ludovic Courtès
2018-02-04gnu: libmicrohttpd: Update to 0.9.59....Tobias Geerinckx-Rice
2018-01-27gnu: gnurl: Update to 7.58.0....ng0
2018-01-27Revert "gnu: gnurl: Add '--with-ca-bundle' path to configure-flags."...ng0
2018-01-23gnu: gnunet: Use invoke....ng0
2018-01-23gnu: gnurl: Add '--with-ca-bundle' path to configure-flags....ng0
2017-12-09gnu: gnurl: Use new download URL....ng0
2017-12-08gnu: libmicrohttpd: Update to 0.9.58....Tobias Geerinckx-Rice
2017-12-06gnu: gnurl: Update to 7.57.0....ng0
2017-11-28gnu: libmicrohttpd: Update to 0.9.57....Efraim Flashner
2017-11-27gnu: gnurl: Update to 7.56.1-2....ng0
2017-10-24gnu: gnurl: Update to 7.56.1....ng0
2017-10-16gnu: libextractor: Update to 1.6....Ludovic Courtès
2017-10-12gnu: libextractor: Update to 1.5....Marius Bakke
2017-10-09gnu: gnurl: Let the testsuite run test1026....ng0
2017-10-08gnu: gnurl: Update to 7.56.0....ng0
2017-10-01gnu: gnunet: Use 'gnutls/dane' as input....ng0
2017-10-01gnu: libmicrohttpd: Use 'gnutls/dane' as input....ng0
2017-10-01gnu: gnurl: Use 'gnutls/dane' as input....ng0
2017-09-23gnu: gnurl: Update to 7.55.1-4....ng0
2017-09-04gnu: Put autoconf-related phases immediately after the 'unpack phase....Kei Kebreau
2017-08-27gnu: Fetch several Git sources over HTTPS....Leo Famulari
2017-08-22gnu: gnurl: Update to 7.55.1-3....ng0
2017-08-21gnu: gnurl: Update to 7.55.1....ng0
2017-08-09gnu: gnurl: Update to 7.55.0....ng0
2017-07-31gnu: libmicrohttpd: Update to 0.9.55....Ludovic Courtès
2017-06-17gnu: gnurl: Update to 7.54.1....ng0
2017-06-11gnu: libextractor: Update to 1.4....Marius Bakke
2017-04-20gnu: gnurl: Update to 7.54.0 [fixes CVE-2017-7468]...ng0
2017-03-30gnu: Use HTTPS for almost all gnu.org HOME-PAGEs....Tobias Geerinckx-Rice
2017-02-24gnu: gnurl: Update to 7.53.1....ng0
2017-02-09gnu: libextractor: Move .a files to output "static"....ng0
2017-02-09gnu: libextractor: Add dependencies....ng0