aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-26 17:18:42 -0300
committerEuAndreh <eu@euandre.org>2023-02-26 17:18:49 -0300
commit4b70389ca7f289e88dab9df7f9ce0cd5f650ecb0 (patch)
tree0236259cb367f56ad5329d539e39cbbbb84116dc
parentqueue.scm: Remove tmux-plugin-resurrect (diff)
downloadpackage-repository-4b70389ca7f289e88dab9df7f9ce0cd5f650ecb0.tar.gz
package-repository-4b70389ca7f289e88dab9df7f9ce0cd5f650ecb0.tar.xz
queue.scm: Remove unused remhind package and its dependency python-xdg
Diffstat (limited to '')
-rw-r--r--src/xyz/euandreh/queue.scm55
1 files changed, 0 insertions, 55 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm
index 5d22da0..5789bbc 100644
--- a/src/xyz/euandreh/queue.scm
+++ b/src/xyz/euandreh/queue.scm
@@ -419,28 +419,6 @@ collections.OrderedDict that works in Python 2.4-2.6.")
(description "We have made you a wrapper you can't refuse")
(license #f)))
-(define-public python-xdg
- (package
- (name "python-xdg")
- (version "5.1.1")
- (source
- (origin
- (method url-fetch)
- (uri
- (pypi-uri "xdg" version))
- (sha256
- (base32 "0v6hmhjqlc6km284lr14kc4h5rl6xva231q1lsr8hq7crhk9yqda"))))
- (build-system python-build-system)
- (home-page "https://github.com/srstevenson/xdg")
- (synopsis "An implementation of the XDG Base Directory Specification in Python")
- (description
- "xdg is a Python module that provides functions to return paths to the
-directories defined by the XDG Base Directory Specification, to save you from
-duplicating the same snippet of logic in every Python utility you write that
-deals with user cache, configuration, or data files.
-It has no external dependencies.")
- (license license:isc)))
-
(define-public tmux-plugin-continuum
(package
(name "tmux-plugin-continuum")
@@ -480,39 +458,6 @@ left it off the last time it was used.")
(home-page "https://github.com/tmux-plugins/tmux-continuum/")
(license license:expat)))
-(define-public remhind
- (package
- (name "remhind")
- (version "0.1.1")
- (source
- (origin
- (method url-fetch)
- (uri
- (pypi-uri "remhind" version))
- (sha256
- (base32 "1b0f2h76l9grhyplda2ny02ifqgmc7mf2nxwl0f839pvmcy5dyp4"))))
- (build-system python-build-system)
- (inputs
- (list libnotify))
- (propagated-inputs
- (list python-aionotify
- python-dateutil
- python-icalendar
- python-pygobject
- python-pyinotify
- python-toml
- python-tzlocal
- python-xdg))
- (home-page "https://github.com/nicoe/remhind/")
- (synopsis "A daemon to display notifications of iCalendar events")
- (description
- "A notification daemon of events stored in directories.
-
-Those directories will be monitored for change in order to allow you to use
-solution like vdirsyncer to sync your CalDAV server with your local filesystem.
-This package provides a daemon to display notifications of iCalendar events")
- (license license:gpl3)))
-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;