pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-djangocms-icon



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec  7 17:54:50 UTC 2023

Modified Files:
        pkgsrc/www/py-djangocms-icon: Makefile PLIST distinfo

Log Message:
py-djangocms-icon: updated to 2.1.0

2.1.0

Port github actions
IMPROVEMENT: Add note for JS and CSS Files
Create PULL_REQUEST_TEMPLATE.md
FEATURE: adjust setup metadata
build: Update dependencies to modern versions
fix: Updated mention of fontawesome 4 being default
feat: Dark mode support for icon picker


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-djangocms-icon/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-djangocms-icon/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-djangocms-icon/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/py-djangocms-icon/Makefile
diff -u pkgsrc/www/py-djangocms-icon/Makefile:1.6 pkgsrc/www/py-djangocms-icon/Makefile:1.7
--- pkgsrc/www/py-djangocms-icon/Makefile:1.6   Tue Jan  4 20:55:23 2022
+++ pkgsrc/www/py-djangocms-icon/Makefile       Thu Dec  7 17:54:50 2023
@@ -1,22 +1,23 @@
-# $NetBSD: Makefile,v 1.6 2022/01/04 20:55:23 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/12/07 17:54:50 adam Exp $
 
-DISTNAME=      djangocms-icon-2.0.0
+DISTNAME=      djangocms-icon-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/djangocms-icon/}
 
 MAINTAINER=    adam%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/divio/djangocms-icon
+HOMEPAGE=      https://github.com/django-cms/djangocms-icon
 COMMENT=       Django CMS plugin that inserts an icon (font or svg)
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-django-cms>=3.7:../../www/py-django-cms
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-django-cms>=3.10:../../www/py-django-cms
 DEPENDS+=      ${PYPKGPREFIX}-djangocms-attributes-field>=1.0:../../www/py-djangocms-attributes-field
 
 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-djangocms-icon/PLIST
diff -u pkgsrc/www/py-djangocms-icon/PLIST:1.2 pkgsrc/www/py-djangocms-icon/PLIST:1.3
--- pkgsrc/www/py-djangocms-icon/PLIST:1.2      Wed Feb 19 11:25:05 2020
+++ pkgsrc/www/py-djangocms-icon/PLIST  Thu Dec  7 17:54:50 2023
@@ -1,13 +1,15 @@
-@comment $NetBSD: PLIST,v 1.2 2020/02/19 11:25:05 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}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2023/12/07 17:54:50 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/djangocms_icon/__init__.py
 ${PYSITELIB}/djangocms_icon/__init__.pyc
 ${PYSITELIB}/djangocms_icon/__init__.pyo
+${PYSITELIB}/djangocms_icon/apps.py
+${PYSITELIB}/djangocms_icon/apps.pyc
+${PYSITELIB}/djangocms_icon/apps.pyo
 ${PYSITELIB}/djangocms_icon/cms_plugins.py
 ${PYSITELIB}/djangocms_icon/cms_plugins.pyc
 ${PYSITELIB}/djangocms_icon/cms_plugins.pyo
@@ -33,6 +35,9 @@ ${PYSITELIB}/djangocms_icon/migrations/0
 ${PYSITELIB}/djangocms_icon/migrations/0002_auto_20190218_2017.py
 ${PYSITELIB}/djangocms_icon/migrations/0002_auto_20190218_2017.pyc
 ${PYSITELIB}/djangocms_icon/migrations/0002_auto_20190218_2017.pyo
+${PYSITELIB}/djangocms_icon/migrations/0003_alter_icon_cmsplugin_ptr.py
+${PYSITELIB}/djangocms_icon/migrations/0003_alter_icon_cmsplugin_ptr.pyc
+${PYSITELIB}/djangocms_icon/migrations/0003_alter_icon_cmsplugin_ptr.pyo
 ${PYSITELIB}/djangocms_icon/migrations/__init__.py
 ${PYSITELIB}/djangocms_icon/migrations/__init__.pyc
 ${PYSITELIB}/djangocms_icon/migrations/__init__.pyo

Index: pkgsrc/www/py-djangocms-icon/distinfo
diff -u pkgsrc/www/py-djangocms-icon/distinfo:1.5 pkgsrc/www/py-djangocms-icon/distinfo:1.6
--- pkgsrc/www/py-djangocms-icon/distinfo:1.5   Tue Oct 26 11:30:35 2021
+++ pkgsrc/www/py-djangocms-icon/distinfo       Thu Dec  7 17:54:50 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:30:35 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/12/07 17:54:50 adam Exp $
 
-BLAKE2s (djangocms-icon-2.0.0.tar.gz) = 223e1ad3cf373301f71694553c037144a68c0dd954411455bb723fa887c0d860
-SHA512 (djangocms-icon-2.0.0.tar.gz) = 44070c1dd8edc0dc5482774cb99b8a37141025c1666fbaacc1a5e3863a917779857c2fbccbc3f9965c14616dfb69658ff41ff147d94e3761b185a0b8fd83af32
-Size (djangocms-icon-2.0.0.tar.gz) = 145290 bytes
+BLAKE2s (djangocms-icon-2.1.0.tar.gz) = cc53be0a599fba757d22ebc41afdf48e537f4ce0b7cb0bfcefc54560de74b49f
+SHA512 (djangocms-icon-2.1.0.tar.gz) = 5a9bf9c063f7f305ab3732c4438afc9e791bcb118bedd58c8c407c28bfe5f15ab081d14c05be673f4d10a66cbd35a20bad8a190b25fa11bd1c134715d2d555a3
+Size (djangocms-icon-2.1.0.tar.gz) = 146329 bytes
 SHA1 (patch-setup.py) = 1c7dbb5845dd7ff6ab349bc170bdf1e25053564d



Home | Main Index | Thread Index | Old Index