mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: python-hyperkitty: Update to 1.3.5.
* gnu/packages/mail.scm (python-hyperkitty): Update to 1.3.5. [arguments]: Add pythonpath in test invokation. [propagated-inputs]: Add PYTHON-MISTUNE-NEXT. Change from PYTHON-DJANGO-2.2 to PYTHON-DJANGO. [native-inputs]: Add PYTHON-LXML.
This commit is contained in:
parent
b0ce8bdb39
commit
3f9d122dcb
1 changed files with 7 additions and 4 deletions
|
@ -3524,14 +3524,14 @@ (define-public python-mailman-hyperkitty
|
|||
(define-public python-hyperkitty
|
||||
(package
|
||||
(name "python-hyperkitty")
|
||||
(version "1.3.3")
|
||||
(version "1.3.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "HyperKitty" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0p85r9q6mn5as5b39xp9hkkipnk0156acx540n2ygk3qb3jd4a5n"))))
|
||||
"11lz1s2p8n43h1cdr9l5dppsigg8qdppckdwdndzn7a8r8mj4sc2"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
@ -3539,10 +3539,11 @@ (define-public python-hyperkitty
|
|||
(replace 'check
|
||||
(lambda _
|
||||
(invoke "example_project/manage.py" "test"
|
||||
"--settings=hyperkitty.tests.settings_test"))))))
|
||||
"--settings=hyperkitty.tests.settings_test"
|
||||
"--pythonpath=."))))))
|
||||
(propagated-inputs
|
||||
`(("python-dateutil" ,python-dateutil)
|
||||
("python-django" ,python-django-2.2)
|
||||
("python-django" ,python-django)
|
||||
("python-django-compressor" ,python-django-compressor)
|
||||
("python-django-extensions" ,python-django-extensions)
|
||||
("python-django-gravatar2" ,python-django-gravatar2)
|
||||
|
@ -3552,6 +3553,7 @@ (define-public python-hyperkitty
|
|||
("python-djangorestframework" ,python-djangorestframework)
|
||||
("python-flufl-lock" ,python-flufl-lock)
|
||||
("python-mailmanclient" ,python-mailmanclient)
|
||||
("python-mistune-next" ,python-mistune-next)
|
||||
("python-networkx" ,python-networkx)
|
||||
("python-pytz" ,python-pytz)
|
||||
("python-robot-detection" ,python-robot-detection)))
|
||||
|
@ -3559,6 +3561,7 @@ (define-public python-hyperkitty
|
|||
`(("python-beautifulsoup4" ,python-beautifulsoup4)
|
||||
("python-elasticsearch" ,python-elasticsearch)
|
||||
("python-isort" ,python-isort)
|
||||
("python-lxml" ,python-lxml)
|
||||
("python-mock" ,python-mock)
|
||||
("python-whoosh" ,python-whoosh)))
|
||||
(home-page "https://gitlab.com/mailman/hyperkitty")
|
||||
|
|
Loading…
Reference in a new issue