pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-wtforms-alchemy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 16 21:50:01 UTC 2025

Modified Files:
        pkgsrc/www/py-wtforms-alchemy: Makefile

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-wtforms-alchemy/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-wtforms-alchemy/Makefile
diff -u pkgsrc/www/py-wtforms-alchemy/Makefile:1.14 pkgsrc/www/py-wtforms-alchemy/Makefile:1.15
--- pkgsrc/www/py-wtforms-alchemy/Makefile:1.14 Fri Feb  7 13:56:03 2025
+++ pkgsrc/www/py-wtforms-alchemy/Makefile      Sun Mar 16 21:50:01 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2025/02/07 13:56:03 adam Exp $
+# $NetBSD: Makefile,v 1.15 2025/03/16 21:50:01 wiz Exp $
 
 DISTNAME=      wtforms_alchemy-0.19.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    www databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WTForms-Alchemy/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     https://github.com/kvesteri/wt
 COMMENT=       Generates WTForms forms from SQLAlchemy models
 LICENSE=       modified-bsd
 
-WHEEL_NAME=    WTForms_Alchemy-${PKGVERSION_NOREV}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy>=1.4:../../databases/py-sqlalchemy
 DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy-utils>=0.40.0:../../databases/py-sqlalchemy-utils
 DEPENDS+=      ${PYPKGPREFIX}-wtforms>=3.1.0:../../www/py-wtforms



Home | Main Index | Thread Index | Old Index