pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-js-asset



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug  8 12:11:28 UTC 2023

Modified Files:
        pkgsrc/www/py-django-js-asset: Makefile PLIST distinfo

Log Message:
py-django-js-asset: updated to 2.1.0

2.1 (2023-06-28)
- Added Django 4.1, 4.2 and Python 3.11 to the CI.
- Removed the pytz dependency from the tests.
- Dropped Python < 3.8, Django < 3.2 from the CI.
- Switched to hatchling and ruff.

`2.0`_ (2022-02-10)
- Raised the minimum supported versions of Python to 3.6, Django to 2.2.
- Added pre-commit.
- Replaced the explicit configuration of whether ``static()`` should be used or
  not with automatic configuration. The ``static`` argument is still accepted
  but ignored and will be removed at a later time.
- Added support for boolean attributes when using Django 4.1 or better.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-django-js-asset/Makefile \
    pkgsrc/www/py-django-js-asset/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django-js-asset/PLIST

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

Modified files:

Index: pkgsrc/www/py-django-js-asset/Makefile
diff -u pkgsrc/www/py-django-js-asset/Makefile:1.7 pkgsrc/www/py-django-js-asset/Makefile:1.8
--- pkgsrc/www/py-django-js-asset/Makefile:1.7  Thu Jul 13 10:03:28 2023
+++ pkgsrc/www/py-django-js-asset/Makefile      Tue Aug  8 12:11:27 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2023/07/13 10:03:28 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/08/08 12:11:27 adam Exp $
 
-DISTNAME=      django-js-asset-1.2.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
+DISTNAME=      django_js_asset-2.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-js-asset/}
 
@@ -11,11 +10,12 @@ HOMEPAGE=   https://github.com/matthiask/d
 COMMENT=       Script tag with additional attributes for django.forms.Media
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-django>=3:../../www/py-django3
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django3
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-js-asset/distinfo
diff -u pkgsrc/www/py-django-js-asset/distinfo:1.7 pkgsrc/www/py-django-js-asset/distinfo:1.8
--- pkgsrc/www/py-django-js-asset/distinfo:1.7  Tue Oct 26 11:30:32 2021
+++ pkgsrc/www/py-django-js-asset/distinfo      Tue Aug  8 12:11:27 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:30:32 nia Exp $
+$NetBSD: distinfo,v 1.8 2023/08/08 12:11:27 adam Exp $
 
-BLAKE2s (django-js-asset-1.2.2.tar.gz) = 755369f0ff2c9efc4f4a57117c6b5af76d661c694e1b76af7ea1d355c3529533
-SHA512 (django-js-asset-1.2.2.tar.gz) = ea050c5093abd8312733b1402e275fcb44f0702c27e28aeb64d0470a8514cd85906707915556a9878b669c96918813c4bf2b69d281d33f18fcc7c143f8ae9f48
-Size (django-js-asset-1.2.2.tar.gz) = 4436 bytes
+BLAKE2s (django_js_asset-2.1.0.tar.gz) = 2253e75090a4d17ea6c5efee287e3a55f45fc4b273d7731ad8cc3238acbdfb6d
+SHA512 (django_js_asset-2.1.0.tar.gz) = d2e80bccd173c09b2401e8d6b202d5526afaf17089d0855849a7eb2ad66525b9a171eb134fdc28fabb3dc701f89e88740312c2e34326d5aa42cd7510502384cc
+Size (django_js_asset-2.1.0.tar.gz) = 7734 bytes

Index: pkgsrc/www/py-django-js-asset/PLIST
diff -u pkgsrc/www/py-django-js-asset/PLIST:1.1 pkgsrc/www/py-django-js-asset/PLIST:1.2
--- pkgsrc/www/py-django-js-asset/PLIST:1.1     Thu Dec 14 13:52:58 2017
+++ pkgsrc/www/py-django-js-asset/PLIST Tue Aug  8 12:11:27 2023
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1 2017/12/14 13:52:58 adam Exp $
-${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
+@comment $NetBSD: PLIST,v 1.2 2023/08/08 12:11:27 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/js_asset/__init__.py
 ${PYSITELIB}/js_asset/__init__.pyc
-${PYSITELIB}/js_asset/__init__.pyo
 ${PYSITELIB}/js_asset/js.py
 ${PYSITELIB}/js_asset/js.pyc
-${PYSITELIB}/js_asset/js.pyo



Home | Main Index | Thread Index | Old Index