[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
245/397: gnu: python-agate-sql: Drop input labels.
From: |
guix-commits |
Subject: |
245/397: gnu: python-agate-sql: Drop input labels. |
Date: |
Thu, 16 Jan 2025 04:30:44 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 516b4bf479cef729753daea3b650f6face8c5f08
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jan 11 14:01:02 2025 +0100
gnu: python-agate-sql: Drop input labels.
* gnu/packages/wireservice.scm (python-agate-sql)
[native-inputs]: Drop labels.
[propagated-inputs]: Same.
Change-Id: Idf28f9d92dbca6dbde62fe8f0e356cd58dc703b1
---
gnu/packages/wireservice.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm
index c99bcd4524..d8c5ec4202 100644
--- a/gnu/packages/wireservice.scm
+++ b/gnu/packages/wireservice.scm
@@ -144,13 +144,13 @@ code. Agate was previously known as journalism.")))
(base32
"112q523w4jf3k8p4ynvjzfqa4j32ri34h2ppvicialp2lz5drvf0"))))
(native-inputs
- `(("python-nose" ,python-nose)
- ("python-sphinx" ,python-sphinx)
- ("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)))
+ (list python-nose
+ python-sphinx
+ python-sphinx-rtd-theme))
(propagated-inputs
- `(("python-agate" ,python-agate)
- ("python-crate" ,python-crate)
- ("python-sqlalchemy" ,python-sqlalchemy)))
+ (list python-agate
+ python-crate
+ python-sqlalchemy))
(home-page "https://agate-sql.rtfd.org")
(synopsis "SQL read/write support to agate")
(description "@code{agatesql} uses a monkey patching pattern to add SQL
- 259/397: gnu: python-django-filter: Update to 24.3., (continued)
- 259/397: gnu: python-django-filter: Update to 24.3., guix-commits, 2025/01/16
- 243/397: gnu: Add python-seedir., guix-commits, 2025/01/16
- 240/397: gnu: python-astroml: Add missing input., guix-commits, 2025/01/16
- 252/397: gnu: python-soundfile: Update to 0.13.0., guix-commits, 2025/01/16
- 267/397: gnu: python-mediapy: Update to 1.2.2., guix-commits, 2025/01/16
- 231/397: gnu: python-httpauth: Add missing inputs., guix-commits, 2025/01/16
- 235/397: gnu: python-xdoctest: Update to 1.2.0., guix-commits, 2025/01/16
- 257/397: gnu: python-easy-thumbnails: Update to 2.10., guix-commits, 2025/01/16
- 268/397: gnu: python-django-sortedm2m: Update to 4.0.0., guix-commits, 2025/01/16
- 261/397: gnu: python-django-debug-toolbar: Disable broken test., guix-commits, 2025/01/16
- 245/397: gnu: python-agate-sql: Drop input labels.,
guix-commits <=
- 264/397: gnu: python-django-pipeline: Update to 4.0.0., guix-commits, 2025/01/16
- 251/397: gnu: Add python-soxr., guix-commits, 2025/01/16
- 239/397: gnu: python-ailment: Add missing inputs., guix-commits, 2025/01/16
- 237/397: gnu: python-matplotx: Add missing inputs., guix-commits, 2025/01/16
- 277/397: gnu: python-cart: Add missing inputs., guix-commits, 2025/01/16
- 255/397: gnu: python-librosa: Update to 0.10.2.post1., guix-commits, 2025/01/16
- 226/397: gnu: python-reproject: Add missing input., guix-commits, 2025/01/16
- 313/397: gnu: Remove python-twodict., guix-commits, 2025/01/16
- 288/397: gnu: python-claripy: Add missing inputs., guix-commits, 2025/01/16
- 324/397: gnu: python-celery: Fix build., guix-commits, 2025/01/16