diff options
Diffstat (limited to '')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 55 |
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))) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |