[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55474] [PATCH v5 28/55] gnu: python-rjsmin: Update to 1.2.1.
From: |
Nicolas Graves |
Subject: |
[bug#55474] [PATCH v5 28/55] gnu: python-rjsmin: Update to 1.2.1. |
Date: |
Sun, 25 Jun 2023 18:57:29 +0200 |
* gnu/packages/python-xyz.scm (python-rjsmin): Update to 1.2.1.
[source](snippet): Remove trailing #t.
[build-system]: Use pyproject-build-sytem.
[description]: Fix spacing.
[arguments]: Delete #:phases and #:tests?.
---
gnu/packages/python-xyz.scm | 26 +++++++-------------------
1 file changed, 7 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 97ccaff1a2..374b550c40 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20552,38 +20552,26 @@ (define-public python-rcssmin
(define-public python-rjsmin
(package
(name "python-rjsmin")
- (version "1.1.0")
+ (version "1.2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "rjsmin" version))
(sha256
- (base32
- "0cmc72rlkvzz8fl89bc83czkx0pcvhzj7yn7m29r8pgnf5fcfpdi"))
+ (base32 "04almyw2b5r9xq9961qgzhskjjhk82djf1s3m5vqfhqiw3l2p60z"))
(modules '((guix build utils)))
(snippet
'(begin
- (for-each delete-file (find-files "bench" "\\.js$"))
- #t))))
- (build-system python-build-system)
- (arguments
- '(#:tests? #f ; Not all test files included.
- #:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key inputs outputs tests? #:allow-other-keys)
- (add-installed-pythonpath inputs outputs)
- (if tests?
- (invoke "py.test" "-vv" "tests")
- #t))))))
+ (for-each delete-file (find-files "bench" "\\.js$"))))))
+ (build-system pyproject-build-system)
(native-inputs
(list python-pytest))
(home-page "http://opensource.perlig.de/rjsmin/")
(synopsis "Javascript Minifier")
(description "@code{rJSmin} is a javascript minifier written in Python.
The
- minifier is based on the semantics of jsmin.c by Douglas Crockford. The
module
- is a re-implementation aiming for speed, so it can be used at runtime
(rather
-
than during a preprocessing step).")
+minifier is based on the semantics of jsmin.c by Douglas Crockford. The module
+is a re-implementation aiming for speed, so it can be used at runtime (rather
+than during a preprocessing step).")
(license license:asl2.0)))
(define-public python-xopen
--
2.40.1
- [bug#55474] [PATCH v5 18/55] gnu: graphite-web: Update to 1.1.10-0-dca59dc., (continued)
- [bug#55474] [PATCH v5 18/55] gnu: graphite-web: Update to 1.1.10-0-dca59dc., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 09/55] gnu: python-django-3.1.14: Skip failing tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 11/55] gnu: python-easy-thumbnails: Update to 2.8.5., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 19/55] gnu: python-django-contact-form: Add native-input tzdata-for-tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 16/55] gnu: Remove python-django-2.2., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 22/55] gnu: python-django-sortedm2m: Replace input python-django by python-django-3.2., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 20/55] gnu: python-django-contrib-comments: Update to 2.2.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 21/55] gnu: python-dango-rq: Add native-input tzdata-for-tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 24/55] gnu: python-django-sortedm2m: Update to 3.1.1-0-ddf321f., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 25/55] gnu: python-defusedxml: Update to 0.7.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 28/55] gnu: python-rjsmin: Update to 1.2.1.,
Nicolas Graves <=
- [bug#55474] [PATCH v5 26/55] gnu: python-filetype: Update to 1.0.10., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 29/55] gnu: python-django-mailman3: Update to 1.3.8., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 23/55] gnu: python-django-tagging: Add patch for django@4 support., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 27/55] gnu: python-rcssmin: Update to 1.1.1., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 30/55] gnu: Remove python-pysolr., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 33/55] gnu: python-hyperkitty: Update to 1.3.7., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 31/55] gnu: python-django-compressor: Update to 4.3.1., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 32/55] gnu: python-django-haystack: Update to 3.2.1., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 34/55] gnu: Add python-django-requests-debug-toolbar., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 35/55] gnu: postorius: Update to 1.3.7., Nicolas Graves, 2023/06/25