diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-16 20:44:13 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:18 +0100 |
| commit | e2e2d8a3c7e2d0b6e806867475744ebf5bf34d6b (patch) | |
| tree | b3bb1d587355f80745d98b29b1a6f883d5db5501 /gnu/packages/python-web.scm | |
| parent | 5cee83c9981157b4b42947946bcbdab3ae72fef8 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 00dc96450a1..2386753c977 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1130,28 +1130,24 @@ in Python 3.13 by PEP-594.") (define-public python-portend (package (name "python-portend") - (version "3.2.0") + (version "3.2.1") (source (origin (method url-fetch) (uri (pypi-uri "portend" version)) (sha256 - (base32 "0wpvixicc3d0lack65554mvdrrckkn18p1xcgiv9v5cwq59a6l2j")))) + (base32 "12b4ikxyv32n33mvm4brp74igl1mvw825x01sjvvs54y3yml17da")))) (build-system pyproject-build-system) ;; Do not test pyproject.toml with python-pytest-checkdocs as it tries to ;; download dependencies. (arguments '(#:test-flags '("-k" "not project"))) - (propagated-inputs (list python-tempora)) - ;; TODO: Add python-pytest-ruff to native-inputs once it has been packaged. - (native-inputs (list python-pytest - python-pytest-black - python-pytest-checkdocs - python-pytest-cov - python-pytest-enabler - python-pytest-mypy - python-setuptools - python-wheel)) + (native-inputs + (list python-pytest + python-setuptools + python-setuptools-scm)) + (propagated-inputs + (list python-tempora)) (home-page "https://github.com/jaraco/portend") (synopsis "Monitor TCP ports for bound or unbound states") (description |
