Bug 208688

Summary: [NEW PORT] devel/py-simpleeval - Simple, safe single expression evaluator python library
Product: Ports & Packages Reporter: Joseph Mingrone <jrm>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: swills
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar patch for new port devel/py-simpleeval none

Description Joseph Mingrone freebsd_committer freebsd_triage 2016-04-11 02:08:48 UTC
Created attachment 169172 [details]
shar patch for new port devel/py-simpleeval

portlint: OK
testport: OK (poudriere: 9.3-RELEASE-p39, i386)
testport: OK (poudriere: 9.3-RELEASE-p39, amd64)
testport: OK (poudriere: 10.3-RELEASE,    i386)
testport: OK (poudriere: 10.3-RELEASE,    amd64)

https://github.com/danthedeckie/simpleeval
https://pypi.python.org/pypi/simpleeval
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-04-23 17:46:19 UTC
A commit references this bug:

Author: swills
Date: Sat Apr 23 17:45:31 UTC 2016
New revision: 413896
URL: https://svnweb.freebsd.org/changeset/ports/413896

Log:
  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>

Changes:
  head/devel/Makefile
  head/devel/py-simpleeval/
  head/devel/py-simpleeval/Makefile
  head/devel/py-simpleeval/distinfo
  head/devel/py-simpleeval/pkg-descr
Comment 2 Steve Wills freebsd_committer freebsd_triage 2016-04-23 17:49:06 UTC
Committed, thanks!