devel/py-simpleeval: create port

simpleeval is a single-file library for easily adding evaluatable expressions
into python projects. It can allow a user to, for example, set an alarm volume,
which could depend on the time of day, alarm level, how many previous alarms had
gone off, and if there is music playing at the time.

WWW: https://github.com/danthedeckie/simpleeval

PR:		208688
Submitted by:	Joseph Mingrone <jrm@ftfl.ca>
This commit is contained in:
Steve Wills 2016-04-23 17:45:30 +00:00
parent e0a49a6708
commit 5fa9eced24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413896
4 changed files with 27 additions and 0 deletions

View File

@ -4407,6 +4407,7 @@
SUBDIR += py-sh
SUBDIR += py-shapely
SUBDIR += py-should_dsl
SUBDIR += py-simpleeval
SUBDIR += py-simplegeneric
SUBDIR += py-simplejson
SUBDIR += py-simpleparse

View File

@ -0,0 +1,18 @@
# Created by: Joseph Mignrone <jrm@ftfl.ca>
# $FreeBSD$
PORTNAME= simpleeval
PORTVERSION= 0.8.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jrm@ftfl.ca
COMMENT= Simple, safe single expression evaluator python library
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (simpleeval-0.8.7.tar.gz) = ea13bcbe38178eebb4d374cdcb6591e0cc281a63669c29c99a6aa4fec7640117
SIZE (simpleeval-0.8.7.tar.gz) = 11654

View File

@ -0,0 +1,6 @@
simpleeval is a single-file library for easily adding evaluatable expressions
into python projects. It can allow a user to, for example, set an alarm volume,
which could depend on the time of day, alarm level, how many previous alarms had
gone off, and if there is music playing at the time.
WWW: https://github.com/danthedeckie/simpleeval