mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1729895797
|
||||
SHA256 (pscript-0.7.7.tar.gz) = 8632f7a4483f235514aadee110edee82eb6d67336bf68744a7b18d76e50442f8
|
||||
SIZE (pscript-0.7.7.tar.gz) = 176138
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user