From 6ea81664340745537489ebc21d52a9062f181f68 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 19 Oct 2025 22:04:12 +0100 Subject: 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 --- gnu/packages/python-crypto.scm | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'gnu/packages/python-crypto.scm') 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") -- cgit v1.3