diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-31 17:04:29 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:51 +0100 |
| commit | aeeca3ff48f44a5191282965966648afeafbd458 (patch) | |
| tree | 8aa1b8f4a0c2d2a5821c90c2992652c118a29da1 /gnu | |
| parent | a59e2c863c77684bebd6e364e355816040e12263 (diff) | |
gnu: python-socksio: Switch to pyproject-build-system.
* gnu/packages/python-web.scm (python-socksio):
[build-system]: Use pyproject.
[native-inputs]: Add python-flit-core, python-pytest, and
python-pytest-cov.
Change-Id: I31a304fdc71d8b2b0d5522bff100eb292ff76ab4
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-web.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 2779c7393d9..8319129194f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -9903,7 +9903,11 @@ realtime client and server.") (uri (pypi-uri "socksio" version)) (sha256 (base32 "1b64j45w35jzhjhnq44bnyad9ydh1iyyd7a6j2c8phxmllyyp2zq")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (native-inputs + (list python-flit-core + python-pytest + python-pytest-cov)) (home-page "https://github.com/sethmlarson/socksio") (synopsis "Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5") (description "The @code{socksio} Python module is a client-side sans-I/O |
