diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-19 22:04:12 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-19 22:07:29 +0100 |
| commit | 6ea81664340745537489ebc21d52a9062f181f68 (patch) | |
| tree | ed29bb413e721087ce129aa43dd0967c2aa43bac /gnu/packages/python-crypto.scm | |
| parent | 66a5d0f7b887df06bc85762f434b4f7c94c8f591 (diff) | |
gnu: python-txtorcon: Move to python-web.
* gnu/packages/python-crypto.scm (python-txtorcon): Move from here ...
* gnu/packages/python-web.scm: ... to here.
Change-Id: I16b28dd3bb27dc77fb7d53d455a0cb90595d407c
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 79e3a934896..7edbd717844 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -1351,37 +1351,6 @@ Derivation function (HKDF) defined in RFC 5869.") | |||
| 1351 | Password-Authenticated Key Exchange algorithm.") | 1351 | Password-Authenticated Key Exchange algorithm.") |
| 1352 | (license license:expat))) | 1352 | (license license:expat))) |
| 1353 | 1353 | ||
| 1354 | (define-public python-txtorcon | ||
| 1355 | (package | ||
| 1356 | (name "python-txtorcon") | ||
| 1357 | (version "24.8.0") | ||
| 1358 | (source (origin | ||
| 1359 | (method url-fetch) | ||
| 1360 | (uri (pypi-uri "txtorcon" version)) | ||
| 1361 | (sha256 | ||
| 1362 | (base32 | ||
| 1363 | "1l4ajw4h7nay4vmllh6cs7zh3hnh8vj4yvgfnq3m734wil9ikzmy")))) | ||
| 1364 | (build-system pyproject-build-system) | ||
| 1365 | (native-inputs | ||
| 1366 | (list python-pytest | ||
| 1367 | python-setuptools | ||
| 1368 | python-wheel)) | ||
| 1369 | (inputs | ||
| 1370 | (list lsof)) | ||
| 1371 | (propagated-inputs | ||
| 1372 | (list python-automat | ||
| 1373 | python-idna | ||
| 1374 | python-incremental | ||
| 1375 | python-pyopenssl | ||
| 1376 | python-service-identity | ||
| 1377 | python-twisted | ||
| 1378 | python-zope-interface)) | ||
| 1379 | (home-page "https://github.com/meejah/txtorcon") | ||
| 1380 | (synopsis "Twisted-based Tor controller client") | ||
| 1381 | (description "This package provides a Twisted-based Tor controller client, | ||
| 1382 | with state-tracking and configuration abstractions.") | ||
| 1383 | (license license:expat))) | ||
| 1384 | |||
| 1385 | (define-public python-keyutils | 1354 | (define-public python-keyutils |
| 1386 | (package | 1355 | (package |
| 1387 | (name "python-keyutils") | 1356 | (name "python-keyutils") |
