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:   wiz
Date:           Thu Dec 16 12:59:44 UTC 2021

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

Log Message:
py-peewee: mark as not for python 2.7

Uses sphinx features that last version compatible with python 2.7 does
not provide.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 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.79 pkgsrc/databases/py-peewee/Makefile:1.80
--- pkgsrc/databases/py-peewee/Makefile:1.79    Wed Dec  8 16:03:48 2021
+++ pkgsrc/databases/py-peewee/Makefile Thu Dec 16 12:59:44 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2021/12/08 16:03:48 adam Exp $
+# $NetBSD: Makefile,v 1.80 2021/12/16 12:59:44 wiz Exp $
 
 DISTNAME=      peewee-3.14.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,8 +12,9 @@ COMMENT=      Small, expressive ORM for Postg
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 
-PYTHON_VERSIONED_DEPENDENCIES= sphinx:build
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # needs features from newer sphinx than python 2.7 supports
 
 MAKE_FLAGS+=   SPHINXBUILD=sphinx-build-${PYVERSSUFFIX}
 
@@ -45,5 +46,4 @@ post-install:
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index