pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jun  4 02:40:49 UTC 2023

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/py-django-compressor: DESCR Makefile PLIST distinfo

Log Message:
py-django-compressor: add version 4.3.1

Django Compressor processes, combines and minifies linked and inline
Javascript or CSS in a Django template into cacheable static files.

It supports compilers such as coffeescript, LESS and SASS and is
extensible by custom processing steps.


To generate a diff of this commit:
cvs rdiff -u -r1.1716 -r1.1717 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-django-compressor/DESCR \
    pkgsrc/www/py-django-compressor/Makefile \
    pkgsrc/www/py-django-compressor/PLIST \
    pkgsrc/www/py-django-compressor/distinfo

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

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1716 pkgsrc/www/Makefile:1.1717
--- pkgsrc/www/Makefile:1.1716  Sun Jun  4 02:36:27 2023
+++ pkgsrc/www/Makefile Sun Jun  4 02:40:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1716 2023/06/04 02:36:27 markd Exp $
+# $NetBSD: Makefile,v 1.1717 2023/06/04 02:40:49 markd Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -696,6 +696,7 @@ SUBDIR+=    py-django-classy-tags
 SUBDIR+=       py-django-cms
 SUBDIR+=       py-django-cmsplugin_gallery
 SUBDIR+=       py-django-cogwheels
+SUBDIR+=       py-django-compressor
 SUBDIR+=       py-django-contrib-comments
 SUBDIR+=       py-django-cors-headers
 SUBDIR+=       py-django-countries

Added files:

