Upstream does not want to support python-2.7; mark as such.
This commit is contained in:
parent
71db5476a6
commit
589b6fbc07
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.33 2016/04/24 09:48:43 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.34 2016/05/06 07:07:05 wiz Exp $
|
||||
|
||||
DISTNAME= vdirsyncer-0.10.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -29,5 +29,8 @@ USE_LANGUAGES= # none
|
|||
INSTALLATION_DIRS= share/examples/${PKGBASE}
|
||||
PLIST_SUBST+= PKGBASE=${PKGBASE}
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27 # still supported but gives runtime warning
|
||||
# see https://github.com/pimutils/vdirsyncer/issues/219
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue