diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-28 15:48:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-28 15:48:28 +0000 |
commit | 603dcc22edc1f178f5df2f3c0853c1294bfc80f8 (patch) | |
tree | 85b93e9a4d849775aa1efab701f573dd711aa579 /misc | |
parent | 5391a4ec072e7fb654bef8dbf0ece3ee0945c3fb (diff) | |
download | pkgsrc-603dcc22edc1f178f5df2f3c0853c1294bfc80f8.tar.gz |
Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.
Mark a couple more packages as not ready for python-3.x.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/khard/Makefile | 3 | ||||
-rw-r--r-- | misc/py-stdnum/Makefile | 6 | ||||
-rw-r--r-- | misc/py-trytond-party/options.mk | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/misc/khard/Makefile b/misc/khard/Makefile index 8dc08ec3a5c..641c4e5a20f 100644 --- a/misc/khard/Makefile +++ b/misc/khard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/08/27 15:50:47 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/08/28 15:48:33 wiz Exp $ DISTNAME= khard-0.11.1 CATEGORIES= misc net @@ -19,7 +19,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 # does not support python-2.x any longer INSTALLATION_DIRS= share/examples/khard REPLACE_PYTHON+= */*.py -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} post-install: ${INSTALL_DATA} ${WRKSRC}/misc/khard/khard.conf.example ${DESTDIR}${PREFIX}/share/examples/khard diff --git a/misc/py-stdnum/Makefile b/misc/py-stdnum/Makefile index 495d502560c..ddfa7805ca7 100644 --- a/misc/py-stdnum/Makefile +++ b/misc/py-stdnum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/08/18 17:00:38 richard Exp $ +# $NetBSD: Makefile,v 1.9 2016/08/28 15:48:33 wiz Exp $ DISTNAME= python-stdnum-1.4 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} @@ -10,9 +10,11 @@ HOMEPAGE= http://arthurdejong.org/python-stdnum COMMENT= Python module to handle standardized numbers and codes LICENSE= gnu-lgpl-v3 +DEPENDS+= ${PYPKGPREFIX}-simplesoap-[0-9]*:../../net/py-simplesoap + USE_LANGUAGES= # none -DEPENDS+= ${PYPKGPREFIX}-simplesoap-[0-9]*:../../net/py-simplesoap +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-simplesoap .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/py-trytond-party/options.mk b/misc/py-trytond-party/options.mk index b276121477f..1b6a5f74970 100644 --- a/misc/py-trytond-party/options.mk +++ b/misc/py-trytond-party/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2014/02/01 18:26:44 rodent Exp $ +# $NetBSD: options.mk,v 1.2 2016/08/28 15:48:33 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-trytond-party PKG_SUPPORTED_OPTIONS= vatnumber @@ -7,5 +7,6 @@ PKG_SUGGESTED_OPTIONS+= vatnumber .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mvatnumber) +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-simplesoap via py-stdnum and py-vatnumber DEPENDS+= ${PYPKGPREFIX}-vatnumber-[0-9]*:../../finance/py-vatnumber .endif |