Wed May 10 22:45:58 2023 UTC ()
py-rcssmin: add version 1.1.1

RCSSmin is a CSS minifier written in python.

The minifier is based on the semantics of the YUI compressor, which itself
is based on the rule list by Isaac Schlueter.

This module is a re-implementation aiming for speed instead of maximum
compression, so it can be used at runtime (rather than during a preprocessing
step). RCSSmin does syntactical compression only (removing spaces, comments
and possibly semicolons). It does not provide semantic compression (like
removing empty blocks, collapsing redundant properties etc). It does, however,
support various CSS hacks (by keeping them working as intended).


(markd)
diff -r0 -r1.1 pkgsrc/www/py-rcssmin/DESCR
diff -r0 -r1.1 pkgsrc/www/py-rcssmin/Makefile
diff -r0 -r1.1 pkgsrc/www/py-rcssmin/PLIST
diff -r0 -r1.1 pkgsrc/www/py-rcssmin/distinfo

File Added: pkgsrc/www/py-rcssmin/DESCR
RCSSmin is a CSS minifier written in python.

The minifier is based on the semantics of the YUI compressor, which itself
is based on the rule list by Isaac Schlueter.

This module is a re-implementation aiming for speed instead of maximum
compression, so it can be used at runtime (rather than during a preprocessing
step). RCSSmin does syntactical compression only (removing spaces, comments
and possibly semicolons). It does not provide semantic compression (like
removing empty blocks, collapsing redundant properties etc). It does, however,
support various CSS hacks (by keeping them working as intended).

File Added: pkgsrc/www/py-rcssmin/Makefile
# $NetBSD: Makefile,v 1.1 2023/05/10 22:45:58 markd Exp $

DISTNAME=	rcssmin-1.1.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_PYPI:=r/rcssmin/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/ndparker/rcssmin/
COMMENT=	Fast CSS minifier for Python
LICENSE=	apache-2.0

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/www/py-rcssmin/PLIST
@comment $NetBSD: PLIST,v 1.1 2023/05/10 22:45:58 markd Exp $
${PYSITELIB}/_rcssmin.so
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/rcssmin.py
${PYSITELIB}/rcssmin.pyc
${PYSITELIB}/rcssmin.pyo

File Added: pkgsrc/www/py-rcssmin/distinfo
$NetBSD: distinfo,v 1.1 2023/05/10 22:45:58 markd Exp $

BLAKE2s (rcssmin-1.1.1.tar.gz) = 0d466ef0ba3215c714cfd760b59d758980399b2fde93616262b39cf073869f7f
SHA512 (rcssmin-1.1.1.tar.gz) = 3439808f0e9165cac33756a2664fb4e3a314107422a952ebd42b28653519d91ba9e8f775cd499078c6d3faf103415c7c66eec05258f2dcfe85fee4f253399dfd
Size (rcssmin-1.1.1.tar.gz) = 582247 bytes