[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
64/474: gnu: Add python-pep440.
From: |
guix-commits |
Subject: |
64/474: gnu: Add python-pep440. |
Date: |
Sat, 30 Nov 2024 18:19:50 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 157fd2687bbef19f61bb62c25fa56afc77ed1a54
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 22:42:53 2024 +0200
gnu: Add python-pep440.
* gnu/packages/python-xyz.scm (python-pep440): New variable.
Change-Id: I307eb0d50e5e6378fb840b775964761833cb9488
---
gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index af0f97b9a6..35336a558b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14808,6 +14808,31 @@ PEP 8.")
plugin for flake8 to check PEP-8 naming conventions.")
(license license:expat)))
+(define-public python-pep440
+ (package
+ (name "python-pep440")
+ (version "0.1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pep440" version))
+ (sha256
+ (base32 "0kfhysbyci4f2sxvv991yvn22kbhncn0jg1arbhzw4rbri375csq"))))
+ (build-system pyproject-build-system)
+ (arguments
+ ;; This checks for "pep440" in the output, but we actually print
+ ;; ".pep440-real" due to wrapping.
+ (list #:test-flags '(list "-k" "not test_cli_help")))
+ (propagated-inputs (list python-check-manifest python-mypy python-pytest
+ python-pytest-console-scripts python-pytest-cov))
+ (native-inputs (list python-flit-core))
+ (home-page "https://pypi.org/project/pep440/")
+ (synopsis "Utils to check whether versions number match PEP 440")
+ (description
+ "This package provides a simple package with utils to check whether
+versions number match PEP 440.")
+ (license license:expat)))
+
(define-public python-pep517
(package
(inherit python-pep517-bootstrap)
- 61/474: gnu: python-nbclient: Add Setuptools and Wheel., (continued)
- 61/474: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/11/30
- 60/474: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/30
- 68/474: gnu: Add python-isoduration., guix-commits, 2024/11/30
- 43/474: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/11/30
- 47/474: gnu: python-vine: Add missing inputs., guix-commits, 2024/11/30
- 49/474: gnu: python-box: Add missing input., guix-commits, 2024/11/30
- 51/474: gnu: python-partd: Add missing input., guix-commits, 2024/11/30
- 56/474: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/11/30
- 62/474: gnu: python-nbconvert: Add missing texlive inputs., guix-commits, 2024/11/30
- 63/474: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/30
- 64/474: gnu: Add python-pep440.,
guix-commits <=
- 66/474: gnu: Add python-jsonschema-specifications., guix-commits, 2024/11/30
- 67/474: gnu: Add python-rfc3986-validator., guix-commits, 2024/11/30
- 70/474: gnu: Add python-fqdn., guix-commits, 2024/11/30
- 77/474: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/11/30
- 69/474: gnu: Add python-uri-template., guix-commits, 2024/11/30
- 78/474: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/11/30
- 81/474: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/30
- 79/474: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/11/30
- 93/474: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/11/30
- 98/474: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/11/30