pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-djangocms-file
Module Name: pkgsrc
Committed By: adam
Date: Wed Jul 1 06:00:30 UTC 2026
Modified Files:
pkgsrc/www/py-djangocms-file: Makefile PLIST distinfo
Removed Files:
pkgsrc/www/py-djangocms-file/patches: patch-setup.py
Log Message:
py-djangocms-file: updated to 4.0.1
4.0.1
chore: Release 4.0.1 fixes a broken wheel
4.0.0
ci: Add auto updating actions
Bump github/codeql-action from 2 to 3
Bump actions/checkout from 3 to 4
Bump actions/upload-artifact from 3 to 4
Bump actions/setup-python from 4 to 5
Bump actions/download-artifact from 3 to 4
Bump django from 3.2.20 to 3.2.25 in /tests/requirements
Bump sqlparse from 0.4.4 to 0.5.0 in /tests/requirements
Bump amannn/action-semantic-pull-request from 4 to 5
ci: CI related fix
chore: Remove django-app-helper
chore: Switch pytest
Bump amannn/action-semantic-pull-request from 5 to 6
Bump actions/setup-python from 5 to 6
Bump github/codeql-action from 3 to 4
Bump actions/upload-artifact from 4 to 5
Bump actions/download-artifact from 4 to 6
Bump actions/checkout from 4 to 6
Bump actions/upload-artifact from 5 to 6
Bump actions/download-artifact from 6 to 7
Bump sqlparse from 0.5.0 to 0.5.4 in /tests/requirements
Bump django from 3.2.25 to 4.2.28 in /tests/requirements
Bump actions/upload-artifact from 6 to 7
Bump actions/download-artifact from 7 to 8
Bump django from 4.2.28 to 4.2.29 in /tests/requirements
Bump django from 4.2.29 to 4.2.30 in /tests/requirements
Bump wheel from 0.40.0 to 0.46.2 in /tests/requirements
Bump lxml from 5.3.0 to 6.1.0 in /tests/requirements
Bump actions/checkout from 6 to 7
chore: Update test matrix
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-djangocms-file/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-djangocms-file/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-djangocms-file/distinfo
cvs rdiff -u -r1.4 -r0 pkgsrc/www/py-djangocms-file/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-file/Makefile
diff -u pkgsrc/www/py-djangocms-file/Makefile:1.12 pkgsrc/www/py-djangocms-file/Makefile:1.13
--- pkgsrc/www/py-djangocms-file/Makefile:1.12 Sun Jun 28 15:41:45 2026
+++ pkgsrc/www/py-djangocms-file/Makefile Wed Jul 1 06:00:29 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2026/06/28 15:41:45 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2026/07/01 06:00:29 adam Exp $
-DISTNAME= djangocms-file-3.0.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME= djangocms_file-4.0.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-file/}
@@ -10,13 +10,14 @@ HOMEPAGE= https://github.com/divio/djang
COMMENT= File plugin for django CMS
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-django-cms>=3.7:../../www/py-django-cms
-DEPENDS+= ${PYPKGPREFIX}-django-filer>=1.7:../../www/py-django-filer
-DEPENDS+= ${PYPKGPREFIX}-djangocms-attributes-field>=1.0:../../www/py-djangocms-attributes-field
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-django-cms>=5.0:../../www/py-django-cms
+DEPENDS+= ${PYPKGPREFIX}-django-filer>=2:../../www/py-django-filer
+DEPENDS+= ${PYPKGPREFIX}-djangocms-attributes-field>=3:../../www/py-djangocms-attributes-field
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 310 311
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-djangocms-file/PLIST
diff -u pkgsrc/www/py-djangocms-file/PLIST:1.5 pkgsrc/www/py-djangocms-file/PLIST:1.6
--- pkgsrc/www/py-djangocms-file/PLIST:1.5 Tue Oct 10 16:50:55 2023
+++ pkgsrc/www/py-djangocms-file/PLIST Wed Jul 1 06:00:29 2026
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2023/10/10 16:50:55 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.6 2026/07/01 06:00:29 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/djangocms_file/__init__.py
${PYSITELIB}/djangocms_file/__init__.pyc
${PYSITELIB}/djangocms_file/__init__.pyo
Index: pkgsrc/www/py-djangocms-file/distinfo
diff -u pkgsrc/www/py-djangocms-file/distinfo:1.10 pkgsrc/www/py-djangocms-file/distinfo:1.11
--- pkgsrc/www/py-djangocms-file/distinfo:1.10 Tue Oct 10 16:50:55 2023
+++ pkgsrc/www/py-djangocms-file/distinfo Wed Jul 1 06:00:29 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/10/10 16:50:55 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/07/01 06:00:29 adam Exp $
-BLAKE2s (djangocms-file-3.0.1.tar.gz) = db9f29f0aa29c83046d8421f87df0b2affe1476f4d401e4072b19a188c2d5750
-SHA512 (djangocms-file-3.0.1.tar.gz) = 9fde8f15f5618ee50b373817046f4b417f618540f6d23655b82c2dba48de60ffa5e2e81030d87df192864e8ed356dcfddcb777da0cbc3e21e293c5ea4a9fdf80
-Size (djangocms-file-3.0.1.tar.gz) = 31143 bytes
-SHA1 (patch-setup.py) = c76f92c3f874a7d3fbcd31eabc1338fed9e08884
+BLAKE2s (djangocms_file-4.0.1.tar.gz) = 26a8624d1e1bda9740c6fd64257cefaf0d6ead2799fc5c5197bed3cb9ba612d3
+SHA512 (djangocms_file-4.0.1.tar.gz) = e2f5d95c7761bb674c577616d57d6feaff1243d8d31d49f44573323355133955a4cbb49ace1d2a0af656c9824ab1959f5e36b9c7ad4dbc27dd139cd3710214d8
+Size (djangocms_file-4.0.1.tar.gz) = 29407 bytes
Home |
Main Index |
Thread Index |
Old Index