Search Criteria
Package Details: python-pyexecjs 1.5.1-1
Git Clone URL: | https://aur.archlinux.org/python-pyexecjs.git (read-only, click to copy) |
---|---|
Package Base: | python-pyexecjs |
Description: | Run JavaScript code from Python. |
Upstream URL: | https://pypi.python.org/pypi/PyExecJS |
Licenses: | |
Submitter: | Gilrain |
Maintainer: | Gilrain |
Last Packager: | Gilrain |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2016-04-05 15:39 |
Last Updated: | 2018-08-06 08:36 |
Dependencies (7)
- python-six
- python-setuptools (make)
- python2-setuptools (make)
- nodejs (nodejs6-bin, nodejs-ipv6, nodejs-git, nodejs-lts-dubnium, nodejs-lts-erbium, nodejs-lts-fermium) (optional) – built on Chrome V8 JavaScript engine
- phantomjs (phantomjs-bin, phantomjs-beta-bin, phantomjs-git) (optional) – a headless WebKit
- spidermonkey (spidermonkey-git) (optional) – Mozilla JavaScript engine
- v8 (v8-3.14-bin, v8-6.7-static, v8-3.14, v8-r) (optional) – Google JavaScript engine
Latest Comments
Gilrain commented on 2016-09-25 09:23
I've replaced python(2)-packaging with python(2)-setuptools since the latter requires the former to work. Thanks for reporting it.
Zykino commented on 2016-09-21 12:38
The setup.py script used to install the package need "python-setuptools" (python3).
Can you add it as makepackage? (tested, it worked)
Alternatively you may make setup.py use python2 instead of python3 (may need to add the dependency too).