pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-jsbeautifier



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 25 11:03:21 UTC 2020

Modified Files:
        pkgsrc/textproc/py-jsbeautifier: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-jsbeautifier/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-jsbeautifier/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-jsbeautifier/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-jsbeautifier/Makefile
diff -u pkgsrc/textproc/py-jsbeautifier/Makefile:1.14 pkgsrc/textproc/py-jsbeautifier/Makefile:1.15
--- pkgsrc/textproc/py-jsbeautifier/Makefile:1.14       Sun May 17 21:38:46 2020
+++ pkgsrc/textproc/py-jsbeautifier/Makefile    Tue Aug 25 11:03:20 2020
@@ -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/}

Index: pkgsrc/textproc/py-jsbeautifier/PLIST
diff -u pkgsrc/textproc/py-jsbeautifier/PLIST:1.5 pkgsrc/textproc/py-jsbeautifier/PLIST:1.6
--- pkgsrc/textproc/py-jsbeautifier/PLIST:1.5   Thu May  2 08:35:09 2019
+++ pkgsrc/textproc/py-jsbeautifier/PLIST       Tue Aug 25 11:03:20 2020
@@ -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/__init__.pyo
 ${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

Index: pkgsrc/textproc/py-jsbeautifier/distinfo
diff -u pkgsrc/textproc/py-jsbeautifier/distinfo:1.13 pkgsrc/textproc/py-jsbeautifier/distinfo:1.14
--- pkgsrc/textproc/py-jsbeautifier/distinfo:1.13       Sat Apr 11 16:28:58 2020
+++ pkgsrc/textproc/py-jsbeautifier/distinfo    Tue Aug 25 11:03:20 2020
@@ -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