Index: pkgsrc/www/py-django-compressor/DESCR
diff -u /dev/null pkgsrc/www/py-django-compressor/DESCR:1.1
--- /dev/null   Sun Jun  4 02:40:50 2023
+++ pkgsrc/www/py-django-compressor/DESCR       Sun Jun  4 02:40:49 2023
@@ -0,0 +1,5 @@
+Django Compressor processes, combines and minifies linked and inline
+Javascript or CSS in a Django template into cacheable static files.
+
+It supports compilers such as coffeescript, LESS and SASS and is
+extensible by custom processing steps.
Index: pkgsrc/www/py-django-compressor/Makefile
diff -u /dev/null pkgsrc/www/py-django-compressor/Makefile:1.1
--- /dev/null   Sun Jun  4 02:40:50 2023
+++ pkgsrc/www/py-django-compressor/Makefile    Sun Jun  4 02:40:49 2023
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2023/06/04 02:40:49 markd Exp $
+
+DISTNAME=      django_compressor-4.3.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-compressor/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/django-compressor/django-compressor/
+COMMENT=       Compresses linked and inline javascript or CSS into single cached file
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django3
+DEPENDS+=      ${PYPKGPREFIX}-django-appconf>=1.0.3:../../www/py-django-appconf
+DEPENDS+=      ${PYPKGPREFIX}-rcssmin>=1.1.1:../../www/py-rcssmin
+DEPENDS+=      ${PYPKGPREFIX}-rjsmin>=1.2.1:../../www/py-rjsmin
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-compressor/PLIST
diff -u /dev/null pkgsrc/www/py-django-compressor/PLIST:1.1
--- /dev/null   Sun Jun  4 02:40:50 2023
+++ pkgsrc/www/py-django-compressor/PLIST       Sun Jun  4 02:40:49 2023
@@ -0,0 +1,365 @@
+@comment $NetBSD: PLIST,v 1.1 2023/06/04 02:40:49 markd Exp $
+${PYSITELIB}/compressor/__init__.py
+${PYSITELIB}/compressor/__init__.pyc
+${PYSITELIB}/compressor/__init__.pyo
+${PYSITELIB}/compressor/base.py
+${PYSITELIB}/compressor/base.pyc
+${PYSITELIB}/compressor/base.pyo
+${PYSITELIB}/compressor/cache.py
+${PYSITELIB}/compressor/cache.pyc
+${PYSITELIB}/compressor/cache.pyo
+${PYSITELIB}/compressor/conf.py
+${PYSITELIB}/compressor/conf.pyc
+${PYSITELIB}/compressor/conf.pyo
+${PYSITELIB}/compressor/contrib/__init__.py
+${PYSITELIB}/compressor/contrib/__init__.pyc
+${PYSITELIB}/compressor/contrib/__init__.pyo
+${PYSITELIB}/compressor/contrib/jinja2ext.py
+${PYSITELIB}/compressor/contrib/jinja2ext.pyc
+${PYSITELIB}/compressor/contrib/jinja2ext.pyo
+${PYSITELIB}/compressor/contrib/sekizai.py
+${PYSITELIB}/compressor/contrib/sekizai.pyc
+${PYSITELIB}/compressor/contrib/sekizai.pyo
+${PYSITELIB}/compressor/css.py
+${PYSITELIB}/compressor/css.pyc
+${PYSITELIB}/compressor/css.pyo
+${PYSITELIB}/compressor/exceptions.py
+${PYSITELIB}/compressor/exceptions.pyc
+${PYSITELIB}/compressor/exceptions.pyo
+${PYSITELIB}/compressor/filters/__init__.py
+${PYSITELIB}/compressor/filters/__init__.pyc
+${PYSITELIB}/compressor/filters/__init__.pyo
+${PYSITELIB}/compressor/filters/base.py
+${PYSITELIB}/compressor/filters/base.pyc
+${PYSITELIB}/compressor/filters/base.pyo
+${PYSITELIB}/compressor/filters/cleancss.py
+${PYSITELIB}/compressor/filters/cleancss.pyc
+${PYSITELIB}/compressor/filters/cleancss.pyo
+${PYSITELIB}/compressor/filters/closure.py
+${PYSITELIB}/compressor/filters/closure.pyc
+${PYSITELIB}/compressor/filters/closure.pyo
+${PYSITELIB}/compressor/filters/css_default.py
+${PYSITELIB}/compressor/filters/css_default.pyc
+${PYSITELIB}/compressor/filters/css_default.pyo
+${PYSITELIB}/compressor/filters/cssmin/__init__.py
+${PYSITELIB}/compressor/filters/cssmin/__init__.pyc
+${PYSITELIB}/compressor/filters/cssmin/__init__.pyo
+${PYSITELIB}/compressor/filters/datauri.py
+${PYSITELIB}/compressor/filters/datauri.pyc
+${PYSITELIB}/compressor/filters/datauri.pyo
+${PYSITELIB}/compressor/filters/jsmin/__init__.py
+${PYSITELIB}/compressor/filters/jsmin/__init__.pyc
+${PYSITELIB}/compressor/filters/jsmin/__init__.pyo
+${PYSITELIB}/compressor/filters/template.py
+${PYSITELIB}/compressor/filters/template.pyc
+${PYSITELIB}/compressor/filters/template.pyo
+${PYSITELIB}/compressor/filters/yuglify.py
+${PYSITELIB}/compressor/filters/yuglify.pyc
+${PYSITELIB}/compressor/filters/yuglify.pyo
+${PYSITELIB}/compressor/filters/yui.py
+${PYSITELIB}/compressor/filters/yui.pyc
+${PYSITELIB}/compressor/filters/yui.pyo
+${PYSITELIB}/compressor/finders.py
+${PYSITELIB}/compressor/finders.pyc
+${PYSITELIB}/compressor/finders.pyo
+${PYSITELIB}/compressor/js.py
+${PYSITELIB}/compressor/js.pyc
+${PYSITELIB}/compressor/js.pyo
+${PYSITELIB}/compressor/management/__init__.py
+${PYSITELIB}/compressor/management/__init__.pyc
+${PYSITELIB}/compressor/management/__init__.pyo
+${PYSITELIB}/compressor/management/commands/__init__.py
+${PYSITELIB}/compressor/management/commands/__init__.pyc
+${PYSITELIB}/compressor/management/commands/__init__.pyo
+${PYSITELIB}/compressor/management/commands/compress.py
+${PYSITELIB}/compressor/management/commands/compress.pyc
+${PYSITELIB}/compressor/management/commands/compress.pyo
+${PYSITELIB}/compressor/management/commands/mtime_cache.py
+${PYSITELIB}/compressor/management/commands/mtime_cache.pyc
+${PYSITELIB}/compressor/management/commands/mtime_cache.pyo
+${PYSITELIB}/compressor/models.py
+${PYSITELIB}/compressor/models.pyc
+${PYSITELIB}/compressor/models.pyo
+${PYSITELIB}/compressor/offline/__init__.py
+${PYSITELIB}/compressor/offline/__init__.pyc
+${PYSITELIB}/compressor/offline/__init__.pyo
+${PYSITELIB}/compressor/offline/django.py
+${PYSITELIB}/compressor/offline/django.pyc
+${PYSITELIB}/compressor/offline/django.pyo
+${PYSITELIB}/compressor/offline/jinja2.py
+${PYSITELIB}/compressor/offline/jinja2.pyc
+${PYSITELIB}/compressor/offline/jinja2.pyo
+${PYSITELIB}/compressor/parser/__init__.py
+${PYSITELIB}/compressor/parser/__init__.pyc
+${PYSITELIB}/compressor/parser/__init__.pyo
+${PYSITELIB}/compressor/parser/base.py
+${PYSITELIB}/compressor/parser/base.pyc
+${PYSITELIB}/compressor/parser/base.pyo
+${PYSITELIB}/compressor/parser/beautifulsoup.py
+${PYSITELIB}/compressor/parser/beautifulsoup.pyc
+${PYSITELIB}/compressor/parser/beautifulsoup.pyo
+${PYSITELIB}/compressor/parser/default_htmlparser.py
+${PYSITELIB}/compressor/parser/default_htmlparser.pyc
+${PYSITELIB}/compressor/parser/default_htmlparser.pyo
+${PYSITELIB}/compressor/parser/html5lib.py
+${PYSITELIB}/compressor/parser/html5lib.pyc
+${PYSITELIB}/compressor/parser/html5lib.pyo
+${PYSITELIB}/compressor/parser/lxml.py
+${PYSITELIB}/compressor/parser/lxml.pyc
+${PYSITELIB}/compressor/parser/lxml.pyo
+${PYSITELIB}/compressor/signals.py
+${PYSITELIB}/compressor/signals.pyc
+${PYSITELIB}/compressor/signals.pyo
+${PYSITELIB}/compressor/storage.py
+${PYSITELIB}/compressor/storage.pyc
+${PYSITELIB}/compressor/storage.pyo
+${PYSITELIB}/compressor/templates/compressor/css_file.html
+${PYSITELIB}/compressor/templates/compressor/css_inline.html
+${PYSITELIB}/compressor/templates/compressor/css_preload.html
+${PYSITELIB}/compressor/templates/compressor/js_file.html
+${PYSITELIB}/compressor/templates/compressor/js_inline.html
+${PYSITELIB}/compressor/templates/compressor/js_preload.html
+${PYSITELIB}/compressor/templatetags/__init__.py
+${PYSITELIB}/compressor/templatetags/__init__.pyc
+${PYSITELIB}/compressor/templatetags/__init__.pyo
+${PYSITELIB}/compressor/templatetags/compress.py
+${PYSITELIB}/compressor/templatetags/compress.pyc
+${PYSITELIB}/compressor/templatetags/compress.pyo
+${PYSITELIB}/compressor/test_settings.py
+${PYSITELIB}/compressor/test_settings.pyc
+${PYSITELIB}/compressor/test_settings.pyo
+${PYSITELIB}/compressor/tests/__init__.py
+${PYSITELIB}/compressor/tests/__init__.pyc
+${PYSITELIB}/compressor/tests/__init__.pyo
+${PYSITELIB}/compressor/tests/precompiler.py
+${PYSITELIB}/compressor/tests/precompiler.pyc
+${PYSITELIB}/compressor/tests/precompiler.pyo
+${PYSITELIB}/compressor/tests/static/CACHE/css/0618b11949aa.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/19dab3491062.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/44f5d1102ce5.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/58a8c0714e59.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/5c6a60375256.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/600674ea1d3d.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/64f74be417da.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/7f02c21025ae.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/919e93a2fea0.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/a15af50e715b.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/block_name.393dbcddb48e.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/block_name.a1e074d0c4ac.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/cd0846966de0.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/dff24a7e6003.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/output.187e2ce75808.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/output.20f9b535162f.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/output.2db2b4d36380.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/output.4263023f49d6.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/output.44f040b05f91.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/output.58a8c0714e59.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/output.600674ea1d3d.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/output.7ff52cb38987.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/output.aca9bcd16bee.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/output.aca9bcd16bee.css.gz
+${PYSITELIB}/compressor/tests/static/CACHE/css/output.c836c9caed5c.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/output.d5444a1ab4a3.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/output.e3b0c44298fc.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/output.e701f86c6430.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/output.e701f86c6430.css.gz
+${PYSITELIB}/compressor/tests/static/CACHE/css/output.fffafcdf428e.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/relative_url.376db5682982.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/relative_url.e8602322bfa6.css
+${PYSITELIB}/compressor/tests/static/CACHE/css/test.222f958fb191.css
+${PYSITELIB}/compressor/tests/static/CACHE/js/29e69fc86958.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/302673cb0d9e.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/8a0fed36c317.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/d5474411b7a5.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/e1cc01dd11ac.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/ed0dff257832.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/one.4b3570601b8c.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/one.8ab93aace8fa.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.0241107e9a9a.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.055f88f4751f.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.06a98ccfd380.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.2bb88185b4f5.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.55b3123e884c.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.567bb77b13db.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.5694ca83dd14.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.6ac9e4b29feb.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.7219642b8ab4.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.76a82cfab9ab.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.817b5defb197.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.822ac7501287.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.8a0fed36c317.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.8b4a7452e1c5.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.8c00f1cf1e0a.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.9a7f06880ce3.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.9cecd41a505f.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.a3275743dc69.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.b0bfc3754fd4.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.b39975a8f6ea.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.b8376aad1357.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.be0b1eade28b.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.bfc63829cc58.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.bfcec76e0f28.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.c6bf81bca7ad.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.c877c436363a.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.cee48db7cedc.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.d3f749e83c81.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.dd79e1bd1527.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.e4d043b4cde4.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.e4e9263fa4c0.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.e682d84f6b17.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.ec862f0ff42c.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.ed565a1d262f.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.eeabdac29232.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.fb4a0d84e914.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output.ffc39dec05fd.js
+${PYSITELIB}/compressor/tests/static/CACHE/js/output_name.822ac7501287.js
+${PYSITELIB}/compressor/tests/static/CACHE/test.txt
+${PYSITELIB}/compressor/tests/static/css/datauri.css
+${PYSITELIB}/compressor/tests/static/css/filename with spaces.css
+${PYSITELIB}/compressor/tests/static/css/nonasc.css
+${PYSITELIB}/compressor/tests/static/css/one.css
+${PYSITELIB}/compressor/tests/static/css/relative_url.css
+${PYSITELIB}/compressor/tests/static/css/two.css
+${PYSITELIB}/compressor/tests/static/css/url/2/url2.css
+${PYSITELIB}/compressor/tests/static/css/url/nonasc.css
+${PYSITELIB}/compressor/tests/static/css/url/test.css
+${PYSITELIB}/compressor/tests/static/css/url/url1.css
+${PYSITELIB}/compressor/tests/static/css/utf-8_with-BOM.css
+${PYSITELIB}/compressor/tests/static/custom/js/8a0fed36c317.js
+${PYSITELIB}/compressor/tests/static/custom/nested/js/8a0fed36c317.js
+${PYSITELIB}/compressor/tests/static/img/add with spaces.png
+${PYSITELIB}/compressor/tests/static/img/add.png
+${PYSITELIB}/compressor/tests/static/img/python.png
+${PYSITELIB}/compressor/tests/static/js/8a0fed36c317.js
+${PYSITELIB}/compressor/tests/static/js/nonasc-latin1.js
+${PYSITELIB}/compressor/tests/static/js/nonasc.js
+${PYSITELIB}/compressor/tests/static/js/one.coffee
+${PYSITELIB}/compressor/tests/static/js/one.js
+${PYSITELIB}/compressor/tests/static/js/three.js
+${PYSITELIB}/compressor/tests/static/js/two.js
+${PYSITELIB}/compressor/tests/static/test.txt
+${PYSITELIB}/compressor/tests/static/test.txt.br
+${PYSITELIB}/compressor/tests/static/test.txt.gz
+${PYSITELIB}/compressor/tests/test_base.py
+${PYSITELIB}/compressor/tests/test_base.pyc
+${PYSITELIB}/compressor/tests/test_base.pyo
+${PYSITELIB}/compressor/tests/test_conf.py
+${PYSITELIB}/compressor/tests/test_conf.pyc
+${PYSITELIB}/compressor/tests/test_conf.pyo
+${PYSITELIB}/compressor/tests/test_filters.py
+${PYSITELIB}/compressor/tests/test_filters.pyc
+${PYSITELIB}/compressor/tests/test_filters.pyo
+${PYSITELIB}/compressor/tests/test_finder.py
+${PYSITELIB}/compressor/tests/test_finder.pyc
+${PYSITELIB}/compressor/tests/test_finder.pyo
+${PYSITELIB}/compressor/tests/test_jinja2ext.py
+${PYSITELIB}/compressor/tests/test_jinja2ext.pyc
+${PYSITELIB}/compressor/tests/test_jinja2ext.pyo
+${PYSITELIB}/compressor/tests/test_mtime_cache.py
+${PYSITELIB}/compressor/tests/test_mtime_cache.pyc
+${PYSITELIB}/compressor/tests/test_mtime_cache.pyo
+${PYSITELIB}/compressor/tests/test_offline.py
+${PYSITELIB}/compressor/tests/test_offline.pyc
+${PYSITELIB}/compressor/tests/test_offline.pyo
+${PYSITELIB}/compressor/tests/test_parsers.py
+${PYSITELIB}/compressor/tests/test_parsers.pyc
+${PYSITELIB}/compressor/tests/test_parsers.pyo
+${PYSITELIB}/compressor/tests/test_sekizai.py
+${PYSITELIB}/compressor/tests/test_sekizai.pyc
+${PYSITELIB}/compressor/tests/test_sekizai.pyo
+${PYSITELIB}/compressor/tests/test_signals.py
+${PYSITELIB}/compressor/tests/test_signals.pyc
+${PYSITELIB}/compressor/tests/test_signals.pyo
+${PYSITELIB}/compressor/tests/test_storages.py
+${PYSITELIB}/compressor/tests/test_storages.pyc
+${PYSITELIB}/compressor/tests/test_storages.pyo
+${PYSITELIB}/compressor/tests/test_templates/basic/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_block_super/base.html
+${PYSITELIB}/compressor/tests/test_templates/test_block_super/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_block_super_base_compressed/base.html
+${PYSITELIB}/compressor/tests/test_templates/test_block_super_base_compressed/base2.html
+${PYSITELIB}/compressor/tests/test_templates/test_block_super_base_compressed/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_block_super_extra/base.html
+${PYSITELIB}/compressor/tests/test_templates/test_block_super_extra/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_block_super_multiple/base.html
+${PYSITELIB}/compressor/tests/test_templates/test_block_super_multiple/base2.html
+${PYSITELIB}/compressor/tests/test_templates/test_block_super_multiple/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_block_super_multiple_cached/base.html
+${PYSITELIB}/compressor/tests/test_templates/test_block_super_multiple_cached/base2.html
+${PYSITELIB}/compressor/tests/test_templates/test_block_super_multiple_cached/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_complex/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_compress_command/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_condition/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_duplicate/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_error_handling/buggy_extends.html
+${PYSITELIB}/compressor/tests/test_templates/test_error_handling/buggy_template.html
+${PYSITELIB}/compressor/tests/test_templates/test_error_handling/missing_extends.html
+${PYSITELIB}/compressor/tests/test_templates/test_error_handling/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_error_handling/with_coffeescript.html
+${PYSITELIB}/compressor/tests/test_templates/test_extends_recursion/admin/index.html
+${PYSITELIB}/compressor/tests/test_templates/test_extends_recursion/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_extends_relative/base.html
+${PYSITELIB}/compressor/tests/test_templates/test_extends_relative/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_inline_non_ascii/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_static_templatetag/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_static_url_independence/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_templatetag/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_templatetag_named/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_with_context/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_with_context_super/base.html
+${PYSITELIB}/compressor/tests/test_templates/test_with_context_super/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_with_context_variable_inheritance/base.html
+${PYSITELIB}/compressor/tests/test_templates/test_with_context_variable_inheritance/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates/test_with_context_variable_inheritance_super/base1.html
+${PYSITELIB}/compressor/tests/test_templates/test_with_context_variable_inheritance_super/base2.html
+${PYSITELIB}/compressor/tests/test_templates/test_with_context_variable_inheritance_super/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/basic/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_block_super/base.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_block_super/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_block_super_extra/base.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_block_super_extra/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_block_super_multiple/base.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_block_super_multiple/base2.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_block_super_multiple/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached/base.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached/base2.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_block_super_multiple_cached/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_coffin/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_complex/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_compress_command/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_condition/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_duplicate/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_error_handling/buggy_extends.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_error_handling/buggy_template.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_error_handling/missing_extends.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_error_handling/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_error_handling/with_coffeescript.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_extends_recursion/admin/index.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_extends_recursion/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_inline_non_ascii/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_jingo/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_static_templatetag/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_static_url_independence/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_templatetag/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_templatetag_named/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_with_context/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_with_context_variable_inheritance/base.html
+${PYSITELIB}/compressor/tests/test_templates_jinja2/test_with_context_variable_inheritance/test_compressor_offline.html
+${PYSITELIB}/compressor/tests/test_templatetags.py
+${PYSITELIB}/compressor/tests/test_templatetags.pyc
+${PYSITELIB}/compressor/tests/test_templatetags.pyo
+${PYSITELIB}/compressor/tests/test_utils.py
+${PYSITELIB}/compressor/tests/test_utils.pyc
+${PYSITELIB}/compressor/tests/test_utils.pyo
+${PYSITELIB}/compressor/utils/__init__.py
+${PYSITELIB}/compressor/utils/__init__.pyc
+${PYSITELIB}/compressor/utils/__init__.pyo
+${PYSITELIB}/compressor/utils/staticfiles.py
+${PYSITELIB}/compressor/utils/staticfiles.pyc
+${PYSITELIB}/compressor/utils/staticfiles.pyo
+${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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
Index: pkgsrc/www/py-django-compressor/distinfo
diff -u /dev/null pkgsrc/www/py-django-compressor/distinfo:1.1
--- /dev/null   Sun Jun  4 02:40:50 2023
+++ pkgsrc/www/py-django-compressor/distinfo    Sun Jun  4 02:40:49 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/04 02:40:49 markd Exp $
+
+BLAKE2s (django_compressor-4.3.1.tar.gz) = 5a72e138c0a2f5ff8775db56906d7da9e6a19a90e84405f26b896b998d798469
+SHA512 (django_compressor-4.3.1.tar.gz) = 285dfd21f4b2e25788151f1ac652cbd1302958454872769c6a0d88f5b003de75e93471ec50efdea37388f3050e25a5b4063261d4f635dfcc8fd4edf27c57aa43
+Size (django_compressor-4.3.1.tar.gz) = 422161 bytes



Home | Main Index | Thread Index | Old Index