Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+6 -6
View File
@@ -1,20 +1,20 @@
# $NetBSD: Makefile,v 1.4 2014/12/31 13:57:28 wiz Exp $
# $NetBSD: Makefile,v 1.9 2016/08/28 15:48:33 wiz Exp $
DISTNAME= python-stdnum-0.9
DISTNAME= python-stdnum-1.4
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
CATEGORIES= misc
MASTER_SITES= https://pypi.python.org/packages/source/p/python-stdnum/
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-stdnum/}
MAINTAINER= pkgsrc-users@NetBSD.org
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
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-suds
DEPENDS+= ${PYPKGPREFIX}-suds>=0.4:../../net/py-suds
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-simplesoap
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"