From 536d3e6a04739a92457ea3b19245c70463f81c70 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 7 Nov 2025 11:46:11 +0000 Subject: [PATCH] gnu: Remove python-rawkit. Fails to build, no users in Guix. The project never pass through alpha stage. Notes from upstream: rawkit is still alpha quality software. Until it hits 1.0, it may undergo substantial changes, including breaking API changes. This repository was archived by the owner on Oct 4, 2020. It is now read-only. * gnu/packages/python-xyz.scm (python-rawkit): Delete variable. Fixes: guix/guix#3265 Change-Id: I57950ba736e0b5de1e7a1bdf8cac65ec570cdb00 --- gnu/packages/python-xyz.scm | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 889a9dc03cc017b01d0b29af45490f476465fe8f..a515777c360c385e6023eaebc6cb865ef06e5a7d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4196,29 +4196,6 @@ automatically generate the interface code.") C++, which is using the string similarity calculations from FuzzyWuzzy.") (license license:expat))) -(define-public python-rawkit - (package - (name "python-rawkit") - (version "0.6.0") - (source (origin - (method url-fetch) - (uri (pypi-uri "rawkit" version)) - (sha256 - (base32 - "0vrhrpr70i61y5q5ysk341x1539ff1q1k82g59zq69lv16s0f76s")))) - (build-system python-build-system) - (native-inputs - (list python-pytest python-mock)) - (inputs - (list libraw)) - (home-page "https://rawkit.readthedocs.io") - (synopsis "Ctypes-based LibRaw binding for Python") - (description "The rawkit package provides two modules: rawkit and libraw. -The rawkit module provides a high-level Pythonic interface for developing raw -photos, while the libraw module provides a CTypes based interface for -interacting with the low-level LibRaw C APIs.") - (license license:expat))) - (define-public python-easygui (package (name "python-easygui")