Import of pkgsrc-2015Q3
This commit is contained in:
1
math/py-simpleeval/DESCR
Normal file
1
math/py-simpleeval/DESCR
Normal file
@@ -0,0 +1 @@
|
||||
A simple, safe single expression evaluator library.
|
||||
18
math/py-simpleeval/Makefile
Normal file
18
math/py-simpleeval/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# $NetBSD: Makefile,v 1.1 2015/08/25 05:05:39 richard Exp $
|
||||
|
||||
DISTNAME= simpleeval-0.8.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/s/simpleeval/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://github.com/danthedeckie/simpleeval
|
||||
COMMENT= Simple, safe single expression evaluator library
|
||||
LICENSE= mit
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
8
math/py-simpleeval/PLIST
Normal file
8
math/py-simpleeval/PLIST
Normal file
@@ -0,0 +1,8 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2015/08/25 05:05:39 richard Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/simpleeval.py
|
||||
${PYSITELIB}/simpleeval.pyc
|
||||
${PYSITELIB}/simpleeval.pyo
|
||||
5
math/py-simpleeval/distinfo
Normal file
5
math/py-simpleeval/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2015/08/25 05:05:39 richard Exp $
|
||||
|
||||
SHA1 (simpleeval-0.8.2.tar.gz) = ee345de583c739aa77b71bb3be23e6a14c6e6e0c
|
||||
RMD160 (simpleeval-0.8.2.tar.gz) = dfb2a6aefcd75b3812d52d548ab8d0949deb48ba
|
||||
Size (simpleeval-0.8.2.tar.gz) = 8282 bytes
|
||||
Reference in New Issue
Block a user