summaryrefslogtreecommitdiff
path: root/px/packages/etesync.scm
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2024-03-30 16:57:07 +0000
committerFranz Geffke <franz@pantherx.org>2024-03-30 16:57:07 +0000
commit7cddc3f6ee48675559d8d1a8c57ba842b358eee3 (patch)
treeda4a483a08680a6580413ff0e6d080e0d7609f27 /px/packages/etesync.scm
parent7337596152a113d7ec435c7e1b8c2755f529e55d (diff)
python-flask-wtf-0.15.1: move to python-xyz module
Diffstat (limited to 'px/packages/etesync.scm')
-rw-r--r--px/packages/etesync.scm26
1 files changed, 0 insertions, 26 deletions
diff --git a/px/packages/etesync.scm b/px/packages/etesync.scm
index b8e3ef1..e6aee77 100644
--- a/px/packages/etesync.scm
+++ b/px/packages/etesync.scm
@@ -161,32 +161,6 @@ It currently implements AddressBook and Calendar access, and supports two-way sy
(description "Adds i18n/l10n support to Flask applications")
(license license:bsd-3)))
-;; etesync-dav: Requirement.parse('Flask-WTF<1.0.0,>=0.14.2'), {'etesync-dav'})
-(define-public python-flask-wtf-0.15.1
- (package
- (name "python-flask-wtf")
- (version "0.15.1")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "Flask-WTF" version))
- (sha256
- (base32 "1p7jzxa3xckg13z1v9mck576m977h4qfczs3ag12sc4iz22p25zz"))))
- (build-system python-build-system)
- (arguments
- '(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "pytest" "-vv"))))))
- (propagated-inputs (list python-flask python-itsdangerous python-wtforms
- python-flask-babelex))
- (native-inputs (list python-pytest))
- (home-page "https://github.com/lepture/flask-wtf")
- (synopsis "Simple integration of Flask and WTForms")
- (description "Flask-WTF integrates Flask and WTForms, including CSRF, file
-upload, and reCAPTCHA.")
- (license license:bsd-3)))
-
;; etesync-dav: Requirement.parse('Radicale==3.0.3'), {'etesync-dav'})
(define-public radicale-3.0.3
(package