FreeBSD Bugzilla – Attachment 254829 Details for
Bug 282453
[NEW PORT] textproc/py-pscript: Python to JavaScript compiler
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pscript-0.7.7.patch
0001-textproc-py-pscript-New-port-Python-to-JavaScript-co.patch (text/plain), 2.27 KB, created by
Jesús Daniel Colmenares Oviedo
on 2024-10-31 21:43:29 UTC
(
hide
)
Description:
pscript-0.7.7.patch
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2024-10-31 21:43:29 UTC
Size:
2.27 KB
patch
obsolete
>From 60ead1eebf871d82704630557a50844cd84f3ae8 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@disroot.org> >Date: Thu, 31 Oct 2024 16:07:12 -0400 >Subject: [PATCH] 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/ >--- > textproc/py-pscript/Makefile | 19 +++++++++++++++++++ > textproc/py-pscript/distinfo | 3 +++ > textproc/py-pscript/pkg-descr | 5 +++++ > 3 files changed, 27 insertions(+) > create mode 100644 textproc/py-pscript/Makefile > create mode 100644 textproc/py-pscript/distinfo > create mode 100644 textproc/py-pscript/pkg-descr > >diff --git a/textproc/py-pscript/Makefile b/textproc/py-pscript/Makefile >new file mode 100644 >index 000000000000..f75c9f89a8b8 >--- /dev/null >+++ b/textproc/py-pscript/Makefile >@@ -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> >diff --git a/textproc/py-pscript/distinfo b/textproc/py-pscript/distinfo >new file mode 100644 >index 000000000000..7984b258bc3f >--- /dev/null >+++ b/textproc/py-pscript/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1729895797 >+SHA256 (pscript-0.7.7.tar.gz) = 8632f7a4483f235514aadee110edee82eb6d67336bf68744a7b18d76e50442f8 >+SIZE (pscript-0.7.7.tar.gz) = 176138 >diff --git a/textproc/py-pscript/pkg-descr b/textproc/py-pscript/pkg-descr >new file mode 100644 >index 000000000000..5583b71bc6e8 >--- /dev/null >+++ b/textproc/py-pscript/pkg-descr >@@ -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. >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
DtxdF
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 282453
: 254829