pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django4



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:43:17 UTC 2025

Modified Files:
        pkgsrc/www/py-django4: Makefile

Log Message:
py-django4: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-django4/Makefile

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-django4/Makefile
diff -u pkgsrc/www/py-django4/Makefile:1.12 pkgsrc/www/py-django4/Makefile:1.13
--- pkgsrc/www/py-django4/Makefile:1.12 Wed Feb  5 20:50:52 2025
+++ pkgsrc/www/py-django4/Makefile      Wed Mar  5 10:43:17 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2025/02/05 20:50:52 adam Exp $
+# $NetBSD: Makefile,v 1.13 2025/03/05 10:43:17 wiz Exp $
 
 DISTNAME=      Django-4.2.19
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
 MASTER_SITES+= ${MASTER_SITE_PYPI:=D/Django/}
@@ -11,12 +12,13 @@ HOMEPAGE=   https://www.djangoproject.com/
 COMMENT=       Django, a high-level Python Web framework
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.8.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-asgiref>=3.6.0:../../www/py-asgiref
 DEPENDS+=      ${PYPKGPREFIX}-sqlparse>=0.3.1:../../databases/py-sqlparse
 
 USE_LANGUAGES= # none
 
+WHEEL_NAME=            ${DISTNAME:tl}
 REPLACE_PYTHON+=       django/conf/project_template/manage.py-tpl
 
 post-install:



Home | Main Index | Thread Index | Old Index