Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-jsbeautifier py-jsbeautifier: updated to 1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1fb68e788e85
branches: trunk
changeset: 437517:1fb68e788e85
user: adam <adam%pkgsrc.org@localhost>
date: Tue Aug 25 11:03:20 2020 +0000
description:
py-jsbeautifier: updated to 1.13.0
v1.13.0
Description
This release truly fixes the python cssbeautifier installation and updates cssbeautifier cli to use the same general code as jsbeautifier.
Also, as of this release Node.js 8.x is no longer guaranteed to work. Node.js 8.x LTS reached end-of-life in January 2020. Parts of our test infrastructure no longer support Node.js 8.x. The
js-beautifier should still run on Node.js 8.x, but it is not part of the CI system and so not guaranteed to work.
Closed Issues
(internal) Refactor python cssbeautifier to reuse jsbeautifier CLI methods
(internal) Switch from node-static to serve
Fixed pip install cssbeautifier
diffstat:
textproc/py-jsbeautifier/Makefile | 4 ++--
textproc/py-jsbeautifier/PLIST | 5 ++++-
textproc/py-jsbeautifier/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (46 lines):
diff -r 20a7979afccb -r 1fb68e788e85 textproc/py-jsbeautifier/Makefile
--- a/textproc/py-jsbeautifier/Makefile Tue Aug 25 10:37:35 2020 +0000
+++ b/textproc/py-jsbeautifier/Makefile Tue Aug 25 11:03:20 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2020/05/17 21:38:46 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/08/25 11:03:20 adam Exp $
-DISTNAME= jsbeautifier-1.11.0
+DISTNAME= jsbeautifier-1.13.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsbeautifier/}
diff -r 20a7979afccb -r 1fb68e788e85 textproc/py-jsbeautifier/PLIST
--- a/textproc/py-jsbeautifier/PLIST Tue Aug 25 10:37:35 2020 +0000
+++ b/textproc/py-jsbeautifier/PLIST Tue Aug 25 11:03:20 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/05/02 08:35:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/08/25 11:03:20 adam Exp $
bin/js-beautify-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -12,6 +12,9 @@
${PYSITELIB}/jsbeautifier/__version__.py
${PYSITELIB}/jsbeautifier/__version__.pyc
${PYSITELIB}/jsbeautifier/__version__.pyo
+${PYSITELIB}/jsbeautifier/cli/__init__.py
+${PYSITELIB}/jsbeautifier/cli/__init__.pyc
+${PYSITELIB}/jsbeautifier/cli/__init__.pyo
${PYSITELIB}/jsbeautifier/core/__init__.py
${PYSITELIB}/jsbeautifier/core/__init__.pyc
${PYSITELIB}/jsbeautifier/core/__init__.pyo
diff -r 20a7979afccb -r 1fb68e788e85 textproc/py-jsbeautifier/distinfo
--- a/textproc/py-jsbeautifier/distinfo Tue Aug 25 10:37:35 2020 +0000
+++ b/textproc/py-jsbeautifier/distinfo Tue Aug 25 11:03:20 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2020/04/11 16:28:58 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/08/25 11:03:20 adam Exp $
-SHA1 (jsbeautifier-1.11.0.tar.gz) = bce7bab2b5da5188eb4729076ac1b84cb3507462
-RMD160 (jsbeautifier-1.11.0.tar.gz) = dc27640205a629d4374fc1d2a9b56fd3f11cfd7d
-SHA512 (jsbeautifier-1.11.0.tar.gz) = 1321493314f091b3b6d8d128de0f5931dbc35b447ea59665044262e99098b9766d7e1a7fa2725423fdfe13be88cc25858b40e8a88a4e3d9bb5426a8ba617156c
-Size (jsbeautifier-1.11.0.tar.gz) = 69799 bytes
+SHA1 (jsbeautifier-1.13.0.tar.gz) = eb311a282a13a160841f594d184458b3f5e89921
+RMD160 (jsbeautifier-1.13.0.tar.gz) = 4db7147ec125f1faf05dcfde0efe46a0e57a7774
+SHA512 (jsbeautifier-1.13.0.tar.gz) = 2ae74b8579cedab0d7d1954e91f1a89228eed8dd0f568a52978fdc57ff4369eb69054f5ec207ccd0e687404371d47d71a9a816253021687c3abb5484f8392b9a
+Size (jsbeautifier-1.13.0.tar.gz) = 72016 bytes
Home |
Main Index |
Thread Index |
Old Index