#862191 ITP: brython -- implementation of Python 3 running in the browser

Package:
wnpp
Source:
wnpp
Submitter:
"W. Martin Borgert"
Date:
2023-01-09 00:36:04 UTC
Severity:
wishlist
#862191#5
Date:
2017-05-09 16:08:02 UTC
From:
To:
* Package name    : brython
   Version         : 3.2.6
   Upstream Author : Pierre Quentel <pierre.quentel@gmail.com>
* URL             : https://github.com/brython-dev/brython
* License         : BSD
   Programming Lang: JavaScript
   Description     : implementation of Python 3 running in the browser

Brython (Browser Python) is an implementation of Python 3 running
in the browser, with an interface to the DOM elements and events.

Brython supports most of the syntax of Python 3, including
comprehensions, generators, metaclasses, imports, etc. and many
modules of the CPython distribution.

It includes libraries to interact with DOM elements and events,
and with existing Javascript libraries such as jQuery, 3D,
Highcharts, Raphael etc. It supports lastest specs of
HTML5/CSS3, and can use CSS Frameworks like Bootstrap3, LESS,
SASS etc.

#862191#16
Date:
2022-02-28 09:24:38 UTC
From:
To:
Hi, is there any progress in packaging Brython? TIA!
#862191#25
Date:
2022-10-30 17:11:14 UTC
From:
To:
Brython packaging is a work in progress:

https://salsa.debian.org/python-team/packages/brython/

It builds, but there are two issues:

1. debian/copyright needs a lot of work, because brython consists of
   files by many authors with differenty licenses.

2. Tests do not run successfully, because of a Python path problem.
   The problem is just ignored, but shouldn't.

Any help desperately needed and welcome!