[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: Add python-pybadges.
From: |
guix-commits |
Subject: |
01/10: gnu: Add python-pybadges. |
Date: |
Fri, 31 May 2024 07:57:47 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 34604cc0faab3696e9183de02808575da4aecd61
Author: Giacomo Leidi <goodoldpaul@autistici.org>
AuthorDate: Mon May 13 19:05:52 2024 +0200
gnu: Add python-pybadges.
* gnu/packages/python-web.scm (python-pybadges): New variable.
Change-Id: Idd53ddf94b24112015c0a0b82396cf366920417e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-web.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index c00e38a120..5ca50fa5a6 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -9224,6 +9224,39 @@ list, create, update, or delete resources (e.g. Order,
Product, Collection).")
"This package provides a library to parse and apply patches.")
(license license:expat)))
+(define-public python-pybadges
+ (package
+ (name "python-pybadges")
+ (version "3.0.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/google/pybadges")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ "1zgb9idz7m3mzf8wvik0gwmyrxp753axqjv2pab326cr5myj1s4b")))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:test-flags
+ #~'("-k"
+ ;; Disable network dependent tests.
+ "not test_changes and not test_not_image_url and not
test_http_url")))
+ (propagated-inputs (list python-jinja2 python-requests))
+ (native-inputs (list python-flask
+ python-fonttools
+ python-nox
+ python-pillow
+ python-pytest
+ python-xmldiff))
+ (home-page "https://github.com/google/pybadges")
+ (synopsis "Generate Github-style badges on the command-line")
+ (description
+ "This package provides @code{python-pybadges}: a library and command-line
+tool for generating Github-style badges as SVG images.")
+ (license license:asl2.0)))
+
(define-public python-grid5000
(package
(name "python-grid5000")
- branch master updated (0c87fe868a -> 8944fa5c7a), guix-commits, 2024/05/31
- 03/10: gnu: slurm: Add patch for a useful fallback shell for ‘salloc’., guix-commits, 2024/05/31
- 07/10: gnu: clementine: Build with libgpod., guix-commits, 2024/05/31
- 06/10: gnu: Add libgpod., guix-commits, 2024/05/31
- 08/10: gnu: Add biboumi., guix-commits, 2024/05/31
- 01/10: gnu: Add python-pybadges.,
guix-commits <=
- 02/10: gnu: intel-mpi-benchmarks: Update to 2021.7., guix-commits, 2024/05/31
- 10/10: gnu: avrdude: Update to 7.3., guix-commits, 2024/05/31
- 04/10: gnu: audacity: Re-add fallback to locate ffmpeg via pkg-config., guix-commits, 2024/05/31
- 09/10: gnu: tla2tools: Add UseParallelGC to Java command in wrapper scripts., guix-commits, 2024/05/31
- 05/10: gnu: Add r7rs-small-texinfo., guix-commits, 2024/05/31