diff options
| author | Arun Isaac | 2026-04-30 18:26:18 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-04-30 18:26:18 +0100 |
| commit | 1ac7c8c5ef287cc0e7de2dc986aa514b05bb5c88 (patch) | |
| tree | a14cc3a9e8f9991d4ab2ba46878cc2e3bb425f4f | |
| parent | 611ef3142efca76a669124440419585a42987412 (diff) | |
| download | guix-arunisaac-1ac7c8c5ef287cc0e7de2dc986aa514b05bb5c88.tar.gz guix-arunisaac-1ac7c8c5ef287cc0e7de2dc986aa514b05bb5c88.tar.lz guix-arunisaac-1ac7c8c5ef287cc0e7de2dc986aa514b05bb5c88.zip | |
Use upstream python-feedgen.
| -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") |
