[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65758] [PATCH v7 49/57] gnu: Add python-telepath.
From: |
Nicolas Graves |
Subject: |
[bug#65758] [PATCH v7 49/57] gnu: Add python-telepath. |
Date: |
Wed, 6 Sep 2023 11:16:13 +0200 |
* gnu/packages/django.scm (python-telepath): New variable.
---
gnu/packages/django.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 3f280ab233..c36f3f4ccb 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1636,3 +1636,32 @@ (define-public python-django-cleanup
ImageField and their subclasses. Files set as default values for any
FileField are not deleted.")
(license license:expat)))
+
+(define-public python-telepath
+ (package
+ (name "python-telepath")
+ (version "0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "telepath" version))
+ (sha256
+ (base32 "0k7q5dqgvcwnslb82ah0g6p772jzjmb6fd4wcdc8r46ibsjg4k7g"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-django python-pytest-django))
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? inputs #:allow-other-keys)
+ (if tests?
+ (lambda _
+ (setenv "DJANGO_SETTINGS_MODULE" "telepath.test_settings")
+ (invoke "django-admin" "test" "--pythonpath=."))
+ (format #t "test suite not run~%")))))))
+ (home-page "https://github.com/wagtail/telepath")
+ (synopsis "Exchanging data between Python and JavaScript")
+ (description
+ "This package provides @code{telepath}, a library for exchanging data
+between Python and JavaScript.")
+ (license license:bsd-3)))
--
2.41.0
- [bug#65758] [PATCH v7 24/57] gnu: python-defusedxml: Update to 0.7.0., (continued)
- [bug#65758] [PATCH v7 24/57] gnu: python-defusedxml: Update to 0.7.0., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 23/57] gnu: python-django-sortedm2m: Update to 3.1.1-0-ddf321f., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 34/57] gnu: postorius: Update to 1.3.7., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 25/57] gnu: python-filetype: Update to 1.0.10., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 38/57] gnu: python-django-filter: Update to 22.1., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 42/57] gnu: Add python-jinjalint., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 37/57] gnu: python-django-taggit: Update to 3.1.0., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 39/57] gnu: Add python-django-modelcluster., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 43/57] gnu: Add python-willow., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 44/57] gnu: Add python-django-request., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 49/57] gnu: Add python-telepath.,
Nicolas Graves <=
- [bug#65758] [PATCH v7 46/57] gnu: Add python-draftjs-exporter., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 51/57] gnu: python-openpyxl: Update to 3.1.2., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 48/57] gnu: Add python-anyascii., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 52/57] gnu: Add python-wagtail., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 14/57] gnu: python-django-picklefield: Update to 3.1.0., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 12/57] gnu: python-django-allauth: Update to 0.47.0., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 19/57] gnu: python-django-contrib-comments: Update to 2.2.0., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 57/57] gnu: python-django-debug-toolbar: Update to 3.8.1., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 18/57] gnu: python-django-contact-form: Add native-input tzdata-for-tests., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 30/57] gnu: python-django-compressor: Update to 4.3.1., Nicolas Graves, 2023/09/06