Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4BEBC84EF9 for ; Thu, 7 Dec 2023 17:54:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id NK0-VhrejXDj for ; Thu, 7 Dec 2023 17:54:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 73A2584CCA for ; Thu, 7 Dec 2023 17:54:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66F46FA42; Thu, 7 Dec 2023 17:54:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701971690264110" MIME-Version: 1.0 Date: Thu, 7 Dec 2023 17:54:50 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-djangocms-icon To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231207175450.66F46FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701971690264110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1701971690264110 Content-Disposition: inline Content-Length: 4385 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 -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 --_----------=_1701971690264110--