Move deps into a pkg file

This commit is contained in:
Chris Barrett
2023-08-07 21:11:50 +12:00
parent 63b307679a
commit 16e296010f
7 changed files with 14 additions and 25 deletions

14
lisp/nursery-pkg.el Normal file
View File

@@ -0,0 +1,14 @@
(define-package
"nursery"
"0.0.1-pre"
"Unpackage shared Lisp"
'((emacs "27.1")
(async "1.9.5")
(dash "2.19.1")
(f "0.17.2")
(ht "2.4")
(org "9.5.3")
(org-drill "2.7.0")
(org-roam "2.2.2")
(pcre2el "1.8")
(ts "0.3-pre")))

View File

@@ -6,10 +6,6 @@
;; Homepage: https://github.com/chrisbarrett/nursery
;; Version: 0.0.1-pre
;; Package-Requires: ((emacs "27.1") (org "9.5.3") (org-roam "2.2.2"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or

View File

@@ -4,12 +4,8 @@
;; Author: Chris Barrett <chris+emacs@walrus.cool>
;; Package-Requires: ((emacs "27.1") (dash "2.19.1"))
;; Homepage: https://github.com/chrisbarrett/nursery
;; Version: 0.0.1-pre
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or

View File

@@ -4,12 +4,8 @@
;; Author: Chris Barrett <chris+emacs@walrus.cool>
;; Package-Requires: ((emacs "27.1") (dash "2.19.1") (ts "0.3-pre") (org-roam "2.2.2") (org-drill "2.7.0"))
;; Homepage: https://github.com/chrisbarrett/nursery
;; Version: 0.0.1-pre
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or

View File

@@ -2,12 +2,8 @@
;; Copyright (C) 2022 Chris Barrett
;; Package-Requires: ((emacs "27.2") (dash "2.19.1") (f "0.17.2") (org-roam "2.2.2"))
;; Homepage: https://github.com/chrisbarrett/nursery
;; Version: 0.0.1-pre
;; Author: Chris Barrett <chris+emacs@walrus.cool>
;; This program is free software; you can redistribute it and/or modify
@@ -31,7 +27,6 @@
;;; Code:
(require 'dash)
(require 'f)
(require 'org)
(require 'org-roam)
(require 'plisty)

View File

@@ -4,12 +4,8 @@
;; Author: Chris Barrett <chris+emacs@walrus.cool>
;; Package-Requires: ((emacs "27.1") (async "1.9.5") (dash "2.19.1") (org-roam "2.2.2") (pcre2el "1.8"))
;; Homepage: https://github.com/chrisbarrett/nursery
;; Version: 0.0.1-pre
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or

View File

@@ -2,14 +2,10 @@
;; Copyright (C) 2022 Chris Barrett
;; Package-Requires: ((emacs "27.1") (dash "2.19.1") (ht "2.4"))
;; Author: Chris Barrett <chris+emacs@walrus.cool>
;; Homepage: https://github.com/chrisbarrett/nursery
;; Version: 0.0.1-pre
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or