Remove deps

This commit is contained in:
Akira Tempaku 2025-03-29 12:25:19 +09:00
parent bf914c8451
commit f3d6673041
Signed by: paku
GPG key ID: 5B4E8402BCC50607
4 changed files with 2 additions and 21 deletions

View file

@ -1,5 +1,4 @@
(defsystem "hp-tests" (defsystem "hp-tests"
:defsystem-depends-on ("wild-package-inferred-system")
:class :package-inferred-system :class :package-inferred-system
:pathname "tests" :pathname "tests"
:depends-on ("fiveam" :depends-on ("fiveam"

7
hp.asd
View file

@ -1,10 +1,7 @@
(defsystem "hp" (defsystem "hp"
:description "My personal project template for Common Lisp" :description "My personal website"
:author "paku <paku@skyizwhite.dev>" :author "Akira Tempaku <paku@skyizwhite.dev>"
:class :package-inferred-system :class :package-inferred-system
:pathname "src" :pathname "src"
:depends-on ("hp/main") :depends-on ("hp/main")
:in-order-to ((test-op (test-op "hp-tests")))) :in-order-to ((test-op (test-op "hp-tests"))))
(register-system-packages "lack-middleware-static" '(:lack.middleware.static))
(register-system-packages "lack-middleware-accesslog" '(:lack.middleware.accesslog))

3
qlfile
View file

@ -1,9 +1,6 @@
ql fiveam ql fiveam
ql cl-jingle ql cl-jingle
ql cl-ppcre
ql trivia ql trivia
ql cl-str
ql quri
ql clack ql clack
git hsx https://github.com/skyizwhite/hsx.git git hsx https://github.com/skyizwhite/hsx.git
git ningle-fbr https://github.com/skyizwhite/ningle-fbr.git git ningle-fbr https://github.com/skyizwhite/ningle-fbr.git

View file

@ -10,22 +10,10 @@
(:class qlot/source/ql:source-ql (:class qlot/source/ql:source-ql
:initargs (:%version :latest) :initargs (:%version :latest)
:version "ql-2023-10-21")) :version "ql-2023-10-21"))
("cl-ppcre" .
(:class qlot/source/ql:source-ql
:initargs (:%version :latest)
:version "ql-2024-10-12"))
("trivia" . ("trivia" .
(:class qlot/source/ql:source-ql (:class qlot/source/ql:source-ql
:initargs (:%version :latest) :initargs (:%version :latest)
:version "ql-2024-10-12")) :version "ql-2024-10-12"))
("cl-str" .
(:class qlot/source/ql:source-ql
:initargs (:%version :latest)
:version "ql-2024-10-12"))
("quri" .
(:class qlot/source/ql:source-ql
:initargs (:%version :latest)
:version "ql-2024-10-12"))
("clack" . ("clack" .
(:class qlot/source/ql:source-ql (:class qlot/source/ql:source-ql
:initargs (:%version :latest) :initargs (:%version :latest)