textproc/py-pscript: New port: Python to JavaScript compiler

PScript is a Python to JavaScript compiler, and is also the name
of the subset of Python that this compiler supports. It was developed
as a part of Flexx and is now represented by its own project.
Although it is still an important part of Flexx, it can also be
useful by itself.

WWW: https://pscript.readthedocs.io/
PR:		282453
This commit is contained in:
Jesús Daniel Colmenares Oviedo
2024-11-02 11:29:28 -07:00
parent ecc1587476
commit fa7a6287d7
4 changed files with 28 additions and 0 deletions
+1
View File
@@ -1512,6 +1512,7 @@
SUBDIR += py-petl
SUBDIR += py-pikepdf
SUBDIR += py-precis_i18n
SUBDIR += py-pscript
SUBDIR += py-pss
SUBDIR += py-pyPEG2
SUBDIR += py-pyahocorasick
+19
View File
@@ -0,0 +1,19 @@
PORTNAME= pscript
DISTVERSION= 0.7.7
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= DtxdF@disroot.org
COMMENT= Python to JavaScript compiler
WWW= https://pscript.readthedocs.io/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1729895797
SHA256 (pscript-0.7.7.tar.gz) = 8632f7a4483f235514aadee110edee82eb6d67336bf68744a7b18d76e50442f8
SIZE (pscript-0.7.7.tar.gz) = 176138
+5
View File
@@ -0,0 +1,5 @@
PScript is a Python to JavaScript compiler, and is also the name
of the subset of Python that this compiler supports. It was developed
as a part of Flexx and is now represented by its own project.
Although it is still an important part of Flexx, it can also be
useful by itself.