pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-mezzanine
Module Name: pkgsrc
Committed By: wiz
Date: Sat Mar 8 13:05:35 UTC 2025
Modified Files:
pkgsrc/www/py-mezzanine: Makefile
Log Message:
py-mezzanine: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-mezzanine/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-mezzanine/Makefile
diff -u pkgsrc/www/py-mezzanine/Makefile:1.19 pkgsrc/www/py-mezzanine/Makefile:1.20
--- pkgsrc/www/py-mezzanine/Makefile:1.19 Mon Nov 11 07:29:25 2024
+++ pkgsrc/www/py-mezzanine/Makefile Sat Mar 8 13:05:35 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2024/11/11 07:29:25 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2025/03/08 13:05:35 wiz Exp $
DISTNAME= Mezzanine-6.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=M/Mezzanine/}
@@ -10,7 +11,7 @@ HOMEPAGE= http://mezzanine.jupo.org/
COMMENT= Open source content management platform on Django
LICENSE= 2-clause-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-Pillow>=7:../../graphics/py-Pillow
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4>=4.5.3:../../www/py-beautifulsoup4
DEPENDS+= ${PYPKGPREFIX}-bleach>=5:../../www/py-bleach
@@ -31,6 +32,8 @@ USE_LANGUAGES= # none
REPLACE_PYTHON+= mezzanine/bin/mezzanine_project.py
REPLACE_PYTHON+= mezzanine/project_template/manage.py
+WHEEL_NAME= ${DISTNAME:tl}
+
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} mezzanine-project mezzanine-project-${PYVERSSUFFIX} || ${TRUE}
Home |
Main Index |
Thread Index |
Old Index