View | Details | Raw Unified | Return to bug 282453
Collapse All | Expand All

(-)b/textproc/py-pscript/Makefile (+19 lines)
Added Link Here
1
PORTNAME=	pscript
2
DISTVERSION=	0.7.7
3
CATEGORIES=	textproc python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	DtxdF@disroot.org
8
COMMENT=	Python to JavaScript compiler
9
WWW=		https://pscript.readthedocs.io/
10
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
USES=		python
15
USE_PYTHON=	autoplist distutils
16
17
NO_ARCH=	yes
18
19
.include <bsd.port.mk>
(-)b/textproc/py-pscript/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1729895797
2
SHA256 (pscript-0.7.7.tar.gz) = 8632f7a4483f235514aadee110edee82eb6d67336bf68744a7b18d76e50442f8
3
SIZE (pscript-0.7.7.tar.gz) = 176138
(-)b/textproc/py-pscript/pkg-descr (-1 / +5 lines)
Added Link Here
0
- 
1
PScript is a Python to JavaScript compiler, and is also the name
2
of the subset of Python that this compiler supports. It was developed
3
as a part of Flexx and is now represented by its own project.
4
Although it is still an important part of Flexx, it can also be
5
useful by itself.

Return to bug 282453