Bug 282453

Summary: [NEW PORT] textproc/py-pscript: Python to JavaScript compiler
Product: Ports & Packages Reporter: Jesús Daniel Colmenares Oviedo <DtxdF>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed FIXED    
Severity: Affects Only Me CC: acm
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://pscript.readthedocs.io/
Bug Depends on:    
Bug Blocks: 282454    
Attachments:
Description Flags
pscript-0.7.7.patch DtxdF: maintainer-approval+

Description Jesús Daniel Colmenares Oviedo 2024-10-31 21:43:29 UTC
Created attachment 254829 [details]
pscript-0.7.7.patch

Description:

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/

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 14.1-RELEASE, amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-11-02 18:30:32 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fa7a6287d79ab376f945fa3ec6d140433028360a

commit fa7a6287d79ab376f945fa3ec6d140433028360a
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-11-02 18:28:21 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-11-02 18:29:28 +0000

    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

 textproc/Makefile                   |  1 +
 textproc/py-pscript/Makefile (new)  | 19 +++++++++++++++++++
 textproc/py-pscript/distinfo (new)  |  3 +++
 textproc/py-pscript/pkg-descr (new) |  5 +++++
 4 files changed, 28 insertions(+)
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2024-11-02 18:51:42 UTC
Committed thanks!