pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

+pkgnew: py-brython



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Oct 6 15:16:31 2020 +0100
Changeset:	c4f326ea09f6774b718e2158d3d94785f2136680

Added Files:
	py-brython/DESCR
	py-brython/Makefile
	py-brython/PLIST
	py-brython/distinfo

Log Message:
+pkgnew: py-brython

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c4f326ea09f6774b718e2158d3d94785f2136680

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-brython/DESCR    |  1 +
 py-brython/Makefile | 16 ++++++++++++++++
 py-brython/PLIST    | 31 +++++++++++++++++++++++++++++++
 py-brython/distinfo |  6 ++++++
 4 files changed, 54 insertions(+)

diffs:
diff --git a/py-brython/DESCR b/py-brython/DESCR
new file mode 100644
index 0000000000..6c8af5b7d3
--- /dev/null
+++ b/py-brython/DESCR
@@ -0,0 +1 @@
+Brython is an implementation of Python 3 running in the browser
diff --git a/py-brython/Makefile b/py-brython/Makefile
new file mode 100644
index 0000000000..5ace9c5eed
--- /dev/null
+++ b/py-brython/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	brython-3.9.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www python
+MASTER_SITES=	https://files.pythonhosted.org/packages/18/f8/be149513799b76b68659daaa0a1cfe09afd7df2c853bbc03be634ba6c6b2/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	http://brython.info/
+COMMENT=	Implementation of Python3 running in the browser
+LICENSE=	modified-bsd
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-brython/PLIST b/py-brython/PLIST
new file mode 100644
index 0000000000..b4990bd87f
--- /dev/null
+++ b/py-brython/PLIST
@@ -0,0 +1,31 @@
+@comment $NetBSD$
+bin/brython-cli
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/brython/__init__.py
+${PYSITELIB}/brython/__init__.pyc
+${PYSITELIB}/brython/__init__.pyo
+${PYSITELIB}/brython/__main__.py
+${PYSITELIB}/brython/__main__.pyc
+${PYSITELIB}/brython/__main__.pyo
+${PYSITELIB}/brython/data/README.txt
+${PYSITELIB}/brython/data/brython.js
+${PYSITELIB}/brython/data/brython_stdlib.js
+${PYSITELIB}/brython/data/demo.html
+${PYSITELIB}/brython/data/index.html
+${PYSITELIB}/brython/data/unicode.txt
+${PYSITELIB}/brython/list_modules.py
+${PYSITELIB}/brython/list_modules.pyc
+${PYSITELIB}/brython/list_modules.pyo
+${PYSITELIB}/brython/make_file_system.py
+${PYSITELIB}/brython/make_file_system.pyc
+${PYSITELIB}/brython/make_file_system.pyo
+${PYSITELIB}/brython/make_package.py
+${PYSITELIB}/brython/make_package.pyc
+${PYSITELIB}/brython/make_package.pyo
+${PYSITELIB}/brython/python_minifier.py
+${PYSITELIB}/brython/python_minifier.pyc
+${PYSITELIB}/brython/python_minifier.pyo
diff --git a/py-brython/distinfo b/py-brython/distinfo
new file mode 100644
index 0000000000..1177043055
--- /dev/null
+++ b/py-brython/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (brython-3.9.0.tar.gz) = 217bab5c7a6ac6fad82a06d7dbbbcd6a1a78c552
+RMD160 (brython-3.9.0.tar.gz) = 7b95d52726b82734a0d764ba9f7ed7b8751b1fc2
+SHA512 (brython-3.9.0.tar.gz) = 3c65fcb4114bdd1ab6039519b4579f4f9fd0b134bee5a42c29669e49ddf8cf07ed2d3b7eb104e937b1a0056432705d969b9fa039584205f752b786e433664532
+Size (brython-3.9.0.tar.gz) = 1216323 bytes


Home | Main Index | Thread Index | Old Index