Port details |
- py-Js2Py JavaScript to Python translator and interpreter
- 0.71 devel
=0 0.71Version of this port present on the latest quarterly branch. - Maintainer: tcberner@FreeBSD.org
 - Port Added: 2019-04-19 08:36:17
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- Also Listed In: python
- License: MIT
- Description:
- Translates JavaScript to Python code. Js2Py is able to translate and execute
virtually any JavaScript code.
Js2Py is written in pure python and does not have any dependencies. Basically
an implementation of JavaScript core in pure python.
WWW: https://pypi.org/project/Js2Py/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}Js2Py>0:devel/py-Js2Py@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-Js2Py/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-Js2Py
- pkg install py38-Js2Py
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-Js2Py listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-Js2Py
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1617693277
SHA256 (Js2Py-0.71.tar.gz) = a41b1009dd1498ae7d436bfa5ac952a08ca92a4bb9e31dca6e8bb966b49f7fce
SIZE (Js2Py-0.71.tar.gz) = 978445
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-pyjsparser>=2.4.5 : devel/py-pyjsparser@py38
- py38-six>=1.10 : devel/py-six@py38
- py38-tzlocal>=1.2 : devel/py-tzlocal@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- net/py-cloudflare-scrape-js2py
- net/py-cloudscraper
- Configuration Options:
- No options to configure
- Options name:
- devel_py-Js2Py
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 11
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 0.71
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.71
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Apr 2021 07:25:35 0.71
|
Tobias C. Berner (tcberner)  |
devel/py-Js2Py: update to 0.71 |
28 Dec 2020 23:02:15
0.70
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
14 Apr 2020 18:02:25
0.70
|
tcberner  |
devel/py-Js2Py: update to 0.70 |
12 Apr 2020 16:32:17
0.69
|
tcberner  |
devel/py-Js2Py: updte to 0.69 |
12 Mar 2020 17:52:09
0.68
|
tcberner  |
devel/py-Js2Py: update to 0.68 |
29 Dec 2019 08:28:10
0.67
|
tcberner  |
devel/py-JsPy: update to 0.67 |
23 Jun 2019 11:28:10
0.66
|
tcberner  |
devel/py-Js2Py: update to 0.66 |
21 Apr 2019 15:23:28
0.63
|
tcberner  |
devel/py-Js2Py: update to 0.63 |
19 Apr 2019 08:35:51
0.62
|
tcberner  |
New port: devel/py-Js2Py
Pure Python JavaScript Translator/Interpreter
Everything is done in 100% pure Python so it's extremely easy to install and
use. Supports Python 2 & 3. Full support for ECMAScript 5.1, ECMA 6 support is
still experimental.
WWW: https://github.com/PiotrDabkowski/Js2Py |
Number of commits found: 11
|