pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-apsw



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Tue Oct  3 13:26:33 UTC 2023

Modified Files:
        pkgsrc/databases/py-apsw: Makefile

Log Message:
databases/py-apsw: automate dependency on sqlite version

This package's version number closely follows the version number of sqlite.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/databases/py-apsw/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-apsw/Makefile
diff -u pkgsrc/databases/py-apsw/Makefile:1.57 pkgsrc/databases/py-apsw/Makefile:1.58
--- pkgsrc/databases/py-apsw/Makefile:1.57      Wed Sep 27 15:17:05 2023
+++ pkgsrc/databases/py-apsw/Makefile   Tue Oct  3 13:26:33 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.57 2023/09/27 15:17:05 adam Exp $
+# $NetBSD: Makefile,v 1.58 2023/10/03 13:26:33 rhialto Exp $
 
 DISTNAME=      apsw-3.43.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-r1//}
+PKGREVISION=   1
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rogerbinns/}
 EXTRACT_SUFX=  .zip
@@ -17,7 +18,7 @@ PYSETUPBUILDARGS+=    --enable=load_extensi
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.42.0
+BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=${PKGVERSION_NOREV:C/\.[0-9]*$//}
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index