pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec  7 17:57:27 UTC 2023

Modified Files:
        pkgsrc/www/py-djangocms-style: Makefile PLIST distinfo
        pkgsrc/www/py-djangocms-style/patches: patch-setup.py

Log Message:
py-djangocms-style: updated to 3.1.0

3.1.0

Add GitHub Actions
FEATURE: adjust setup metadata
FEATURE: add github pr template
Removed pinned django-treebeard
Feat: Django 4.2 support
chore: Improve ruff config


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-djangocms-style/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-djangocms-style/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-djangocms-style/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-djangocms-style/patches/patch-setup.py

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-style/Makefile
diff -u pkgsrc/www/py-djangocms-style/Makefile:1.8 pkgsrc/www/py-djangocms-style/Makefile:1.9
--- pkgsrc/www/py-djangocms-style/Makefile:1.8  Tue Jan  4 20:55:23 2022
+++ pkgsrc/www/py-djangocms-style/Makefile      Thu Dec  7 17:57:26 2023
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.8 2022/01/04 20:55:23 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2023/12/07 17:57:26 adam Exp $
 
-DISTNAME=      djangocms-style-3.0.0
+DISTNAME=      djangocms-style-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/djangocms-style/}
 
 MAINTAINER=    adam%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/divio/djangocms-style
+HOMEPAGE=      https://github.com/django-cms/djangocms-style
 COMMENT=       Plugin for django CMS to add CSS classes to other plugins
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-django-cms>=3.7:../../www/py-django-cms
 DEPENDS+=      ${PYPKGPREFIX}-djangocms-attributes-field>=1.0:../../www/py-djangocms-attributes-field
 
@@ -18,5 +19,5 @@ 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-style/PLIST
diff -u pkgsrc/www/py-djangocms-style/PLIST:1.3 pkgsrc/www/py-djangocms-style/PLIST:1.4
--- pkgsrc/www/py-djangocms-style/PLIST:1.3     Tue Nov 20 18:48:56 2018
+++ pkgsrc/www/py-djangocms-style/PLIST Thu Dec  7 17:57:26 2023
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2018/11/20 18:48:56 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.4 2023/12/07 17:57:26 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_style/__init__.py
 ${PYSITELIB}/djangocms_style/__init__.pyc
 ${PYSITELIB}/djangocms_style/__init__.pyo
@@ -166,6 +165,9 @@ ${PYSITELIB}/djangocms_style/migrations/
 ${PYSITELIB}/djangocms_style/migrations/0007_style_template.py
 ${PYSITELIB}/djangocms_style/migrations/0007_style_template.pyc
 ${PYSITELIB}/djangocms_style/migrations/0007_style_template.pyo
+${PYSITELIB}/djangocms_style/migrations/0008_alter_style_cmsplugin_ptr.py
+${PYSITELIB}/djangocms_style/migrations/0008_alter_style_cmsplugin_ptr.pyc
+${PYSITELIB}/djangocms_style/migrations/0008_alter_style_cmsplugin_ptr.pyo
 ${PYSITELIB}/djangocms_style/migrations/__init__.py
 ${PYSITELIB}/djangocms_style/migrations/__init__.pyc
 ${PYSITELIB}/djangocms_style/migrations/__init__.pyo

Index: pkgsrc/www/py-djangocms-style/distinfo
diff -u pkgsrc/www/py-djangocms-style/distinfo:1.6 pkgsrc/www/py-djangocms-style/distinfo:1.7
--- pkgsrc/www/py-djangocms-style/distinfo:1.6  Tue Oct 26 11:30:35 2021
+++ pkgsrc/www/py-djangocms-style/distinfo      Thu Dec  7 17:57:26 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:30:35 nia Exp $
+$NetBSD: distinfo,v 1.7 2023/12/07 17:57:26 adam Exp $
 
-BLAKE2s (djangocms-style-3.0.0.tar.gz) = 74d81b0963d26b395f3f2f3ad3c9d9b124c6efe0dbfd9bd786106b26354ff524
-SHA512 (djangocms-style-3.0.0.tar.gz) = 6ee962e1cf1593d5e99ef0108ddba1c727b72e9b275da7986ddcaa84da7a28534195b8f79fbd2841bb9f84848b340f86c8f4cae72b2b4749275f548edf9fff0e
-Size (djangocms-style-3.0.0.tar.gz) = 28945 bytes
-SHA1 (patch-setup.py) = 9bdc77c3b138600e110deadcb35a0a8a00e54254
+BLAKE2s (djangocms-style-3.1.0.tar.gz) = 03d74f6aef9208204c7f7f1810405ad3aace290ce9e17d6d164172bab02bca0a
+SHA512 (djangocms-style-3.1.0.tar.gz) = 3a532aff4e1f1954b51908554afd638a09bb3a11f66f15c2d8dbff3cd1b9c40cc045064d13561a118c67b11f72ab0107da735eda607ab831e5e7296c258736a3
+Size (djangocms-style-3.1.0.tar.gz) = 28842 bytes
+SHA1 (patch-setup.py) = 2ac27f62867ce1840a22d912b70ae1fa414c47e7

Index: pkgsrc/www/py-djangocms-style/patches/patch-setup.py
diff -u pkgsrc/www/py-djangocms-style/patches/patch-setup.py:1.3 pkgsrc/www/py-djangocms-style/patches/patch-setup.py:1.4
--- pkgsrc/www/py-djangocms-style/patches/patch-setup.py:1.3    Sat Jan 16 10:12:50 2021
+++ pkgsrc/www/py-djangocms-style/patches/patch-setup.py        Thu Dec  7 17:57:26 2023
@@ -1,13 +1,13 @@
-$NetBSD: patch-setup.py,v 1.3 2021/01/16 10:12:50 adam Exp $
+$NetBSD: patch-setup.py,v 1.4 2023/12/07 17:57:26 adam Exp $
 
 Do not install tests.
 
---- setup.py.orig      2021-01-16 10:02:35.000000000 +0000
+--- setup.py.orig      2023-12-06 22:08:53.000000000 +0000
 +++ setup.py
-@@ -45,7 +45,7 @@ setup(
-     license='BSD-3-Clause',
-     description='Adds style plugin to django CMS',
-     long_description=open('README.rst').read(),
+@@ -51,7 +51,7 @@ setup(
+     license="BSD-3-Clause",
+     description="Adds style plugin to django CMS",
+     long_description=open("README.rst").read(),
 -    packages=find_packages(),
 +    packages=find_packages(exclude=['tests']),
      include_package_data=True,



Home | Main Index | Thread Index | Old Index