summaryrefslogtreecommitdiff
path: root/px/packages
diff options
context:
space:
mode:
Diffstat (limited to 'px/packages')
-rw-r--r--px/packages/etesync.scm26
-rw-r--r--px/packages/python-xyz.scm28
2 files changed, 27 insertions, 27 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
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm
index c6a2da4..2587169 100644
--- a/px/packages/python-xyz.scm
+++ b/px/packages/python-xyz.scm
@@ -953,4 +953,30 @@ communicating with your Coldcard over USB")
(home-page "https://github.com/hbldh/bleak")
(synopsis "Bluetooth Low Energy platform Agnostic Klient")
(description "Bluetooth Low Energy platform Agnostic Klient")
- (license license:expat))) \ No newline at end of file
+ (license license:expat)))
+
+;; 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))) \ No newline at end of file