pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-peewee
Module Name: pkgsrc
Committed By: fhajny
Date: Fri Apr 13 08:07:34 UTC 2018
Modified Files:
pkgsrc/databases/py-peewee: Makefile
Log Message:
databases/py-peewee: Requires sqlite3 lib actually. PKGREVISION++
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/databases/py-peewee/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-peewee/Makefile
diff -u pkgsrc/databases/py-peewee/Makefile:1.30 pkgsrc/databases/py-peewee/Makefile:1.31
--- pkgsrc/databases/py-peewee/Makefile:1.30 Wed Apr 4 12:31:19 2018
+++ pkgsrc/databases/py-peewee/Makefile Fri Apr 13 08:07:34 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2018/04/04 12:31:19 fhajny Exp $
+# $NetBSD: Makefile,v 1.31 2018/04/13 08:07:34 fhajny Exp $
DISTNAME= peewee-3.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=coleifer/}
@@ -41,6 +42,7 @@ post-install:
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} runtests.py
+.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/py-cython/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
Home |
Main Index |
Thread Index |
Old Index