mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-portend: Update to 3.2.1.
* gnu/packages/python-web.scm (python-portend): Update to 3.2.1. [native-inputs]: Remove python-pytest-black, python-pytest-checkdocs, python-pytest-cov, python-pytest-enabler, python-pytest-mypy, and python-wheel; add python-setuptools-scm. Change-Id: I09b5c910c2526ae9bece60f59a9239f33633e9f8
This commit is contained in:
parent
5cee83c998
commit
e2e2d8a3c7
1 changed files with 8 additions and 12 deletions
|
@ -1130,28 +1130,24 @@ in Python 3.13 by PEP-594.")
|
||||||
(define-public python-portend
|
(define-public python-portend
|
||||||
(package
|
(package
|
||||||
(name "python-portend")
|
(name "python-portend")
|
||||||
(version "3.2.0")
|
(version "3.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "portend" version))
|
(uri (pypi-uri "portend" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wpvixicc3d0lack65554mvdrrckkn18p1xcgiv9v5cwq59a6l2j"))))
|
(base32 "12b4ikxyv32n33mvm4brp74igl1mvw825x01sjvvs54y3yml17da"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
;; Do not test pyproject.toml with python-pytest-checkdocs as it tries to
|
;; Do not test pyproject.toml with python-pytest-checkdocs as it tries to
|
||||||
;; download dependencies.
|
;; download dependencies.
|
||||||
(arguments
|
(arguments
|
||||||
'(#:test-flags '("-k" "not project")))
|
'(#:test-flags '("-k" "not project")))
|
||||||
(propagated-inputs (list python-tempora))
|
(native-inputs
|
||||||
;; TODO: Add python-pytest-ruff to native-inputs once it has been packaged.
|
(list python-pytest
|
||||||
(native-inputs (list python-pytest
|
|
||||||
python-pytest-black
|
|
||||||
python-pytest-checkdocs
|
|
||||||
python-pytest-cov
|
|
||||||
python-pytest-enabler
|
|
||||||
python-pytest-mypy
|
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-wheel))
|
python-setuptools-scm))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-tempora))
|
||||||
(home-page "https://github.com/jaraco/portend")
|
(home-page "https://github.com/jaraco/portend")
|
||||||
(synopsis "Monitor TCP ports for bound or unbound states")
|
(synopsis "Monitor TCP ports for bound or unbound states")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue