From unknown Sat Aug 16 14:27:49 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78743] [PATCH electronics-team v4] gnu: Add apycula. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: csantosb@inventati.org, ekaitz@elenq.tech, gabriel@erlikon.ch, maxim.cournoyer@gmail.com, guix-patches@gnu.org Resent-Date: Tue, 10 Jun 2025 09:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 78743 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78422@debbugs.gnu.org Cc: 78743@debbugs.gnu.org, Cayetano Santos , Ekaitz Zarraga , Gabriel Wicki , Maxim Cournoyer X-Debbugs-Original-Cc: Cayetano Santos via Guix-patches via X-Debbugs-Original-Xcc: Cayetano Santos , Ekaitz Zarraga , Gabriel Wicki , Maxim Cournoyer Received: via spool by submit@debbugs.gnu.org id=B.174954624220764 (code B ref -1); Tue, 10 Jun 2025 09:05:01 +0000 Received: (at submit) by debbugs.gnu.org; 10 Jun 2025 09:04:02 +0000 Received: from localhost ([127.0.0.1]:34180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uOutl-0005Oe-6y for submit@debbugs.gnu.org; Tue, 10 Jun 2025 05:04:01 -0400 Received: from lists.gnu.org ([2001:470:142::17]:34378) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uOuth-0005Nf-Ec for submit@debbugs.gnu.org; Tue, 10 Jun 2025 05:03:58 -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 1uOutW-0001jp-3m for guix-patches@gnu.org; Tue, 10 Jun 2025 05:03:47 -0400 Received: from confino.investici.org ([2a11:7980:1::2:0]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uOutT-0005ee-7E for guix-patches@gnu.org; Tue, 10 Jun 2025 05:03:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1749546218; bh=eAlYgZzL5l5g8cyx4W3vKciA5g97tSZ/ii/zLWIAI6Q=; h=From:To:Cc:Subject:Date:From; b=AwgMBEo+obfcblWl3vtSK+Oomj0N7kG3Nyji9m67QHjZtREbdbWSIFTdoDP4A8cWp 5TTIs/lQsRJKrEDYvwZmnZikA2zMM4xQUoh1hfEVNuaOwONeGxlzphZkvLZ0PRvhBb jmvX5bWmCZlgz/p1uU5gYaJepNKAzW7GYh6kGA8s= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4bGjWZ6fSRz115L; Tue, 10 Jun 2025 09:03:38 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bGjWZ4C1Vz115B; Tue, 10 Jun 2025 09:03:38 +0000 (UTC) From: Cayetano Santos Date: Tue, 10 Jun 2025 10:57:02 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a11:7980:1::2:0; envelope-from=csantosb@inventati.org; helo=confino.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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.1 (/) From: Cayetano Santos via Guix-patches via * gnu/packages/electronics.scm (apycula): New variable. Change-Id: I8e65416c1a555be189e9b8433d1ec7165aee16e9 --- With respect to previous version: - updated to 0.20 - removed sanity-check-fix, as for github.com/YosysHQ/apicula/issues/337 - renamed package Pickle files in the tar.gz need to be produced with gowin-eda, which cannot be packaged. To my understanding, these files are distributed under a mit license. gnu/packages/electronics.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 5910b5cc39..9a7c2b69df 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -29,6 +29,7 @@ (define-module (gnu packages electronics) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) #:use-module (guix build-system pyproject) + #:use-module (guix build-system python) #:use-module (guix download) #:use-module (guix gexp) #:use-module (guix git-download) @@ -561,6 +562,31 @@ (define-public pulseview for sigrok.") (license license:gpl3+))) +(define-public apycula + (package + (name "apycula") + (version "0.20") + ;; The pypi tar.gz file includes the necessary .pickle files, not available + ;; in the home-page repository. + (source + (origin + (method url-fetch) + (uri (pypi-uri "Apycula" version)) + (sha256 + (base32 "1dyi14kydn2cq4zja9aqjn1ic78g453i18f3hy7a6bxn746291yz")))) + (build-system pyproject-build-system) + (arguments + (list + #:tests? #f)) ;requires Gowin EDA tools + (inputs (list python-crc)) + (native-inputs (list python-setuptools python-wheel)) + (home-page "https://github.com/YosysHQ/apicula/") + (synopsis "Gowin FPGA bitstream format") + (description + "The project Apycula provides tools to support development and +generating bitstreams with Gowin FPGAs.") + (license license:expat))) + (define-public python-edalize (package (name "python-edalize") base-commit: 5fd4df347e04b6cd3ce3fc91900f773a2e4824e3 -- 2.49.0 From unknown Sat Aug 16 14:27:49 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Cayetano Santos Subject: bug#78743: closed (Close) Message-ID: References: <875xgsjidm.fsf@inventati.org> X-Gnu-PR-Message: they-closed 78743 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 78743@debbugs.gnu.org Date: Thu, 19 Jun 2025 07:34:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1750318444-9770-1" This is a multi-part message in MIME format... ------------=_1750318444-9770-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #78743: [PATCH electronics-team v4] gnu: Add apycula. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 78743@debbugs.gnu.org. --=20 78743: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D78743 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1750318444-9770-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 78743-done) by debbugs.gnu.org; 19 Jun 2025 07:33:19 +0000 Received: from localhost ([127.0.0.1]:60237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uS9lt-0002QG-T1 for submit@debbugs.gnu.org; Thu, 19 Jun 2025 03:33:18 -0400 Received: from latitanza.investici.org ([82.94.249.234]:22527) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uS9lo-0002Ov-G0 for 78743-done@debbugs.gnu.org; Thu, 19 Jun 2025 03:33:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1750318391; bh=NUhuWiMkgb2lh+XNheinX3f81jypNvFbVDH6khg+jFY=; h=From:To:Subject:Date:From; b=CNeBkD297WEhR+LTcRwP8L30ZdhB/CMC5UM+pABpgOBofc4aj6r37a82ZOKVQUAM3 PCCIaDEzg2p2rVkiVkPzDHboEuU/FlzgnhGr8XICmynWwL81lZAc9by7m1RS2gZvM4 673TtYVSDXJdyuQKbAII4piN5AXL2e+IFXQ7Qtjk= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4bNC530Zj5zGpNp for <78743-done@debbugs.gnu.org>; Thu, 19 Jun 2025 07:33:11 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bNC526nZgzGpNm for <78743-done@debbugs.gnu.org>; Thu, 19 Jun 2025 07:33:10 +0000 (UTC) From: Cayetano Santos To: 78743-done@debbugs.gnu.org Subject: Close User-Agent: mu4e 1.12.11; emacs 30.1 Date: Thu, 19 Jun 2025 09:33:09 +0200 Message-ID: <875xgsjidm.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 78743-done 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: -1.7 (-) --=-=-= Content-Type: text/plain Moved to https://codeberg.org/guix/guix/pulls/677 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCaFO9NRccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mgi+UAQCZOAZ1LPuUU+IBzMMR50ZyFB9b 6Hjq8id5/zby3bDBCwEA6v1hAY6jnFxnIBV6KegGCKjuY7KGt+8kt02YBk2Pgww= =O5Pp -----END PGP SIGNATURE----- --=-=-=-- ------------=_1750318444-9770-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 10 Jun 2025 09:04:02 +0000 Received: from localhost ([127.0.0.1]:34180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uOutl-0005Oe-6y for submit@debbugs.gnu.org; Tue, 10 Jun 2025 05:04:01 -0400 Received: from lists.gnu.org ([2001:470:142::17]:34378) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uOuth-0005Nf-Ec for submit@debbugs.gnu.org; Tue, 10 Jun 2025 05:03:58 -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 1uOutW-0001jp-3m for guix-patches@gnu.org; Tue, 10 Jun 2025 05:03:47 -0400 Received: from confino.investici.org ([2a11:7980:1::2:0]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uOutT-0005ee-7E for guix-patches@gnu.org; Tue, 10 Jun 2025 05:03:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1749546218; bh=eAlYgZzL5l5g8cyx4W3vKciA5g97tSZ/ii/zLWIAI6Q=; h=From:To:Cc:Subject:Date:From; b=AwgMBEo+obfcblWl3vtSK+Oomj0N7kG3Nyji9m67QHjZtREbdbWSIFTdoDP4A8cWp 5TTIs/lQsRJKrEDYvwZmnZikA2zMM4xQUoh1hfEVNuaOwONeGxlzphZkvLZ0PRvhBb jmvX5bWmCZlgz/p1uU5gYaJepNKAzW7GYh6kGA8s= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4bGjWZ6fSRz115L; Tue, 10 Jun 2025 09:03:38 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bGjWZ4C1Vz115B; Tue, 10 Jun 2025 09:03:38 +0000 (UTC) From: Cayetano Santos To: 78422@debbugs.gnu.org Subject: [PATCH electronics-team v4] gnu: Add apycula. Date: Tue, 10 Jun 2025 10:57:02 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Cayetano Santos , Ekaitz Zarraga , Gabriel Wicki , Maxim Cournoyer Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a11:7980:1::2:0; envelope-from=csantosb@inventati.org; helo=confino.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos via Guix-patches via 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.1 (/) From: Cayetano Santos via Guix-patches via * gnu/packages/electronics.scm (apycula): New variable. Change-Id: I8e65416c1a555be189e9b8433d1ec7165aee16e9 --- With respect to previous version: - updated to 0.20 - removed sanity-check-fix, as for github.com/YosysHQ/apicula/issues/337 - renamed package Pickle files in the tar.gz need to be produced with gowin-eda, which cannot be packaged. To my understanding, these files are distributed under a mit license. gnu/packages/electronics.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 5910b5cc39..9a7c2b69df 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -29,6 +29,7 @@ (define-module (gnu packages electronics) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) #:use-module (guix build-system pyproject) + #:use-module (guix build-system python) #:use-module (guix download) #:use-module (guix gexp) #:use-module (guix git-download) @@ -561,6 +562,31 @@ (define-public pulseview for sigrok.") (license license:gpl3+))) +(define-public apycula + (package + (name "apycula") + (version "0.20") + ;; The pypi tar.gz file includes the necessary .pickle files, not available + ;; in the home-page repository. + (source + (origin + (method url-fetch) + (uri (pypi-uri "Apycula" version)) + (sha256 + (base32 "1dyi14kydn2cq4zja9aqjn1ic78g453i18f3hy7a6bxn746291yz")))) + (build-system pyproject-build-system) + (arguments + (list + #:tests? #f)) ;requires Gowin EDA tools + (inputs (list python-crc)) + (native-inputs (list python-setuptools python-wheel)) + (home-page "https://github.com/YosysHQ/apicula/") + (synopsis "Gowin FPGA bitstream format") + (description + "The project Apycula provides tools to support development and +generating bitstreams with Gowin FPGAs.") + (license license:expat))) + (define-public python-edalize (package (name "python-edalize") base-commit: 5fd4df347e04b6cd3ce3fc91900f773a2e4824e3 -- 2.49.0 ------------=_1750318444-9770-1--