From unknown Sat Jun 21 10:13:17 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#71279 <71279@debbugs.gnu.org> To: bug#71279 <71279@debbugs.gnu.org> Subject: Status: [PATCH 1/3] gnu: grass: Improve package style. Reply-To: bug#71279 <71279@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:13:17 +0000 retitle 71279 [PATCH 1/3] gnu: grass: Improve package style. reassign 71279 guix-patches submitter 71279 Vinicius Monego severity 71279 normal tag 71279 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu May 30 14:09:41 2024 Received: (at submit) by debbugs.gnu.org; 30 May 2024 18:09:41 +0000 Received: from localhost ([127.0.0.1]:49989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sCkDc-0000wx-IP for submit@debbugs.gnu.org; Thu, 30 May 2024 14:09:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:57984) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sCkDa-0000wn-J7 for submit@debbugs.gnu.org; Thu, 30 May 2024 14:09:39 -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 1sCkDP-0003WB-ER for guix-patches@gnu.org; Thu, 30 May 2024 14:09:27 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sCkDM-0005Qx-W8 for guix-patches@gnu.org; Thu, 30 May 2024 14:09:27 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id B6AA2240027 for ; Thu, 30 May 2024 20:09:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1717092561; bh=k0zZ+b/l5RvZnZU+VY0t+G9EEhxxObSDpi66ZWrxtn4=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=CM/DBT9OEvaNw5hfjiXVXA4KOl+Qf9Z4v6euEw2qd1IXCnSvPaqbAR7h6xVWnC6yq tQdbJ9x6ZOsVh9LJdlKD29gYY1+IS5DFE496rkwlSJ2h6bFKWHIfTqNDlYmmaqkPOP Jp3gwTrHna9R1dnO1CQvRlsjkNmeqJ5AgI/+CWWUWwWdV8es4nWvXw3AuOdD3fdWk2 NLt+Nqa98264BzrDK4OzTD5S0VXB9wPrZa4NjiIgAcM5q/kpkGHhnez4hZ4twcsHHB x/SGJu5LtEeymrAQAvfWDUNpv7yEDMU62NZX7yi0Ivkl5+hTEKF85AIXIfkJyfs2zv o0wXhPsbhzrZw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4VqvQm50sSz6twf; Thu, 30 May 2024 20:09:20 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH 1/3] gnu: grass: Improve package style. Date: Thu, 30 May 2024 18:08:50 +0000 Message-Id: <4d9e85d82fc2c3a030a0255faf2da4915450b653.1717092444.git.monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego 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: -2.3 (--) * gnu/packages/geo.scm (grass)[inputs, native-inputs]: Remove package labels. [arguments]: Use G-Expressions and Gexp variables. Remove trailing #t from phases. Change-Id: Ifa2d992da5ffb14ee178ad811046ab90d6ab87cd --- gnu/packages/geo.scm | 140 +++++++++++++++++++++---------------------- 1 file changed, 68 insertions(+), 72 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index c9152fb4f8..e79b2fc4b3 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -2744,106 +2744,102 @@ (define-public grass (base32 "1gpfbppfajc8d6b9alw9fdzgaa83w26kl6fff1395bc9gal215ms")))) (build-system gnu-build-system) (inputs - `(("bzip2" ,bzip2) - ("cairo" ,cairo) - ("fftw" ,fftw) - ("freetype" ,freetype) - ("gdal" ,gdal) - ("geos" ,geos) - ("glu" ,glu) - ("libpng" ,libpng) - ("libtiff" ,libtiff) - ("mesa" ,mesa) - ("mariadb-dev" ,mariadb "dev") - ("mariadb-lib" ,mariadb "lib") - ("netcdf" ,netcdf) - ("openblas" ,openblas) - ("perl" ,perl) - ("postgresql" ,postgresql) - ("proj" ,proj) - ("python" ,python) - ("python-dateutil" ,python-dateutil) - ("python-numpy" ,python-numpy) - ("python-wxpython" ,python-wxpython) - ("readline" ,readline) - ("sqlite" ,sqlite) - ("wxwidgets" ,wxwidgets) - ("zlib" ,zlib) - ("zstd" ,zstd "lib"))) + (list bzip2 + cairo + fftw + freetype + gdal + geos + glu + libpng + libtiff + mesa + `(,mariadb "dev") + `(,mariadb "lib") + netcdf + openblas + perl + postgresql + proj + python + python-dateutil + python-numpy + python-wxpython + readline + sqlite + wxwidgets + zlib + `(,zstd "lib"))) (native-inputs - `(("bash" ,bash-minimal) - ("bison" ,bison) - ("flex" ,flex) - ("pkg-config" ,pkg-config))) + (list bash-minimal + bison + flex + pkg-config)) (arguments - `(#:tests? #f ; No tests - #:modules ((guix build gnu-build-system) + (list + #:tests? #f ; No tests + #:modules `((guix build gnu-build-system) ((guix build python-build-system) #:prefix python:) (guix build utils)) - #:imported-modules (,@%gnu-build-system-modules + #:imported-modules `(,@%gnu-build-system-modules (guix build python-build-system)) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-lapack - (lambda _ - (substitute* "./configure" - (("-lblas") "-lopenblas") - (("-llapack") "-lopenblas")))) - (replace 'configure - (lambda* (#:key inputs outputs #:allow-other-keys) - (let ((shell (search-input-file inputs "/bin/bash"))) - (setenv "SHELL" shell) - (setenv "CONFIG_SHELL" shell) - (setenv "LDFLAGS" (string-append "-Wl,-rpath -Wl," - (assoc-ref outputs "out") - "/" ,grassxx "/lib"))) - (invoke "./configure" - (string-append "--prefix=" - (assoc-ref outputs "out")) - "--with-blas" - "--with-bzlib" - (string-append "--with-freetype-includes=" - (assoc-ref inputs "freetype") - "/include/freetype2") - (string-append "--with-freetype-libs=" - (assoc-ref inputs "freetype") + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-lapack + (lambda _ + (substitute* "./configure" + (("-lblas") "-lopenblas") + (("-llapack") "-lopenblas")))) + (replace 'configure + (lambda* (#:key inputs #:allow-other-keys) + (let ((shell (search-input-file inputs "/bin/bash"))) + (setenv "SHELL" shell) + (setenv "CONFIG_SHELL" shell) + (setenv "LDFLAGS" (string-append "-Wl,-rpath -Wl," + #$output + "/" #$grassxx "/lib"))) + (invoke "./configure" + (string-append "--prefix=" #$output) + "--with-blas" + "--with-bzlib" + (string-append "--with-freetype-includes=" + #$(this-package-input "freetype") + "/include/freetype2") + (string-append "--with-freetype-libs=" + #$(this-package-input "freetype") "/lib") "--with-geos" "--with-lapack" "--with-mysql" (string-append "--with-mysql-includes=" - (assoc-ref inputs "mariadb-dev") + (ungexp (this-package-input "mariadb") "dev") "/include/mysql") (string-append "--with-mysql-libs=" - (assoc-ref inputs "mariadb-lib") + (ungexp (this-package-input "mariadb") "lib") "/lib") "--with-netcdf" "--with-postgres" (string-append "--with-proj-share=" - (assoc-ref inputs "proj") + #$(this-package-input "proj") "/share/proj") "--with-pthread" "--with-readline" "--with-sqlite" "--with-wxwidgets"))) (add-after 'install 'install-links - (lambda* (#:key outputs #:allow-other-keys) + (lambda _ ;; Put links for includes and libraries in the standard places. - (let* ((out (assoc-ref outputs "out")) - (dir (string-append out "/" ,grassxx))) + (let* ((dir (string-append #$output "/" #$grassxx))) (symlink (string-append dir "/include") - (string-append out "/include")) + (string-append #$output "/include")) (symlink (string-append dir "/lib") - (string-append out "/lib"))) - #t)) + (string-append #$output "/lib"))))) (add-after 'install-links 'python:wrap (assoc-ref python:%standard-phases 'wrap)) (add-after 'python:wrap 'wrap-with-python-interpreter - (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - (wrap-program (string-append out "/bin/" ,grassxx) - `("GRASS_PYTHON" = (,(which "python3")))) - #t)))))) + (lambda _ + (wrap-program (string-append #$output "/bin/" #$grassxx) + `("GRASS_PYTHON" = (,(which "python3"))))))))) (synopsis "GRASS Geographic Information System") (description "GRASS (Geographic Resources Analysis Support System), is a Geographic base-commit: dc8fb5672464b6386f6b4b94723f9b36edc4e625 prerequisite-patch-id: 773c85d1be2cd6c14792cefa3855e6c2f1962c73 prerequisite-patch-id: 40dee8ca9d21c3a433af58e9bf49422620721eb1 prerequisite-patch-id: da9af05380d56f1e7aab9c9ee3853d7361982d3c prerequisite-patch-id: 86a8d9abf4ed3884ce07df56d07f3e3ccedc06d2 prerequisite-patch-id: 1b8c747f40718f0e8ef37fdc1a313aef4046e55c prerequisite-patch-id: dbb183058bd531219603f0611a88e3faae7497f8 prerequisite-patch-id: 63ad2f6e26a7a7e6e28dd8ce5fb6422b66cd2e32 prerequisite-patch-id: ccd49dc6a0012f25b975b7de0b1b389d813c0ace prerequisite-patch-id: 3f6f0ed6801942cc8f124e3a0368af7291456f31 prerequisite-patch-id: c3a135b6c179a25a56cb5b7f0158d1907b2d1105 -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Thu May 30 14:12:41 2024 Received: (at 71279) by debbugs.gnu.org; 30 May 2024 18:12:41 +0000 Received: from localhost ([127.0.0.1]:50134 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sCkGX-00014M-D6 for submit@debbugs.gnu.org; Thu, 30 May 2024 14:12:41 -0400 Received: from mout01.posteo.de ([185.67.36.65]:54563) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sCkGV-00013u-TX for 71279@debbugs.gnu.org; Thu, 30 May 2024 14:12:40 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id A7A63240028 for <71279@debbugs.gnu.org>; Thu, 30 May 2024 20:12:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1717092743; bh=2KS1F0Qe/hbBFT0t5gPMMa2fntpP69ADKJARVqKAebo=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=WdOSNQe6YBebMGV6hBUzpRdNZSITHv6qov9rHoKQM25SFsA9vv+W18dyrEuyV/1FW VxnolbHbfOqNMxKahPgjXjtx/6cn68ncfD5u5AtGMrp2eNpzC+TaBfS4FWIJOwhJZg nNXU3YSqMzmeiEu/G+4UiYN2PfDVXyU4oKM3QNmMlyfZ2cf09g/EXK66vDwhyzN1ez Ki5dJE0dIOxIdbjGUl0rRk6AGxD6IHc1teeEr/YLMGywzfym+NklYB5VwUsFNRynMw /56kJZBmZIMtnjbDQCxZx9mxafnvN7rT43KiveKb5i+f1vrGGIldDdDHl4YJo3rVUx O4DMMACedcABw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4VqvVG4qChz6tw4; Thu, 30 May 2024 20:12:22 +0200 (CEST) From: Vinicius Monego To: 71279@debbugs.gnu.org Subject: [PATCH 3/3] gnu: grass: Add input python-matplotlib. Date: Thu, 30 May 2024 18:11:46 +0000 Message-Id: In-Reply-To: <4d9e85d82fc2c3a030a0255faf2da4915450b653.1717092444.git.monego@posteo.net> References: <4d9e85d82fc2c3a030a0255faf2da4915450b653.1717092444.git.monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 71279 Cc: Vinicius Monego 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: -3.3 (---) * gnu/packages/geo.scm (grass)[inputs]: Add python-matplotlib. Change-Id: I07f82a760075450de9fef0ae0a3743928de01610 --- gnu/packages/geo.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 8cff578a74..c1c6d5baae 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -2765,6 +2765,7 @@ (define-public grass proj python python-dateutil + python-matplotlib python-numpy python-wxpython readline -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Thu May 30 14:12:42 2024 Received: (at 71279) by debbugs.gnu.org; 30 May 2024 18:12:42 +0000 Received: from localhost ([127.0.0.1]:50136 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sCkGX-00014T-PG for submit@debbugs.gnu.org; Thu, 30 May 2024 14:12:42 -0400 Received: from mout02.posteo.de ([185.67.36.66]:59193) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sCkGR-00013l-8P for 71279@debbugs.gnu.org; Thu, 30 May 2024 14:12:40 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 965B8240105 for <71279@debbugs.gnu.org>; Thu, 30 May 2024 20:12:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1717092738; bh=yVwhaZP+YLJfkmzMJN82mmZh8K/9dsYNsd9o6xEevk8=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=HA8o0DDez3HYBFzzyrDUy4A06vgZkQh/DtY+qkK8UZYUANpLW+JZRfzVVsKHDHoOm giqny/X7juQXYYYv9TFg9aiqiVagN5hu6efau1Rwx3yS1irBHyxx6eNXbDGfbJRDZ8 UpqScYGjvzQIv9wSm5JU3u7HHCH/ylUjYlf5GKZbwh8cRVfeZoYnqbQCamxlbIzHXG G4CndefqTlPUnPKXqbrdnCkc9mqkT8KseS9ljYzQOvgGVrmI5lytyro8c+BrQhJZKr zkwKR1/BRgntKhUlWgIDRarP0kfnqIs7qefBer6AIl82Nc+hbPx4DsD9Cqg+/RwmIW C2Q7BchZCNIFw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4VqvV95ccqz6txl; Thu, 30 May 2024 20:12:17 +0200 (CEST) From: Vinicius Monego To: 71279@debbugs.gnu.org Subject: [PATCH 2/3] gnu: grass: Update to 8.3.2. Date: Thu, 30 May 2024 18:11:45 +0000 Message-Id: In-Reply-To: <4d9e85d82fc2c3a030a0255faf2da4915450b653.1717092444.git.monego@posteo.net> References: <4d9e85d82fc2c3a030a0255faf2da4915450b653.1717092444.git.monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 71279 Cc: Vinicius Monego 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: -3.3 (---) * gnu/packages/geo.scm (grass): Update to 8.3.2. [inputs]: Add libxml2, pdal. [arguments]<#:phases>: Correct the binary name in the 'wrap-with-python-interpreter phase. Change-Id: I6dcc11f1ec1acdcb9c5d213920eea84c794c6a41 --- gnu/packages/geo.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index e79b2fc4b3..8cff578a74 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -2729,7 +2729,7 @@ (define-public openorienteering-mapper (license license:gpl3+))) (define-public grass - (let* ((version "7.8.8") + (let* ((version "8.3.2") (majorminor (string-join (list-head (string-split version #\.) 2) "")) (grassxx (string-append "grass" majorminor))) (package @@ -2741,7 +2741,7 @@ (define-public grass (uri (string-append "https://grass.osgeo.org/" grassxx "/source/grass-" version ".tar.gz")) (sha256 - (base32 "1gpfbppfajc8d6b9alw9fdzgaa83w26kl6fff1395bc9gal215ms")))) + (base32 "0g54zfcmmj5zigqrc3h1fyrxcppgamwh1n6dz6fsszfpr5w4k4mb")))) (build-system gnu-build-system) (inputs (list bzip2 @@ -2753,11 +2753,13 @@ (define-public grass glu libpng libtiff + libxml2 mesa `(,mariadb "dev") `(,mariadb "lib") netcdf openblas + pdal perl postgresql proj @@ -2838,7 +2840,7 @@ (define-public grass (assoc-ref python:%standard-phases 'wrap)) (add-after 'python:wrap 'wrap-with-python-interpreter (lambda _ - (wrap-program (string-append #$output "/bin/" #$grassxx) + (wrap-program (string-append #$output "/bin/grass") `("GRASS_PYTHON" = (,(which "python3"))))))))) (synopsis "GRASS Geographic Information System") (description -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 26 05:50:59 2025 Received: (at 71279) by debbugs.gnu.org; 26 Mar 2025 09:50:59 +0000 Received: from localhost ([127.0.0.1]:41432 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1txNPW-0000fe-Tb for submit@debbugs.gnu.org; Wed, 26 Mar 2025 05:50:59 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:42968) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1txNPU-0000fI-EW for 71279@debbugs.gnu.org; Wed, 26 Mar 2025 05:50:57 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id BCBD4D28; Wed, 26 Mar 2025 10:50:49 +0100 (CET) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id E1NHQ5z_cpWf; Wed, 26 Mar 2025 10:50:49 +0100 (CET) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id A488A54D; Wed, 26 Mar 2025 10:50:47 +0100 (CET) Date: Wed, 26 Mar 2025 10:50:46 +0100 From: Andreas Enge To: Vinicius Monego Subject: Re: [PATCH 1/3] gnu: grass: Improve package style. Message-ID: References: <4d9e85d82fc2c3a030a0255faf2da4915450b653.1717092444.git.monego@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4d9e85d82fc2c3a030a0255faf2da4915450b653.1717092444.git.monego@posteo.net> X-Rspamd-Queue-Id: BCBD4D28 X-Spamd-Result: default: False [5.40 / 15.00]; SPAM_FLAG(5.00)[]; BAYES_HAM(-3.00)[99.99%]; NEURAL_SPAM(3.00)[1.000]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[] X-Spam-Level: ***** X-Rspamd-Action: greylist X-Spamd-Bar: +++++ X-Rspamd-Server: hera X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 71279 Cc: 71279@debbugs.gnu.org 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.0 (-) Hello Vinicius, part of your patch does not apply anymore, since the package description has already been modernised (but not yet gexpified). Would you mind sending an updated version and cc-ing me? (Or apply it yourself, I think that you have become a committer in the meantime, no? In that case, how about adding yourself to the science team?) Thanks, Andreas From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 30 21:50:24 2025 Received: (at 71279) by debbugs.gnu.org; 31 Mar 2025 01:50:25 +0000 Received: from localhost ([127.0.0.1]:38641 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tz4I8-0006Hi-LQ for submit@debbugs.gnu.org; Sun, 30 Mar 2025 21:50:24 -0400 Received: from mout01.posteo.de ([185.67.36.65]:56821) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tz4I4-0006D6-Ie for 71279@debbugs.gnu.org; Sun, 30 Mar 2025 21:50:18 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 2FB3B240027 for <71279@debbugs.gnu.org>; Mon, 31 Mar 2025 03:50:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1743385809; bh=vfN5LFDl362PYJHJc9GMaRKwRYXNH5zgLkkq4MxfQWk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=JQOM6soaZUv7uMS53+aoBWd8OQeZHaum6h2Ye6qRmoVoE0EyUIWA4Mei5Rbi+gtfT q1g3OHvmRtw9dHN/kvUvQdMSAREV0elln70JUGRaTNMpU1W03FxRIaVqHDfbBOO/kn t5sMVBsMP4h6e7fAhGpkoCYnVc/VAXc1UiP9uHa1wCBq53K2HQiq4NdmBHqIbTjjBo I2oXphbCXAuysMMwLc2fEyir1gXjtzLQPAsMXJmg9Rpxo4xD4cjv3HsKKvLabooigi E6ykahJzIschKPD52wYYJDQWNKZg7sS3rK6QeZlRwwPNeBvciWBh27Q+2QUYnoaiZE 8ars3pcN9mKtQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4ZQvG75JJXz9rxK; Mon, 31 Mar 2025 03:50:07 +0200 (CEST) From: Vinicius Monego To: 71279@debbugs.gnu.org Subject: [PATCH v2 1/4] gnu: grass: Improve package style. Date: Mon, 31 Mar 2025 01:49:43 +0000 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 71279 Cc: andreas@enge.fr, Vinicius Monego 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: -3.3 (---) * gnu/packages/geo.scm (grass)[arguments]: Use Gexp. <#:phases>: Use #:configure-flags instead of overriding the 'configure phase. Change-Id: I52b39f0cd5ad507dfe5dbb5c8040dfe4eb69b18c --- gnu/packages/geo.scm | 127 +++++++++++++++++++++---------------------- 1 file changed, 62 insertions(+), 65 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 8682d29e0e..cdab9ac608 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -3261,74 +3261,71 @@ (define-public grass flex pkg-config)) (arguments - `(#:tests? #f ; No tests - #:modules ((guix build gnu-build-system) + (list + #:tests? #f ; No tests + #:modules `((guix build gnu-build-system) ((guix build python-build-system) #:prefix python:) (guix build utils)) - #:imported-modules (,@%default-gnu-imported-modules + #:imported-modules `(,@%default-gnu-imported-modules (guix build python-build-system)) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-lapack - (lambda _ - (substitute* "./configure" - (("-lblas") "-lopenblas") - (("-llapack") "-lopenblas")))) - (replace 'configure - (lambda* (#:key inputs outputs #:allow-other-keys) - (let ((shell (search-input-file inputs "/bin/bash"))) - (setenv "SHELL" shell) - (setenv "CONFIG_SHELL" shell) - (setenv "LDFLAGS" (string-append "-Wl,-rpath -Wl," - (assoc-ref outputs "out") - "/" ,grassxx "/lib"))) - (invoke "./configure" - (string-append "--prefix=" - (assoc-ref outputs "out")) - "--with-blas" - "--with-bzlib" - (string-append - "--with-freetype-includes=" - (search-input-directory inputs "/include/freetype2")) - (string-append - "--with-freetype-libs=" - (dirname - (search-input-file inputs "/lib/libfreetype.so"))) - "--with-geos" - "--with-lapack" - "--with-mysql" - (string-append - "--with-mysql-includes=" - (search-input-directory inputs "/include/mysql")) - (string-append - "--with-mysql-libs=" - (dirname - (search-input-file inputs "/lib/libmariadb.so"))) - "--with-netcdf" - "--with-postgres" - (string-append - "--with-proj-share=" - (search-input-directory inputs "/share/proj")) - "--with-pthread" - "--with-readline" - "--with-sqlite" - "--with-wxwidgets"))) - (add-after 'install 'install-links - (lambda* (#:key outputs #:allow-other-keys) - ;; Put links for includes and libraries in the standard places. - (let* ((out (assoc-ref outputs "out")) - (dir (string-append out "/" ,grassxx))) - (symlink (string-append dir "/include") - (string-append out "/include")) - (symlink (string-append dir "/lib") - (string-append out "/lib"))))) - (add-after 'install-links 'python:wrap - (assoc-ref python:%standard-phases 'wrap)) - (add-after 'python:wrap 'wrap-with-python-interpreter - (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - (wrap-program (string-append out "/bin/" ,grassxx) - `("GRASS_PYTHON" = (,(which "python3")))))))))) + #:configure-flags + #~(list "--with-blas" + "--with-bzlib" + (string-append + "--with-freetype-includes=" + (search-input-directory %build-inputs "/include/freetype2")) + (string-append + "--with-freetype-libs=" + (dirname + (search-input-file %build-inputs "/lib/libfreetype.so"))) + "--with-geos" + "--with-lapack" + "--with-mysql" + (string-append + "--with-mysql-includes=" + (search-input-directory %build-inputs "/include/mysql")) + (string-append + "--with-mysql-libs=" + (dirname + (search-input-file %build-inputs "/lib/libmariadb.so"))) + "--with-netcdf" + "--with-postgres" + (string-append + "--with-proj-share=" + (search-input-directory %build-inputs "/share/proj")) + "--with-pthread" + "--with-readline" + "--with-sqlite" + "--with-wxwidgets" + (string-append + "SHELL=" + (search-input-file %build-inputs "/bin/bash")) + (string-append + "CONFIG_SHELL=" + (search-input-file %build-inputs "/bin/bash")) + (string-append "LDFLAGS=-Wl,-rpath -Wl," + #$output "/" #$grassxx "/lib")) + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-lapack + (lambda _ + (substitute* "./configure" + (("-lblas") "-lopenblas") + (("-llapack") "-lopenblas")))) + (add-after 'install 'install-links + (lambda _ + ;; Put links for includes and libraries in the standard places. + (let ((dir (string-append #$output "/" #$grassxx))) + (symlink (string-append dir "/include") + (string-append #$output "/include")) + (symlink (string-append dir "/lib") + (string-append #$output "/lib"))))) + (add-after 'install-links 'python:wrap + (assoc-ref python:%standard-phases 'wrap)) + (add-after 'python:wrap 'wrap-with-python-interpreter + (lambda _ + (wrap-program (string-append #$output "/bin/" #$grassxx) + `("GRASS_PYTHON" = (,(which "python3"))))))))) (synopsis "GRASS Geographic Information System") (description "GRASS (Geographic Resources Analysis Support System), is a Geographic base-commit: a3674c059abf16256f549c4d558a0140b9cd8945 -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 30 21:50:39 2025 Received: (at 71279) by debbugs.gnu.org; 31 Mar 2025 01:50:39 +0000 Received: from localhost ([127.0.0.1]:38648 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tz4IO-0006Mg-Tx for submit@debbugs.gnu.org; Sun, 30 Mar 2025 21:50:39 -0400 Received: from mout01.posteo.de ([185.67.36.65]:55811) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tz4I6-0006Dk-NS for 71279@debbugs.gnu.org; Sun, 30 Mar 2025 21:50:20 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id E3A50240027 for <71279@debbugs.gnu.org>; Mon, 31 Mar 2025 03:50:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1743385812; bh=WOx0kXoxTofnfohznoFRbgF8p7vM1WkpKGyREbq75Ww=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=mSbKZT05HPKKZUk6BNeFNPnFG99PdoKbplnov/xfrcMy7EljYoa9G95ekVWLPe6Hh A0Pq7jOaX5bYGys6/mMLbAWldH+RaSeicpjLfLcETQwXVB0OWdbCMHKCXQNwXdptO1 KCz3rqcN5BVGZYi4w8vFKqesyvHv+EfKmwyeEMqX9o/OfaUkvUUFwxEVRVnYGLaxXF ND6Y0hdNrFjy+7hEMIApk622i0Qb+Gb0MEKOkZjGLy1koLGjQkyHZSliFqKsITY55i KKRQVh9B6cALRWHhIcXTt0sfPAp1bgyysoLnUpDLeWNSect/e79PDRMoD9pSk4O+Oe 9nppnJcBILifQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4ZQvGD0yGlz9rxF; Mon, 31 Mar 2025 03:50:11 +0200 (CEST) From: Vinicius Monego To: 71279@debbugs.gnu.org Subject: [PATCH v2 2/4] gnu: grass: Update to 8.4.1. Date: Mon, 31 Mar 2025 01:49:44 +0000 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 71279 Cc: andreas@enge.fr, Vinicius Monego 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: -3.3 (---) * gnu/packages/geo.scm (grass): Update to 8.4.1. [inputs]: Add libxml2, pdal. [arguments]<#:phases>: Update the executable name in the 'wrap-with-python-interpreter phase. Change-Id: I251fc1756801f3f491670443a1dcad4092137ba5 --- gnu/packages/geo.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index cdab9ac608..afe97704a0 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -3213,7 +3213,7 @@ (define-public openorienteering-mapper (license license:gpl3+))) (define-public grass - (let* ((version "7.8.8") + (let* ((version "8.4.1") (majorminor (string-join (list-head (string-split version #\.) 2) "")) (grassxx (string-append "grass" majorminor))) (package @@ -3225,7 +3225,7 @@ (define-public grass (uri (string-append "https://grass.osgeo.org/" grassxx "/source/grass-" version ".tar.gz")) (sha256 - (base32 "1gpfbppfajc8d6b9alw9fdzgaa83w26kl6fff1395bc9gal215ms")))) + (base32 "0r08vdi1s0mpa033bqbc9kc3116qm53bmx2k7l8dgg69wxkwyzfi")))) (build-system gnu-build-system) (inputs (list bash-minimal @@ -3238,11 +3238,13 @@ (define-public grass glu libpng libtiff + libxml2 ;marked as required by pdal mesa `(,mariadb "dev") `(,mariadb "lib") netcdf openblas + pdal perl postgresql proj @@ -3324,7 +3326,7 @@ (define-public grass (assoc-ref python:%standard-phases 'wrap)) (add-after 'python:wrap 'wrap-with-python-interpreter (lambda _ - (wrap-program (string-append #$output "/bin/" #$grassxx) + (wrap-program (string-append #$output "/bin/grass") `("GRASS_PYTHON" = (,(which "python3"))))))))) (synopsis "GRASS Geographic Information System") (description -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 30 21:50:41 2025 Received: (at 71279) by debbugs.gnu.org; 31 Mar 2025 01:50:42 +0000 Received: from localhost ([127.0.0.1]:38650 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tz4IR-0006N5-Bb for submit@debbugs.gnu.org; Sun, 30 Mar 2025 21:50:41 -0400 Received: from mout02.posteo.de ([185.67.36.66]:39925) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tz4IC-0006H7-D6 for 71279@debbugs.gnu.org; Sun, 30 Mar 2025 21:50:26 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id E8480240101 for <71279@debbugs.gnu.org>; Mon, 31 Mar 2025 03:50:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1743385817; bh=O4hRuLaxLOivn6O6SGB79nE3B2dilL+fiTA5ZE96llU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=mxCLBCTyCruqaQKwOLvfcYT6Kv1BuqWjW8ltAHBui4aoITi/T+D7AiKvPAhzNNNJt +xoKAopSG3uUBpMLPb7bnH9MNGIZz6gDNXEWeQu+PvEcAwwzXeWJ8clpvMaBtmFQLZ jIzrMTowegPy401BIb8bdcUKhSE5NhfwPjj6HxjD+86Zn+TI0ouYyzFhWpCZ3yu9RQ bLgeuCMIr39oLyKOXAlzSGNU9lM2nm9cBzs/RV/nieBsYSNm5hYHV87nYLf/EaShtS nAo5gcUK4U8wNHSugKYvEvbW28CxiOsBuWUhC8L13wTuf4hDxUNy3PFASyU6cbtIp6 FtE60jdHXyVuw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4ZQvGJ68p7z6twH; Mon, 31 Mar 2025 03:50:15 +0200 (CEST) From: Vinicius Monego To: 71279@debbugs.gnu.org Subject: [PATCH v2 3/4] gnu: grass: Improve package style. Date: Mon, 31 Mar 2025 01:49:45 +0000 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 71279 Cc: andreas@enge.fr, Vinicius Monego 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: -3.3 (---) * gnu/packages/geo.scm (grass): Move arguments below build-system, native-inputs below arguments, inputs below native-inputs. Change-Id: Ica7a2c7a32913acfd8818ec04fcea5cb5bf95c6c --- gnu/packages/geo.scm | 70 ++++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index afe97704a0..697ebb7471 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -3227,41 +3227,6 @@ (define-public grass (sha256 (base32 "0r08vdi1s0mpa033bqbc9kc3116qm53bmx2k7l8dgg69wxkwyzfi")))) (build-system gnu-build-system) - (inputs - (list bash-minimal - bzip2 - cairo - fftw - freetype - gdal - geos - glu - libpng - libtiff - libxml2 ;marked as required by pdal - mesa - `(,mariadb "dev") - `(,mariadb "lib") - netcdf - openblas - pdal - perl - postgresql - proj - python - python-dateutil - python-numpy - python-wxpython - readline - sqlite - wxwidgets - zlib - `(,zstd "lib"))) - (native-inputs - (list bash-minimal - bison - flex - pkg-config)) (arguments (list #:tests? #f ; No tests @@ -3328,6 +3293,41 @@ (define-public grass (lambda _ (wrap-program (string-append #$output "/bin/grass") `("GRASS_PYTHON" = (,(which "python3"))))))))) + (native-inputs + (list bash-minimal + bison + flex + pkg-config)) + (inputs + (list bash-minimal + bzip2 + cairo + fftw + freetype + gdal + geos + glu + libpng + libtiff + libxml2 ;marked as required by pdal + mesa + `(,mariadb "dev") + `(,mariadb "lib") + netcdf + openblas + pdal + perl + postgresql + proj + python + python-dateutil + python-numpy + python-wxpython + readline + sqlite + wxwidgets + zlib + `(,zstd "lib"))) (synopsis "GRASS Geographic Information System") (description "GRASS (Geographic Resources Analysis Support System), is a Geographic -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 30 21:50:43 2025 Received: (at 71279) by debbugs.gnu.org; 31 Mar 2025 01:50:43 +0000 Received: from localhost ([127.0.0.1]:38652 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tz4IT-0006NV-M6 for submit@debbugs.gnu.org; Sun, 30 Mar 2025 21:50:42 -0400 Received: from mout02.posteo.de ([185.67.36.66]:41861) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tz4IF-0006J5-L1 for 71279@debbugs.gnu.org; Sun, 30 Mar 2025 21:50:27 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 3D28E240101 for <71279@debbugs.gnu.org>; Mon, 31 Mar 2025 03:50:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1743385821; bh=/7FPJAVUtfoIddvvi6+3xuRtNSZJykIvHm+3TJlnlm4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=Pv8NcObIEpbjpd61n30XaA24HjHaiaA2+kBlRqItK0T1o2/oU1qQ4Dm/M1g+MH/CI 3aciWULPYCavEVJN0Fp5bXHQ7sEptrBzGV1J8orgbizD/HIkA1fRMTXwpgqBR2MCrd QLlUYvJ5yJOoDydkmpoa5PXLOft0wdFvuDoM26rhenM2b2I4nETtDc0Y3Jsvwr4bwS CR0w/WhJmdKV3h4BoBFB3agegns7Fl7Fub0peGeqmKTznOcD5SiO+/BIz8iss/E9zh WooM8YRdEtKJzy9qtVb6QPCL5P/rymqRzKJPgaRk0pXjW9K79qQEggfwaZHj6w3ZZG NlSGgyY1Hx6DQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4ZQvGN3FF2z9rxD; Mon, 31 Mar 2025 03:50:20 +0200 (CEST) From: Vinicius Monego To: 71279@debbugs.gnu.org Subject: [PATCH v2 4/4] gnu: grass: Add input python-matplotlib. Date: Mon, 31 Mar 2025 01:49:46 +0000 Message-ID: <5d22ff02311dba8300dc059ca2e0d26539a6fa03.1743385653.git.monego@posteo.net> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 71279 Cc: andreas@enge.fr, Vinicius Monego 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: -3.3 (---) * gnu/packages/geo.scm (grass)[inputs]: Add python-matplotlib. Change-Id: Id0c1d60983bed3b428bc5ca3bc37b1b92f9d8c26 --- gnu/packages/geo.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 697ebb7471..e259ccfcb1 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -3321,6 +3321,7 @@ (define-public grass proj python python-dateutil + python-matplotlib python-numpy python-wxpython readline -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 31 10:57:32 2025 Received: (at 71279-done) by debbugs.gnu.org; 31 Mar 2025 14:57:32 +0000 Received: from localhost ([127.0.0.1]:42395 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tzGZv-0000gL-5Q for submit@debbugs.gnu.org; Mon, 31 Mar 2025 10:57:32 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:57366) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tzGZs-0000et-EH for 71279-done@debbugs.gnu.org; Mon, 31 Mar 2025 10:57:29 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 7C4A63FB; Mon, 31 Mar 2025 16:57:21 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id ECM-9K9KwCrl; Mon, 31 Mar 2025 16:57:21 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 344B81C0; Mon, 31 Mar 2025 16:57:20 +0200 (CEST) Date: Mon, 31 Mar 2025 16:57:18 +0200 From: Andreas Enge To: Vinicius Monego Subject: Re: [PATCH v2 1/4] gnu: grass: Improve package style. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 7C4A63FB X-Spamd-Result: default: False [-9.31 / 15.00]; REPLY(-4.00)[]; NEURAL_HAM(-2.97)[-0.990]; BAYES_HAM(-2.74)[98.89%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Action: no action X-Spamd-Bar: --------- X-Rspamd-Server: hera X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 71279-done Cc: 71279-done@debbugs.gnu.org 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.0 (-) Hello! Thanks for the update. I have taken the liberty to push it after verifying that its only dependency qgis still builds. In doing so I have noticed that there is a new minor version of qgis; if it also builds, I will push an update. Andreas From unknown Sat Jun 21 10:13:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 29 Apr 2025 11:24:27 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator