summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-19 22:04:12 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-19 22:07:29 +0100
commit6ea81664340745537489ebc21d52a9062f181f68 (patch)
treeed29bb413e721087ce129aa43dd0967c2aa43bac /gnu/packages/python-crypto.scm
parent66a5d0f7b887df06bc85762f434b4f7c94c8f591 (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.scm31
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.")
Password-Authenticated Key Exchange algorithm.")
(license license:expat)))
-(define-public python-txtorcon
- (package
- (name "python-txtorcon")
- (version "24.8.0")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "txtorcon" version))
- (sha256
- (base32
- "1l4ajw4h7nay4vmllh6cs7zh3hnh8vj4yvgfnq3m734wil9ikzmy"))))
- (build-system pyproject-build-system)
- (native-inputs
- (list python-pytest
- python-setuptools
- python-wheel))
- (inputs
- (list lsof))
- (propagated-inputs
- (list python-automat
- python-idna
- python-incremental
- python-pyopenssl
- python-service-identity
- python-twisted
- python-zope-interface))
- (home-page "https://github.com/meejah/txtorcon")
- (synopsis "Twisted-based Tor controller client")
- (description "This package provides a Twisted-based Tor controller client,
-with state-tracking and configuration abstractions.")
- (license license:expat)))
-
(define-public python-keyutils
(package
(name "python-keyutils")