Bug 282453 - [NEW PORT] textproc/py-pscript: Python to JavaScript compiler
Summary: [NEW PORT] textproc/py-pscript: Python to JavaScript compiler
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jose Alonso Cardenas Marquez
URL: https://pscript.readthedocs.io/
Keywords:
Depends on:
Blocks: 282454
  Show dependency treegraph
 
Reported: 2024-10-31 21:43 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-11-02 18:51 UTC (History)
1 user (show)

See Also:


Attachments
pscript-0.7.7.patch (2.27 KB, patch)
2024-10-31 21:43 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!