From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 30 22:28:57 2025 Received: (at submit) by debbugs.gnu.org; 1 May 2025 02:28:57 +0000 Received: from localhost ([127.0.0.1]:47019 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uAJfU-0000Xh-I3 for submit@debbugs.gnu.org; Wed, 30 Apr 2025 22:28:56 -0400 Received: from lists.gnu.org ([2001:470:142::17]:40334) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uAJfS-0000XN-68 for submit@debbugs.gnu.org; Wed, 30 Apr 2025 22:28:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uAJfM-0002Un-Rt for guix-patches@gnu.org; Wed, 30 Apr 2025 22:28:48 -0400 Received: from mail.z572.online ([88.99.160.180]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uAJfL-0004Fe-60 for guix-patches@gnu.org; Wed, 30 Apr 2025 22:28:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1746066929; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=jcFWVKddDhK4XYNaD/K0TPawubWFcKTthKX0vVJ2DE4=; b=v1zC35Drk2yGp62GZ257pCSi7KTTUHZn13XPqvZrDu62CdAfyK9vXw6jRBz7JaKrAEd/IG tO5m3860M9vyHhjFORYTQpQzXSQe++Qw/bXdAmvHPDJq5z4FWvhU3RdDNbDNwflUfr68dm 2TxeRNQWdNlwJ9E+o76iR0Ut0/pIgyU= Received: from m.tailaa68d.ts.net (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 509ddfc0 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Thu, 1 May 2025 02:35:27 +0000 (UTC) From: Zheng Junjie To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-kconfiglib. Date: Thu, 1 May 2025 10:28:33 +0800 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Leo Famulari , Wilko Meyer Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=88.99.160.180; envelope-from=z572@z572.online; helo=mail.z572.online X-Spam_score_int: 4 X-Spam_score: 0.4 X-Spam_bar: / X-Spam_report: (0.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.498, FROM_SUSPICIOUS_NTLD_FP=1.997, PDS_OTHER_BAD_TLD=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/linux.scm (python-kconfiglib): New variable. Change-Id: I09235059a14e2ed94f476e1709074e508c5e3964 --- gnu/packages/linux.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b4adf0c2b43..bed3d6c4781 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -11767,6 +11767,25 @@ (define-public hid [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) * gnu/packages/linux.scm (python-kconfiglib): New variable. Change-Id: I09235059a14e2ed94f476e1709074e508c5e3964 --- gnu/packages/linux.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b4adf0c2b43..bed3d6c4781 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -11767,6 +11767,25 @@ (define-public hid-wiimote-plus (home-page "https://github.com/dkosmari/hid-wiimote-plus") (license license:gpl2+))) +(define-public python-kconfiglib + (package + (name "python-kconfiglib") + (version "14.1.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "kconfiglib" version)) + (sha256 + (base32 "0g690bk789hsry34y4ahvly5c8w8imca90ss4njfqf7m2qicrlmy")))) + (build-system pyproject-build-system) + (native-inputs (list python-setuptools python-wheel)) + (inputs (list `(,python "tk"))) + (home-page "https://github.com/ulfalizer/Kconfiglib") + (synopsis "A flexible Python Kconfig implementation") + (description + "This package provides a flexible Python Kconfig implementation.") + (license license:isc))) + (define-public python-evemu (package (name "python-evemu") base-commit: d505cb960fd1e670be9a66d9fdbad94bc49e891d -- 2.49.0