pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-pypika
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 5 09:35:25 UTC 2025
Modified Files:
pkgsrc/databases/py-pypika: Makefile
Log Message:
py-pypika: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/py-pypika/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-pypika/Makefile
diff -u pkgsrc/databases/py-pypika/Makefile:1.27 pkgsrc/databases/py-pypika/Makefile:1.28
--- pkgsrc/databases/py-pypika/Makefile:1.27 Mon Nov 11 07:27:58 2024
+++ pkgsrc/databases/py-pypika/Makefile Wed Mar 5 09:35:25 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2024/11/11 07:27:58 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2025/03/05 09:35:25 wiz Exp $
DISTNAME= PyPika-0.48.9
-PKGREVISION= 1
+PKGREVISION= 2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyPika/}
@@ -11,13 +11,13 @@ HOMEPAGE= https://github.com/kayak/pypik
COMMENT= SQL query builder API for Python
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
CONFLICTS= py[0-9]*-pypika-tortoise-[0-9]*
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+WHEEL_NAME= ${DISTNAME:tl}
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index