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>
18 lines
361 B
Makefile
18 lines
361 B
Makefile
# 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>
|