| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=81e3fnjio0ltov7chkrv8tve4b; path=/
content-type: text/html; charset=UTF-8
date: Sun, 28 Dec 2025 18:17:16 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
py-astev..
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./math/py-asteval, Safe, minimalistic expression evaluator using ast module
[
Branch: CURRENT, Version: 1.0.8, Package name: py313-asteval-1.0.8, Maintainer: pkgsrc-users
ASTEVAL is a safe(ish) evaluator of Python expressions and statements, using
Python's ast module. The idea is to provide a simple, safe, and robust
miniature mathematical language that can handle user-input. The emphasis here
is on mathematical expressions, and so many functions from numpy are imported
and used if available.
Required to run:
[devel/py-setuptools] [math/py-numpy] [lang/python37]
Required to build:
[pkgtools/cwrappers]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
py-astev..mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./math/py-asteval, Safe, minimalistic expression evaluator using ast module
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 1.0.8, Package name: py313-asteval-1.0.8, Maintainer: pkgsrc-users
ASTEVAL is a safe(ish) evaluator of Python expressions and statements, using
Python's ast module. The idea is to provide a simple, safe, and robust
miniature mathematical language that can handle user-input. The emphasis here
is on mathematical expressions, and so many functions from numpy are imported
and used if available.
Required to run:
[devel/py-setuptools] [math/py-numpy] [lang/python37]
Required to build:
[pkgtools/cwrappers]
Master sites:
Filesize: 52.724 KBVersion history: (Expand)
- (2025-12-22) Updated to version: py313-asteval-1.0.8
- (2025-11-11) Updated to version: py313-asteval-1.0.7
- (2025-10-24) Updated to version: py313-asteval-1.0.6nb1
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
CVS history: (Expand)
| 2025-12-22 14:34:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-asteval: updated to 1.0.8 1.0.8 Fixes and improvements: fix bug so that return from a Procedure does not interrupt the calling code block remove numpy.memmap from default methods add discussion of numpy functions/objects that can open files add support and tests for lambda expressions add default permissions to github actions update README, doc, remove cruft |
| 2025-11-11 11:29:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-asteval: updated to 1.0.7 1.0.7 return in while, for, and with blocks in functions properly signal an immediate \ exit of the function. fix augassign to retain line numbers for exceptions properly. make sure that "unsafe_modules" should not be accessed even if \ imported and exposed by other modules cleanup unused nodes tweaks and fixes to docs drop testing with Python 3.9 add testing for Python 3.14 update pyproject.toml from the endless churn from PyPA, to move the location and \ formatting for the LICENSE, to continue compliance with the endless churn from \ PyPA. |
| 2025-04-15 18:31:40 by Adam Ciarcinski | Files touched by this commit (58) | |
Log message: Fix PLIST after py-setuptools update; bump depends and revision |
| 2025-01-20 07:08:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-asteval: updated to 1.0.6 1.0.6 drop testing and support for Python3.8, add Python 3.13, change document to \ reflect this. implement safe_getattr and safe_format functions; fix bugs in UNSAFE_ATTRS and \ UNSAFE_ATTRS_DTYPES usage make all procedure attributes private to curb access to AST nodes, which can be \ exploited improvements to error messages, including use ast functions to construct better \ error messages remove import of numpy.linalg, as documented update doc description for security advisory |
| 2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message: py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays |
| 2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message: *: clean-up after python38 removal |
| 2024-10-03 11:00:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-asteval: updated to 1.0.5 1.0.5 bugfix: more work on handling errors |
| 2024-09-15 17:38:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-asteval: updated to 1.0.4 1.0.4 Unknown changes |
