pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun 28 15:25:41 UTC 2026

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

Log Message:
py-wtforms-sqlalchemy: make PKGNAME match directory name


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-wtforms-sqlalchemy/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-sqlalchemy/Makefile
diff -u pkgsrc/www/py-wtforms-sqlalchemy/Makefile:1.6 pkgsrc/www/py-wtforms-sqlalchemy/Makefile:1.7
--- pkgsrc/www/py-wtforms-sqlalchemy/Makefile:1.6       Thu Oct  9 07:58:13 2025
+++ pkgsrc/www/py-wtforms-sqlalchemy/Makefile   Sun Jun 28 15:25:41 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2025/10/09 07:58:13 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2026/06/28 15:25:41 wiz Exp $
 
 DISTNAME=      wtforms_sqlalchemy-0.4.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WTForms-SQLAlchemy/}
 
@@ -16,7 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-wtforms>=3.1:..
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  310
+PYTHON_VERSIONS_INCOMPATIBLE=  310 #311
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index