Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.1 2015/08/25 05:05:39 richard Exp $
# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:55 wiz Exp $
DISTNAME= simpleeval-0.8.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= http://pypi.python.org/packages/source/s/simpleeval/
MASTER_SITES= ${MASTER_SITE_PYPI:=s/simpleeval/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/danthedeckie/simpleeval
@@ -12,7 +12,7 @@ LICENSE= mit
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
PYTHON_VERSIONS_INCOMPATIBLE= 34 35
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"