Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile 2018/09/27 22:38:59 1.2 +++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile 2019/05/02 09:27:09 1.3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2018/09/27 22:38:59 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2019/05/02 09:27:09 adam Exp $ DISTNAME= sphinx-autodoc-typehints-1.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,10 +18,5 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/pyversion.mk" -.if "${PYPKGPREFIX}" == "py34" -DEPENDS+= ${PYPKGPREFIX}-typing>=3.5:../../devel/py-typing -.endif - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"