public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brython/
Date: Mon, 13 Jun 2016 18:44:20 +0000 (UTC)	[thread overview]
Message-ID: <1465841750.c63709a3998d208aae5ec3673417ee8fd1f70623.monsieurp@gentoo> (raw)

commit:     c63709a3998d208aae5ec3673417ee8fd1f70623
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 18:15:34 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 18:15:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63709a3

dev-python/brython: Add Brython to the tree.

Brython is a JavaScript library but also a Python 3 implementation for
client-side web programming. It allows developers to write Python code in and
for the browser instead of JavaScript code.

Package-Manager: portage-2.2.28

 dev-python/brython/Manifest             |  1 +
 dev-python/brython/brython-3.2.6.ebuild | 33 +++++++++++++++++++++++++++++++++
 dev-python/brython/metadata.xml         | 12 ++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/dev-python/brython/Manifest b/dev-python/brython/Manifest
new file mode 100644
index 0000000..3319871
--- /dev/null
+++ b/dev-python/brython/Manifest
@@ -0,0 +1 @@
+DIST brython-3.2.6.zip 9330416 SHA256 209f5ddd5165c083217c3146fbdf1dcbc26346f4e3366172c61e08d5af4a22e7 SHA512 307c914b5bbe30765187ff57c324a4ce575b28ea6b41f87e81b02309b1fae7d011603c006d9ab938af50657167de3d66b48de1a92363f76e225a0a3948d4e045 WHIRLPOOL f9a4bc892c2eb1737bb25486ec4c3dfb9615cb18191ac4e87f09316a2be4165236b4e578be374d493908a1d812417cdd7de7c9ab3aabd9eae257957af15c7099

diff --git a/dev-python/brython/brython-3.2.6.ebuild b/dev-python/brython/brython-3.2.6.ebuild
new file mode 100644
index 0000000..feed5f4
--- /dev/null
+++ b/dev-python/brython/brython-3.2.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit webapp
+
+DESCRIPTION="A Python 3 implementation for client-side web programming"
+HOMEPAGE="http://www.brython.info"
+SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.zip -> ${P}.zip"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/python:*"
+
+DEPEND="${RDEPEND}"
+
+need_httpd_cgi
+
+src_install() {
+	dodoc LICENCE.txt README.md
+	rm -v LICENCE.txt README.md bower.json .{git*,tra*} server.py || die
+
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	webapp_src_install
+}

diff --git a/dev-python/brython/metadata.xml b/dev-python/brython/metadata.xml
new file mode 100644
index 0000000..e6f8cef
--- /dev/null
+++ b/dev-python/brython/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>python@gentoo.org</email>
+    <name>Gentoo Python Project</name>
+  </maintainer>
+  <maintainer type="person">
+    <email>monsieurp@gentoo.org</email>
+    <name>Patrice Clement</name>
+  </maintainer>
+</pkgmetadata>


             reply	other threads:[~2016-06-13 18:44 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-13 18:44 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-07-17 15:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/brython/ Patrick Lauer
2016-11-15 22:47 Patrice Clement
2016-12-04  0:47 Patrice Clement
2016-12-04  0:47 Patrice Clement
2016-12-04  0:47 Patrice Clement
2017-02-11 23:25 Patrice Clement
2017-02-19 22:43 Patrice Clement
2017-02-19 22:43 Patrice Clement
2017-05-25  8:44 Patrice Clement
2017-09-27 18:48 Patrice Clement
2017-09-27 18:48 Patrice Clement
2017-09-27 18:48 Patrice Clement
2017-10-26 18:54 Thomas Deutschmann
2017-10-29 10:45 Sergei Trofimovich
2017-10-29 17:29 Sergei Trofimovich
2017-12-04 22:12 Patrice Clement
2018-01-04 21:08 Patrice Clement
2018-02-01 23:08 Patrice Clement
2018-02-09 10:55 Patrice Clement
2018-03-14 22:08 Patrice Clement
2018-03-26 21:37 Patrice Clement
2018-04-20 22:45 Patrice Clement
2018-04-20 22:45 Patrice Clement
2018-06-12  8:46 Patrice Clement
2018-06-23 21:57 Patrice Clement
2019-04-16 15:35 Patrice Clement
2019-04-16 15:35 Patrice Clement
2019-04-16 15:35 Patrice Clement
2019-05-18 21:21 Patrice Clement
2019-06-01 21:56 Patrice Clement
2019-06-01 21:56 Patrice Clement
2019-06-01 21:56 Patrice Clement
2019-08-10 18:06 Patrice Clement
2019-08-10 18:06 Patrice Clement
2019-08-10 18:06 Patrice Clement
2019-08-10 18:06 Patrice Clement
2020-06-19 16:18 Patrice Clement
2020-06-27 20:34 Patrice Clement
2020-06-27 20:34 Patrice Clement
2020-07-01  6:17 Patrice Clement
2021-05-17  7:49 Patrice Clement
2021-05-17  7:49 Patrice Clement
2022-03-09 18:26 Arthur Zamarin
2022-10-24 19:10 Arthur Zamarin
2023-01-27 13:35 Arthur Zamarin
2023-06-08 10:20 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1465841750.c63709a3998d208aae5ec3673417ee8fd1f70623.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox