[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/361: gnu: java-testng: Drop input labels.
From: |
guix-commits |
Subject: |
39/361: gnu: java-testng: Drop input labels. |
Date: |
Thu, 21 Nov 2024 06:28:44 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 8487e855e4daed45b664fb0510319e9b87bc3ce8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Feb 28 19:26:08 2024 +0100
gnu: java-testng: Drop input labels.
* gnu/packages/java.scm (java-testng)[propagated-inputs]: Drop labels.
[native-inputs]: Same.
Change-Id: Id44fb4b4d74f44774402ac66c1e26adce9f35fb6
---
gnu/packages/java.scm | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index df57385ea7..66f7367a9c 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -11075,20 +11075,20 @@ those in Perl and JavaScript.")
"-Dtest.resources.dir=src/test/resources"
"org.testng.TestNG" "src/test/resources/testng.xml"))))))
(propagated-inputs
- `(("junit" ,java-junit)
- ("java-jsr305" ,java-jsr305)
- ("java-bsh" ,java-bsh)
- ("java-jcommander" ,java-jcommander)
- ("java-guice" ,java-guice)
- ("snakeyaml" ,java-snakeyaml)))
- (native-inputs
- `(("guava" ,java-guava)
- ("java-javax-inject" ,java-javax-inject)
- ("java-hamcrest" ,java-hamcrest-all)
- ("java-assertj" ,java-assertj)
- ("java-mockito" ,java-mockito-1)
- ("cglib" ,java-cglib)
- ("aopalliance" ,java-aopalliance)))
+ (list java-junit
+ java-jsr305
+ java-bsh
+ java-jcommander
+ java-guice
+ java-snakeyaml))
+ (native-inputs
+ (list java-guava
+ java-javax-inject
+ java-hamcrest-all
+ java-assertj
+ java-mockito-1
+ java-cglib
+ java-aopalliance))
(home-page "https://testng.org")
(synopsis "Testing framework")
(description "TestNG is a testing framework inspired from JUnit and NUnit
- 44/361: gnu: python-itemloaders: Fix indentation., (continued)
- 44/361: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/11/21
- 48/361: gnu: python-joblib: Add missing inputs., guix-commits, 2024/11/21
- 49/361: gnu: python-box: Add missing input., guix-commits, 2024/11/21
- 75/361: gnu: Add python-nbclassic., guix-commits, 2024/11/21
- 71/361: gnu: Add python-overrides., guix-commits, 2024/11/21
- 91/361: gnu: python-trio: Use pyproject-build-system., guix-commits, 2024/11/21
- 65/361: gnu: Add python-referencing., guix-commits, 2024/11/21
- 07/361: gnu: criu: Remove temporary workaround., guix-commits, 2024/11/21
- 38/361: gnu: python-argcomplete: Add missing input., guix-commits, 2024/11/21
- 37/361: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/11/21
- 39/361: gnu: java-testng: Drop input labels.,
guix-commits <=
- 41/361: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/11/21
- 46/361: gnu: python-mysqlclient: Add missing inputs., guix-commits, 2024/11/21
- 69/361: gnu: Add python-uri-template., guix-commits, 2024/11/21
- 64/361: gnu: Add python-pep440., guix-commits, 2024/11/21
- 57/361: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/11/21
- 61/361: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/11/21
- 93/361: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/11/21
- 82/361: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/11/21
- 94/361: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/21
- 98/361: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/11/21