gnu: Remove unneeded asd-files arguments in Lisp package definitions.

* gnu/packages/lisp-xyz.scm (sbcl-cl-vectors, sbcl-slynk, sbcl-cl-yacc,
  sbcl-3bmd, sbcl-slime-swank, sbcl-prove, sbcl-cl-string-match, sbcl-queues,
  sbcl-cl-sqlite, sbcl-cl-webkit, sbcl-usocket, sbcl-cl-syntax,
  sbcl-cl-utilities, sbcl-lack, sbcl-clack, sbcl-parse-declarations,
  sbcl-trivial-utf-8, sbcl-fare-quasiquote, sbcl-trivia.trivial, sbcl-trivia,
  sbcl-cl-str, sbcl-periods, sbcl-graph, sbcl-antik-base, sbcl-antik,
  sbcl-cl-ana, sbcl-cl-async, sbcl-ltk, sbcl-hdf5-cffi, sbcl-cl-randist,
  sbcl-float-features, sbcl-function-cache, sbcl-type-r,
  sbcl-trivialib.type-unify, sbcl-postmodern, sbcl-dbi, sbcl-sycamore,
  sbcl-clump, sbcl-cluffer, sbcl-mcclim, sbcl-mito)[arguments]: Remove
  'asd-files'.
  (sbcl-trivial-features, sbcl-checkl, sbcl-fast-io, sbcl-cl-containers,
  sbcl-uffi, sbcl-quantile-estimator, sbcl-opticl,
  sbcl-cl-project)[arguments]: Add 'asd-files'.
This commit is contained in:
Guillaume Le Vaillant 2020-09-15 15:50:29 +02:00
parent 952fafb2a3
commit 3f8bbf7c55
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F

View File

