diff options
Diffstat (limited to 'arunisaac/meetfree.scm')
| -rw-r--r-- | arunisaac/meetfree.scm | 29 |
1 files changed, 2 insertions, 27 deletions
diff --git a/arunisaac/meetfree.scm b/arunisaac/meetfree.scm index 748164d..fe5d150 100644 --- a/arunisaac/meetfree.scm +++ b/arunisaac/meetfree.scm @@ -11,7 +11,8 @@ python-pypa-build python-setuptools)) #:use-module ((gnu packages python-web) - #:select (python-bottle python-requests)) + #:select (python-bottle python-feedgen + python-requests)) #:use-module ((gnu packages python-xyz) #:select (python-flit python-markdown)) #:use-module ((gnu packages time) @@ -43,32 +44,6 @@ meetfree-configuration-server-name meetfree-configuration-allowed-groups)) -(define-public python-feedgen - (package - (name "python-feedgen") - (version "1.0.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "feedgen" version)) - (sha256 - (base32 "0sjljdip5ffkwphqh49irhprywic9n671hwq56js4mp9np1m3gfr")))) - (build-system pyproject-build-system) - (propagated-inputs - (list python-dateutil - python-lxml)) - (native-inputs - (list python-pytest - python-setuptools)) - (home-page "https://lkiesow.github.io/python-feedgen") - (synopsis "Feed Generator (ATOM, RSS, Podcasts)") - (description - "This module can be used to generate web feeds in both Atom and RSS -format. It supports extensions. For example, it comes with an -extension to produce podcasts.") - (license (list license:bsd-2 - license:lgpl3+)))) - (define-public python-icalendar (package (name "python-icalendar") |