@ -446,11 +446,7 @@ file.")
(inputs (inputs
`(("zpb-ttf" ,sbcl-zpb-ttf))) `(("zpb-ttf" ,sbcl-zpb-ttf)))
(arguments (arguments
'(#:asd-files '("cl-vectors.asd" '(#:asd-systems '("cl-vectors"
"cl-aa.asd"
"cl-paths.asd"
"cl-paths-ttf.asd")
#:asd-systems '("cl-vectors"
"cl-paths-ttf"))) "cl-paths-ttf")))
(home-page "http://projects.tuxee.net/cl-vectors/") (home-page "http://projects.tuxee.net/cl-vectors/")
(synopsis "Create, transform and render anti-aliased vectorial paths") (synopsis "Create, transform and render anti-aliased vectorial paths")
@ -691,7 +687,6 @@ antialiased TrueType font rendering using CLX and XRender extension.")
(outputs '("out" "image")) (outputs '("out" "image"))
(arguments (arguments
`(#:tests? #f ; No test suite `(#:tests? #f ; No test suite
#:asd-files '("slynk.asd")
#:asd-systems '("slynk" #:asd-systems '("slynk"
"slynk/arglists" "slynk/arglists"
"slynk/util" "slynk/util"
@ -997,7 +992,9 @@ utilities that make it even easier to manipulate text in Common Lisp. It has
(sha256 (sha256
(base32 "14pcahr8r2j3idhyy216zyw8jnj1dnrx0qbkkbdqkvwzign1ah4j")))) (base32 "14pcahr8r2j3idhyy216zyw8jnj1dnrx0qbkkbdqkvwzign1ah4j"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(arguments '(#:tests? #f)) (arguments
'(#:asd-files '("trivial-features.asd")
#:tests? #f))
(home-page "https://cliki.net/trivial-features") (home-page "https://cliki.net/trivial-features")
(synopsis "Ensures consistency of @code{*FEATURES*} in Common Lisp") (synopsis "Ensures consistency of @code{*FEATURES*} in Common Lisp")
(description "Trivial-features ensures that @code{*FEATURES*} is (description "Trivial-features ensures that @code{*FEATURES*} is
@ -1116,8 +1113,7 @@ GNU libiconv, but completely written in Common Lisp.")
(file-name (string-append "cl-yacc-" version "-checkout")))) (file-name (string-append "cl-yacc-" version "-checkout"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(arguments (arguments
`(#:asd-files '("yacc.asd") `(#:asd-systems '("yacc")))
#:asd-systems '("yacc")))
(synopsis "LALR(1) parser generator for Common Lisp, similar in spirit to Yacc") (synopsis "LALR(1) parser generator for Common Lisp, similar in spirit to Yacc")
(description (description
"CL-Yacc is a LALR(1) parser generator for Common Lisp, similar in spirit "CL-Yacc is a LALR(1) parser generator for Common Lisp, similar in spirit
@ -1392,9 +1388,7 @@ C, C++, Java, Python, Erlang, Haskell, Objective-C, Diff, Webkit.")
(arguments (arguments
;; FIXME: We need to specify the name because the build-system thinks ;; FIXME: We need to specify the name because the build-system thinks
;; "3" is a version marker. ;; "3" is a version marker.
`(#:asd-files '("3bmd.asd" `(#:asd-systems '("3bmd"
"3bmd-ext-code-blocks.asd")
#:asd-systems '("3bmd"
"3bmd-ext-code-blocks"))) "3bmd-ext-code-blocks")))
(inputs (inputs
`(("colorize" ,sbcl-colorize) `(("colorize" ,sbcl-colorize)
@ -1630,8 +1624,7 @@ writing code that contains string literals that contain code themselves.")
"0js24x42m7b5iymb4rxz501dff19vav5pywnzv50b673rbkaaqvh")))) "0js24x42m7b5iymb4rxz501dff19vav5pywnzv50b673rbkaaqvh"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(arguments (arguments
'(#:asd-files '("swank.asd") '(#:asd-systems '("swank")))
#:asd-systems '("swank")))
(home-page "https://github.com/slime/slime") (home-page "https://github.com/slime/slime")
(synopsis "Common Lisp Swank server") (synopsis "Common Lisp Swank server")
(description (description
@ -1936,9 +1929,6 @@ named color.")
`(("alexandria" ,sbcl-alexandria) `(("alexandria" ,sbcl-alexandria)
("cl-ppcre" ,sbcl-cl-ppcre) ("cl-ppcre" ,sbcl-cl-ppcre)
("cl-ansi-text" ,sbcl-cl-ansi-text))) ("cl-ansi-text" ,sbcl-cl-ansi-text)))
(arguments
`(#:asd-files '("prove.asd"
"prove-asdf.asd")))
(synopsis "Yet another unit testing framework for Common Lisp") (synopsis "Yet another unit testing framework for Common Lisp")
(description (description
"This project was originally called @command{cl-test-more}. "This project was originally called @command{cl-test-more}.
@ -2068,10 +2058,7 @@ values from a string in Common Lisp.")
;; For testing: ;; For testing:
`(("lisp-unit" ,sbcl-lisp-unit))) `(("lisp-unit" ,sbcl-lisp-unit)))
(arguments (arguments
`(#:tests? #f `(#:tests? #f))
#:asd-files '("cl-string-match.asd"
"ascii-strings.asd"
"simple-scanf.asd")))
(synopsis "Set of utilities to manipulate strings in Common Lisp") (synopsis "Set of utilities to manipulate strings in Common Lisp")
(description (description
"@command{cl-strings} is a small, portable, dependency-free set of "@command{cl-strings} is a small, portable, dependency-free set of
@ -2165,12 +2152,7 @@ Lisp programs. It parses URI according to the RFC 2396 specification.")
(inputs (inputs
`(("bordeaux-threads" ,sbcl-bordeaux-threads))) `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
(arguments (arguments
'(#:asd-files '("queues.asd" '(#:asd-systems '("queues"
"queues.simple-queue.asd"
"queues.simple-cqueue.asd"
"queues.priority-queue.asd"
"queues.priority-cqueue.asd")
#:asd-systems '("queues"
"queues.simple-queue" "queues.simple-queue"
"queues.simple-cqueue" "queues.simple-cqueue"
"queues.priority-queue" "queues.priority-queue"
@ -2274,8 +2256,7 @@ package.")
`(("fiveam" ,sbcl-fiveam) `(("fiveam" ,sbcl-fiveam)
("bordeaux-threads" ,sbcl-bordeaux-threads))) ("bordeaux-threads" ,sbcl-bordeaux-threads)))
(arguments (arguments
`(#:asd-files '("sqlite.asd") `(#:asd-systems '("sqlite")
#:asd-systems '("sqlite")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'fix-paths (add-after 'unpack 'fix-paths
@ -2584,8 +2565,7 @@ is a library for creating graphical user interfaces.")
("cl-cffi-gtk" ,sbcl-cl-cffi-gtk) ("cl-cffi-gtk" ,sbcl-cl-cffi-gtk)
("webkitgtk" ,webkitgtk))) ("webkitgtk" ,webkitgtk)))
(arguments (arguments
`(#:asd-files '("webkit2/cl-webkit2.asd") `(#:asd-systems '("cl-webkit2")
#:asd-systems '("cl-webkit2")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'fix-paths (add-after 'unpack 'fix-paths
@ -2781,8 +2761,6 @@ Lisp (from GBBopen project).")
("split-sequence" ,sbcl-split-sequence))) ("split-sequence" ,sbcl-split-sequence)))
(arguments (arguments
`(#:tests? #f ; FIXME: Tests need network access? `(#:tests? #f ; FIXME: Tests need network access?
#:asd-files '("usocket.asd"
"usocket-server.asd")
#:asd-systems '("usocket" #:asd-systems '("usocket"
"usocket-server"))) "usocket-server")))
(home-page "https://common-lisp.net/project/usocket/") (home-page "https://common-lisp.net/project/usocket/")
@ -3392,10 +3370,7 @@ PROPER-LIST, ASSOCIATION-LIST, PROPERTY-LIST and TUPLE.")
("named-readtables" ,sbcl-named-readtables) ("named-readtables" ,sbcl-named-readtables)
("trivial-types" ,sbcl-trivial-types))) ("trivial-types" ,sbcl-trivial-types)))
(arguments (arguments
'(#:asd-files '("cl-syntax.asd" '(#:asd-systems '("cl-syntax"
"cl-syntax-annot.asd"
"cl-syntax-interpol.asd")
#:asd-systems '("cl-syntax"
"cl-syntax-annot" "cl-syntax-annot"
"cl-syntax-interpol"))) "cl-syntax-interpol")))
(home-page "https://github.com/m2ym/cl-syntax") (home-page "https://github.com/m2ym/cl-syntax")
@ -3424,8 +3399,7 @@ PROPER-LIST, ASSOCIATION-LIST, PROPERTY-LIST and TUPLE.")
(base32 "1r46v730yf96nk2vb24qmagv9x96xvd08abqwhf02ghgydv1a7z2")))) (base32 "1r46v730yf96nk2vb24qmagv9x96xvd08abqwhf02ghgydv1a7z2"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(arguments (arguments
'(#:asd-files '("cl-utilities.asd") '(#:asd-systems '("cl-utilities")
#:asd-systems '("cl-utilities")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'fix-paths (add-after 'unpack 'fix-paths
@ -3743,7 +3717,8 @@ Only minimal changes required to make your CLOS objects serializable.")
;; Error while trying to load definition for system checkl-test from ;; Error while trying to load definition for system checkl-test from
;; pathname [...]/checkl-test.asd: The function CHECKL:DEFINE-TEST-OP ;; pathname [...]/checkl-test.asd: The function CHECKL:DEFINE-TEST-OP
;; is undefined. ;; is undefined.
'(#:tests? #f)) '(#:asd-files '("checkl.asd")
#:tests? #f))
(native-inputs (native-inputs
`(("sbcl-fiveam" ,sbcl-fiveam))) `(("sbcl-fiveam" ,sbcl-fiveam)))
(inputs (inputs
@ -3784,7 +3759,8 @@ against the last run.")
;; Error while trying to load definition for system fast-io-test from ;; Error while trying to load definition for system fast-io-test from
;; pathname [...]/fast-io-test.asd: The function CHECKL:DEFINE-TEST-OP ;; pathname [...]/fast-io-test.asd: The function CHECKL:DEFINE-TEST-OP
;; is undefined. ;; is undefined.
'(#:tests? #f)) '(#:tests? #f
#:asd-files '("fast-io.asd")))
(native-inputs (native-inputs
`(("sbcl-fiveam" ,sbcl-fiveam) `(("sbcl-fiveam" ,sbcl-fiveam)
("sbcl-checkl" ,sbcl-checkl))) ("sbcl-checkl" ,sbcl-checkl)))
@ -3950,14 +3926,7 @@ reset to 0 and you're able to read it again.")
("quri" ,sbcl-quri) ("quri" ,sbcl-quri)
("trivial-mimes" ,sbcl-trivial-mimes))) ("trivial-mimes" ,sbcl-trivial-mimes)))
(arguments (arguments
'(#:asd-files '("lack.asd" '(#:asd-systems '("lack"
"lack-request.asd"
"lack-response.asd"
"lack-component.asd"
"lack-util.asd"
"lack-middleware-backtrace.asd"
"lack-middleware-static.asd")
#:asd-systems '("lack"
"lack-request" "lack-request"
"lack-response" "lack-response"
"lack-component" "lack-component"
@ -4187,11 +4156,7 @@ mostly Common Lisp implementation.")
("usocket" ,sbcl-usocket) ("usocket" ,sbcl-usocket)
("quri" ,sbcl-quri))) ("quri" ,sbcl-quri)))
(arguments (arguments
'(#:asd-files '("clack.asd" '(#:asd-systems '("clack"
"clack-handler-fcgi.asd"
"clack-socket.asd"
"clack-handler-hunchentoot.asd")
#:asd-systems '("clack"
"clack-handler-fcgi" "clack-handler-fcgi"
"clack-socket" "clack-socket"
"clack-handler-hunchentoot"))) "clack-handler-hunchentoot")))
@ -4383,8 +4348,7 @@ the CFFI approach used by burgled-batteries, but has the same goal.")
(base32 "03g5qks4c59nmxa48pbslxkfh77h8hn8566jddp6m9pl15dzzpxd")))) (base32 "03g5qks4c59nmxa48pbslxkfh77h8hn8566jddp6m9pl15dzzpxd"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(arguments (arguments
`(#:asd-files '("parse-declarations-1.0.asd") `(#:asd-systems '("parse-declarations-1.0")))
#:asd-systems '("parse-declarations-1.0")))
(home-page "https://common-lisp.net/project/parse-declarations/") (home-page "https://common-lisp.net/project/parse-declarations/")
(synopsis "Parse, filter, and build declarations") (synopsis "Parse, filter, and build declarations")
(description (description
@ -4592,8 +4556,7 @@ basic everyday functions and macros.")
(arguments (arguments
;; Guix incorrectly assumes the "8" is part of the version ;; Guix incorrectly assumes the "8" is part of the version
;; number and lobs it off. ;; number and lobs it off.
`(#:asd-files '("trivial-utf-8.asd") `(#:asd-systems '("trivial-utf-8")))
#:asd-systems '("trivial-utf-8")))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(synopsis "UTF-8 input/output library") (synopsis "UTF-8 input/output library")
(description (description
@ -5187,10 +5150,6 @@ optimizing techniques widely used in the functional programming world.")
;; XXX: Circular dependencies: Tests depend on subsystems, ;; XXX: Circular dependencies: Tests depend on subsystems,
;; which depend on the main systems. ;; which depend on the main systems.
`(#:tests? #f `(#:tests? #f
#:asd-files '("fare-quasiquote.asd"
"fare-quasiquote-optima.asd"
"fare-quasiquote-readtable.asd"
"fare-quasiquote-extras.asd")
#:asd-systems '("fare-quasiquote" #:asd-systems '("fare-quasiquote"
"fare-quasiquote-extras") "fare-quasiquote-extras")
#:phases #:phases
@ -5244,11 +5203,7 @@ Trivia.")
("lisp-namespace" ,sbcl-lisp-namespace) ("lisp-namespace" ,sbcl-lisp-namespace)
("trivial-cltl2" ,sbcl-trivial-cltl2))) ("trivial-cltl2" ,sbcl-trivial-cltl2)))
(arguments (arguments
'(#:asd-files '("trivia.level0.asd" '(#:asd-systems '("trivia.trivial")
"trivia.level1.asd"
"trivia.level2.asd"
"trivia.trivial.asd")
#:asd-systems '("trivia.trivial")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'fix-build (add-after 'unpack 'fix-build
@ -5287,12 +5242,7 @@ be faster and more extensible than Optima.")
("trivia.trivial" ,sbcl-trivia.trivial) ("trivia.trivial" ,sbcl-trivia.trivial)
("type-i" ,sbcl-type-i))) ("type-i" ,sbcl-type-i)))
(arguments (arguments
'(#:asd-files '("trivia.balland2006.asd" '(#:asd-systems '("trivia"
"trivia.ppcre.asd"
"trivia.quasiquote.asd"
"trivia.cffi.asd"
"trivia.asd")
#:asd-systems '("trivia"
"trivia.ppcre" "trivia.ppcre"
"trivia.quasiquote" "trivia.quasiquote"
"trivia.cffi") "trivia.cffi")
@ -5370,8 +5320,7 @@ various string metrics in Common Lisp:
(native-inputs (native-inputs
`(("prove" ,sbcl-prove))) `(("prove" ,sbcl-prove)))
(arguments (arguments
`(#:asd-files '("str.asd") `(#:asd-systems '("str")
#:asd-systems '("str")
#:test-asd-file "str.test.asd")) #:test-asd-file "str.test.asd"))
(synopsis "Modern, consistent and terse Common Lisp string manipulation library") (synopsis "Modern, consistent and terse Common Lisp string manipulation library")
(description "A modern and consistent Common Lisp string manipulation (description "A modern and consistent Common Lisp string manipulation
@ -5660,9 +5609,7 @@ programming style and the efficiency of an iterative programming style.")
`(("local-time" ,sbcl-local-time) `(("local-time" ,sbcl-local-time)
("series" ,sbcl-series))) ("series" ,sbcl-series)))
(arguments (arguments
'(#:asd-files '("periods.asd" '(#:asd-systems '("periods"
"periods-series.asd")
#:asd-systems '("periods"
"periods-series"))) "periods-series")))
(synopsis "Common Lisp library for manipulating date/time objects") (synopsis "Common Lisp library for manipulating date/time objects")
(description (description
@ -5732,7 +5679,8 @@ which implements a set of utilities.")
(inputs (inputs
`(("metatilities-base" ,sbcl-metatilities-base))) `(("metatilities-base" ,sbcl-metatilities-base)))
(arguments (arguments
'(#:phases '(#:asd-files '("cl-containers.asd")
#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'relax-version-checks (add-after 'unpack 'relax-version-checks
(lambda _ (lambda _
@ -6540,8 +6488,7 @@ interactive development.")
("named-readtables" ,sbcl-named-readtables) ("named-readtables" ,sbcl-named-readtables)
("yason" ,sbcl-yason))) ("yason" ,sbcl-yason)))
(arguments (arguments
'(#:asd-files '("graph.asd") '(#:asd-systems '("graph"
#:asd-systems '("graph"
"graph/dot" "graph/dot"
"graph/json"))) "graph/json")))
(synopsis "Graph data structure and algorithms for Common Lisp") (synopsis "Graph data structure and algorithms for Common Lisp")
@ -6796,11 +6743,7 @@ your own classes.")
(native-inputs (native-inputs
`(("lisp-unit" ,sbcl-lisp-unit))) `(("lisp-unit" ,sbcl-lisp-unit)))
(arguments (arguments
'(#:asd-files '("antik-base.asd" '(#:asd-systems '("antik-base"
"foreign-array.asd"
"physical-dimension.asd"
"science-data.asd")
#:asd-systems '("antik-base"
"foreign-array" "foreign-array"
"physical-dimension" "physical-dimension"
"science-data") "science-data")
@ -6894,8 +6837,7 @@ intending to program in Lisp.")
`(("antik-base" ,sbcl-antik-base) `(("antik-base" ,sbcl-antik-base)
("gsll" ,sbcl-gsll))) ("gsll" ,sbcl-gsll)))
(arguments (arguments
'(#:asd-files '("antik.asd") '(#:asd-systems '("antik")
#:asd-systems '("antik")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'fix-build (add-after 'unpack 'fix-build
@ -7135,58 +7077,7 @@ sacrificing much in the way of power.")
("libffi" ,libffi) ("libffi" ,libffi)
("split-sequence" ,sbcl-split-sequence))) ("split-sequence" ,sbcl-split-sequence)))
(arguments (arguments
`(#:asd-files '("cl-ana.asd" `(#:asd-systems '("cl-ana")
"pathname-utils/cl-ana.pathname-utils.asd"
"package-utils/cl-ana.package-utils.asd"
"string-utils/cl-ana.string-utils.asd"
"functional-utils/cl-ana.functional-utils.asd"
"list-utils/cl-ana.list-utils.asd"
"generic-math/cl-ana.generic-math.asd"
"math-functions/cl-ana.math-functions.asd"
"calculus/cl-ana.calculus.asd"
"symbol-utils/cl-ana.symbol-utils.asd"
"macro-utils/cl-ana.macro-utils.asd"
"binary-tree/cl-ana.binary-tree.asd"
"tensor/cl-ana.tensor.asd"
"error-propogation/cl-ana.error-propogation.asd"
"quantity/cl-ana.quantity.asd"
"table/cl-ana.table.asd"
"table-utils/cl-ana.table-utils.asd"
"hdf-cffi/cl-ana.hdf-cffi.asd"
"int-char/cl-ana.int-char.asd"
"memoization/cl-ana.memoization.asd"
"typespec/cl-ana.typespec.asd"
"hdf-typespec/cl-ana.hdf-typespec.asd"
"hdf-utils/cl-ana.hdf-utils.asd"
"typed-table/cl-ana.typed-table.asd"
"hdf-table/cl-ana.hdf-table.asd"
"gsl-cffi/cl-ana.gsl-cffi.asd"
"ntuple-table/cl-ana.ntuple-table.asd"
"csv-table/cl-ana.csv-table.asd"
"reusable-table/cl-ana.reusable-table.asd"
"linear-algebra/cl-ana.linear-algebra.asd"
"lorentz/cl-ana.lorentz.asd"
"clos-utils/cl-ana.clos-utils.asd"
"hash-table-utils/cl-ana.hash-table-utils.asd"
"map/cl-ana.map.asd"
"fitting/cl-ana.fitting.asd"
"histogram/cl-ana.histogram.asd"
"file-utils/cl-ana.file-utils.asd"
"statistics/cl-ana.statistics.asd"
"gnuplot-interface/cl-ana.gnuplot-interface.asd"
"plotting/cl-ana.plotting.asd"
"table-viewing/cl-ana.table-viewing.asd"
"serialization/cl-ana.serialization.asd"
"makeres/cl-ana.makeres.asd"
"makeres-macro/cl-ana.makeres-macro.asd"
"makeres-block/cl-ana.makeres-block.asd"
"makeres-progress/cl-ana.makeres-progress.asd"
"makeres-table/cl-ana.makeres-table.asd"
"makeres-graphviz/cl-ana.makeres-graphviz.asd"
"makeres-branch/cl-ana.makeres-branch.asd"
"makeres-utils/cl-ana.makeres-utils.asd"
"statistical-learning/cl-ana.statistical-learning.asd")
#:asd-systems '("cl-ana")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'fix-paths (add-after 'unpack 'fix-paths
@ -7536,10 +7427,7 @@ has a small codebase that's easy to understand and use.")
("trivial-gray-streams" ,sbcl-trivial-gray-streams) ("trivial-gray-streams" ,sbcl-trivial-gray-streams)
("vom" ,sbcl-vom))) ("vom" ,sbcl-vom)))
(arguments (arguments
`(#:asd-files '("cl-async.asd" `(#:asd-systems '("cl-async"
"cl-async-repl.asd"
"cl-async-ssl.asd")
#:asd-systems '("cl-async"
"cl-async-repl" "cl-async-repl"
"cl-async-ssl") "cl-async-ssl")
#:phases #:phases
@ -7767,10 +7655,7 @@ ZeroMQ.")
`(("imagemagick" ,imagemagick) `(("imagemagick" ,imagemagick)
("tk" ,tk))) ("tk" ,tk)))
(arguments (arguments
`(#:asd-files '("ltk/ltk.asd" `(#:asd-systems '("ltk"
"ltk/ltk-mw.asd"
"ltk/ltk-remote.asd")
#:asd-systems '("ltk"
"ltk-mw" "ltk-mw"
"ltk-remote") "ltk-remote")
#:tests? #f #:tests? #f
@ -8140,7 +8025,6 @@ them as PNG files.")
`(("fiveam" ,sbcl-fiveam))) `(("fiveam" ,sbcl-fiveam)))
(arguments (arguments
`(#:asd-systems '("hdf5-cffi") `(#:asd-systems '("hdf5-cffi")
#:asd-files '("hdf5-cffi.asd")
#:test-asd-file "hdf5-cffi.test.asd" #:test-asd-file "hdf5-cffi.test.asd"
;; Tests depend on hdf5-cffi.examples.asd in addition to hdf5-cffi.asd, ;; Tests depend on hdf5-cffi.examples.asd in addition to hdf5-cffi.asd,
;; I don't know if there is a way to tell asdf-build-system to load ;; I don't know if there is a way to tell asdf-build-system to load
@ -8193,7 +8077,6 @@ generation functions from the GSL library.")
(license license:bsd-2) (license license:bsd-2)
(arguments (arguments
`(#:asd-systems '("cl-randist") `(#:asd-systems '("cl-randist")
#:asd-files '("cl-randist.asd")
#:tests? #f)))) #:tests? #f))))
(define-public cl-randist (define-public cl-randist
@ -8227,7 +8110,6 @@ covered by the Common Lisp standard.")
`(("documentation-utils" ,sbcl-documentation-utils))) `(("documentation-utils" ,sbcl-documentation-utils)))
(arguments (arguments
`(#:asd-systems '("float-features") `(#:asd-systems '("float-features")
#:asd-files '("float-features.asd")
#:tests? #f)))) #:tests? #f))))
(define-public cl-float-features (define-public cl-float-features
@ -8267,7 +8149,6 @@ caching based on arguments (an expanded form of memoization).")
("closer-mop" ,sbcl-closer-mop))) ("closer-mop" ,sbcl-closer-mop)))
(arguments (arguments
`(#:asd-systems '("function-cache") `(#:asd-systems '("function-cache")
#:asd-files '("function-cache.asd")
#:tests? #f)))) #:tests? #f))))
(define-public cl-function-cache (define-public cl-function-cache
@ -8307,7 +8188,6 @@ the elements in compound type specifier, e.g. @code{dimensions} in
`(("fiveam" ,sbcl-fiveam))) `(("fiveam" ,sbcl-fiveam)))
(arguments (arguments
`(#:asd-systems '("type-r") `(#:asd-systems '("type-r")
#:asd-files '("type-r.asd")
#:test-asd-file "type-r.test.asd"))))) #:test-asd-file "type-r.test.asd")))))
(define-public cl-type-r (define-public cl-type-r
@ -8346,7 +8226,6 @@ correctly.")
`(("fiveam" ,sbcl-fiveam))) `(("fiveam" ,sbcl-fiveam)))
(arguments (arguments
`(#:asd-systems '("trivialib.type-unify") `(#:asd-systems '("trivialib.type-unify")
#:asd-files '("trivialib.type-unify.asd")
#:test-asd-file "trivialib.type-unify.test.asd"))))) #:test-asd-file "trivialib.type-unify.test.asd")))))
(define-public cl-trivialib-type-unify (define-public cl-trivialib-type-unify
@ -8711,10 +8590,6 @@ approach to templating.")
;; TODO: Fix missing dependency errors for simple-date/postgres-glue, ;; TODO: Fix missing dependency errors for simple-date/postgres-glue,
;; cl-postgres/tests and s-sql/tests. ;; cl-postgres/tests and s-sql/tests.
`(#:tests? #f `(#:tests? #f
#:asd-files '("postmodern.asd"
"simple-date.asd"
"cl-postgres.asd"
"s-sql.asd")
#:asd-systems '("postmodern" #:asd-systems '("postmodern"
"simple-date/postgres-glue"))) "simple-date/postgres-glue")))
(synopsis "Common Lisp library for interacting with PostgreSQL") (synopsis "Common Lisp library for interacting with PostgreSQL")
@ -8766,12 +8641,7 @@ foreign libraries.
("split-sequence" ,sbcl-split-sequence) ("split-sequence" ,sbcl-split-sequence)
("trivial-garbage" ,sbcl-trivial-garbage))) ("trivial-garbage" ,sbcl-trivial-garbage)))
(arguments (arguments
`(#:asd-files '("cl-dbi.asd" `(#:asd-systems '("dbi"
"dbi.asd"
"dbd-mysql.asd"
"dbd-postgres.asd"
"dbd-sqlite3.asd")
#:asd-systems '("dbi"
"dbd-mysql" "dbd-mysql"
"dbd-postgres" "dbd-postgres"
"dbd-sqlite3"))) "dbd-sqlite3")))
@ -8804,6 +8674,7 @@ interface for MySQL, PostgreSQL and SQLite.")
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(arguments (arguments
`(#:tests? #f ; TODO: Fix use of deprecated ASDF functions `(#:tests? #f ; TODO: Fix use of deprecated ASDF functions
#:asd-files '("uffi.asd")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'fix-permissions (add-after 'unpack 'fix-permissions
@ -8980,8 +8851,6 @@ interfaces as well as a functional and an object oriented interface.")
(sha256 (sha256
(base32 "00bv1aj89q5vldmq92zp2364jq312zjq2mbd3iyz1s2b4widzhl7")))) (base32 "00bv1aj89q5vldmq92zp2364jq312zjq2mbd3iyz1s2b4widzhl7"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(arguments
`(#:asd-files '("src/sycamore.asd")))
(inputs (inputs
`(("alexandria" ,sbcl-alexandria) `(("alexandria" ,sbcl-alexandria)
("cl-ppcre" ,sbcl-cl-ppcre))) ("cl-ppcre" ,sbcl-cl-ppcre)))
@ -9230,7 +9099,8 @@ accompaniment to the standard ANSI facilities.")
"0rlswkf0siaabsvvch3dgxmg45fw5w8pd9b7ri2w7a298aya52z9")))) "0rlswkf0siaabsvvch3dgxmg45fw5w8pd9b7ri2w7a298aya52z9"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(arguments (arguments
'(#:asd-systems '("quantile-estimator"))) '(#:asd-files '("quantile-estimator.asd")
#:asd-systems '("quantile-estimator")))
(inputs (inputs
`(("alexandria" ,sbcl-alexandria))) `(("alexandria" ,sbcl-alexandria)))
(home-page "https://github.com/deadtrickster/quantile-estimator.cl") (home-page "https://github.com/deadtrickster/quantile-estimator.cl")
@ -9614,10 +9484,7 @@ weight, temperature, names of physical quantitites, etc.")
(base32 (base32
"1639msyagsswj85gc0wd90jgh8588j3qg5q70by9s2brf2q6w4lh")))) "1639msyagsswj85gc0wd90jgh8588j3qg5q70by9s2brf2q6w4lh"))))
(arguments (arguments
'(#:asd-files '("clump.asd" '(#:asd-systems '("clump")))
"2-3-tree/clump-2-3-tree.asd"
"Binary-tree/clump-binary-tree.asd")
#:asd-systems '("clump")))
(inputs (inputs
`(("acclimation" ,sbcl-acclimation))) `(("acclimation" ,sbcl-acclimation)))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
@ -9662,13 +9529,7 @@ sequences of objects.")
`(("acclimation" ,sbcl-acclimation) `(("acclimation" ,sbcl-acclimation)
("clump" ,sbcl-clump))) ("clump" ,sbcl-clump)))
(arguments (arguments
'(#:asd-files '("cluffer.asd" '(#:asd-systems '("cluffer")))
"Base/cluffer-base.asd"
"Standard-line/cluffer-standard-line.asd"
"Standard-buffer/cluffer-standard-buffer.asd"
"Simple-line/cluffer-simple-line.asd"
"Simple-buffer/cluffer-simple-buffer.asd")
#:asd-systems '("cluffer")))
(home-page "https://github.com/robert-strandh/cluffer") (home-page "https://github.com/robert-strandh/cluffer")
(synopsis "Common Lisp library providing a protocol for text-editor buffers") (synopsis "Common Lisp library providing a protocol for text-editor buffers")
(description "Cluffer is a library for representing the buffer of a text (description "Cluffer is a library for representing the buffer of a text
@ -10266,6 +10127,8 @@ both from files on disk, or streams in memory.")
("retrospectiff" ,sbcl-retrospectiff) ("retrospectiff" ,sbcl-retrospectiff)
("skippy" ,sbcl-skippy) ("skippy" ,sbcl-skippy)
("zpng" ,sbcl-zpng))) ("zpng" ,sbcl-zpng)))
(arguments
'(#:asd-files '("opticl.asd")))
(home-page "https://github.com/slyrus/opticl") (home-page "https://github.com/slyrus/opticl")
(synopsis "Image processing library for Common Lisp") (synopsis "Image processing library for Common Lisp")
(description (description
@ -10324,34 +10187,7 @@ and saving 2-dimensional pixel-based images.")
("trivial-gray-streams" ,sbcl-trivial-gray-streams) ("trivial-gray-streams" ,sbcl-trivial-gray-streams)
("zpb-ttf" ,sbcl-zpb-ttf))) ("zpb-ttf" ,sbcl-zpb-ttf)))
(arguments (arguments
'(#:asd-files '("mcclim.asd" '(#:asd-systems '("mcclim"
"clim-lisp.asd"
"Core/clim-basic/clim-basic.asd"
"Core/clim-core/clim-core.asd"
"Libraries/ESA/esa-mcclim.asd"
"Extensions/fonts/mcclim-fonts.asd"
"Libraries/Drei/cl-automaton/automaton.asd"
"Libraries/Drei/Persistent/persistent.asd"
"Libraries/Drei/drei-mcclim.asd"
"Core/clim/clim.asd"
"Backends/common/mcclim-backend-common.asd"
"Backends/CLX/mcclim-clx.asd"
"Extensions/fontconfig/mcclim-fontconfig.asd"
"Extensions/harfbuzz/mcclim-harfbuzz.asd"
"Extensions/render/mcclim-render.asd"
"Backends/CLX-fb/mcclim-clx-fb.asd"
"Backends/Null/mcclim-null.asd"
"Backends/PostScript/clim-postscript-font.asd"
"Backends/PostScript/clim-postscript.asd"
"Backends/PDF/clim-pdf.asd"
"Extensions/Franz/mcclim-franz.asd"
"Extensions/bezier/mcclim-bezier.asd"
"Extensions/bitmap-formats/mcclim-bitmaps.asd"
"Extensions/conditional-commands/conditional-commands.asd"
"Extensions/layouts/mcclim-layouts.asd"
"Backends/RasterImage/mcclim-raster-image.asd"
"Examples/clim-examples.asd")
#:asd-systems '("mcclim"
"clim-examples") "clim-examples")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -10682,11 +10518,7 @@ can separate configuration system from an implementation.")
("sxql" ,sbcl-sxql) ("sxql" ,sbcl-sxql)
("uuid" ,sbcl-uuid))) ("uuid" ,sbcl-uuid)))
(arguments (arguments
'(#:asd-files '("mito.asd" '(#:asd-systems '("mito")
"mito-core.asd"
"mito-migration.asd"
"lack-middleware-mito.asd")
#:asd-systems '("mito")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'remove-non-functional-tests (add-after 'unpack 'remove-non-functional-tests
@ -10902,7 +10734,8 @@ that and not limited to a certain server or text format.")
("prove" ,sbcl-prove))) ("prove" ,sbcl-prove)))
(arguments (arguments
;; Tests depend on caveman, which in turns depends on cl-project. ;; Tests depend on caveman, which in turns depends on cl-project.
'(#:tests? #f)) '(#:tests? #f
#:asd-files '("cl-project.asd")))
(synopsis "Generate a skeleton for modern Common Lisp projects") (synopsis "Generate a skeleton for modern Common Lisp projects")
(description "This library provides a modern project skeleton generator. (description "This library provides a modern project skeleton generator.
In contract with other generators, CL-Project generates one package per file In contract with other generators, CL-Project generates one package per file