From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brython/
Date: Thu, 25 May 2017 08:44:46 +0000 (UTC) [thread overview]
Message-ID: <1495701845.c168c3d3edd411ab78c522af552a5e452baecfd4.monsieurp@gentoo> (raw)
commit: c168c3d3edd411ab78c522af552a5e452baecfd4
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 08:44:05 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 25 08:44:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c168c3d3
dev-python/brython: version bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/brython/Manifest | 1 +
dev-python/brython/brython-3.3.2.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/brython/Manifest b/dev-python/brython/Manifest
index a61620d15a9..6c55feb8a57 100644
--- a/dev-python/brython/Manifest
+++ b/dev-python/brython/Manifest
@@ -1,2 +1,3 @@
DIST brython-3.3.0.zip 9405649 SHA256 4b63b4758bbf08e865fcda647e064265ddc12a6d0cdb76489a614c73c28a8d02 SHA512 03b0dfcdd1be4a415423317d74fc0c941cdac5682a17a19ccf81d9b19058fda342d21397870a1a8e74a445155f7f736977278d21c38fb22251c8ed4a4489b194 WHIRLPOOL 5356a58b155b1783c9bc30c2e9d015660824002101fe6ab9fb183833b370a3aea71cc40ae4c67908f828e202a81968dfb9c4a77e825638f3f02439d56ed1a329
DIST brython-3.3.1.zip 9420425 SHA256 f485004d20de86877b9008d0942b308ad2f52565bafc2a2c6968ec43dd336a72 SHA512 070573db3ef7cd571df32798564496f2036c375abb396785f2ad7fef321b028baa6f554642a6cb76a25e892b569d4c8ea6e4bc2251f8171b7721669d158470ec WHIRLPOOL a959cae1de4a6bbb4bc973861a14f3d4b976012a1f9853955163203ee9c1cc09178a7190a9289673c5c93fb5ad6adc994f776c1a56888586756ce1c2e51dc3fa
+DIST brython-3.3.2.zip 10140819 SHA256 396326912d311d56ec6e2ba413f059e8f2242cd6ebb43154031f427df917a98c SHA512 bfe93b238805de90a4421a3a0c210ed5bc863cf4609949252813d61b96bd1b52aa927eeac621932bec68ac8b23be793adee53327be387bae6a95db7ea89b5155 WHIRLPOOL b25c136e30a943e188987a556d600006e7b54adf4243109d1ca27747e2b16f6201b504ea35f5f4ddc22ad32d66ad4ab02e0ccef306439b8a6ef7f5b7149dc826
diff --git a/dev-python/brython/brython-3.3.2.ebuild b/dev-python/brython/brython-3.3.2.ebuild
new file mode 100644
index 00000000000..230fd50c523
--- /dev/null
+++ b/dev-python/brython/brython-3.3.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+
+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
+}
next reply other threads:[~2017-05-25 8:44 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-25 8:44 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-08 10:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/brython/ Pacho Ramos
2023-01-27 13:35 Arthur Zamarin
2022-10-24 19:10 Arthur Zamarin
2022-03-09 18:26 Arthur Zamarin
2021-05-17 7:49 Patrice Clement
2021-05-17 7:49 Patrice Clement
2020-07-01 6:17 Patrice Clement
2020-06-27 20:34 Patrice Clement
2020-06-27 20:34 Patrice Clement
2020-06-19 16:18 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
2019-06-01 21:56 Patrice Clement
2019-06-01 21:56 Patrice Clement
2019-06-01 21:56 Patrice Clement
2019-05-18 21:21 Patrice Clement
2019-04-16 15:35 Patrice Clement
2019-04-16 15:35 Patrice Clement
2019-04-16 15:35 Patrice Clement
2018-06-23 21:57 Patrice Clement
2018-06-12 8:46 Patrice Clement
2018-04-20 22:45 Patrice Clement
2018-04-20 22:45 Patrice Clement
2018-03-26 21:37 Patrice Clement
2018-03-14 22:08 Patrice Clement
2018-02-09 10:55 Patrice Clement
2018-02-01 23:08 Patrice Clement
2018-01-04 21:08 Patrice Clement
2017-12-04 22:12 Patrice Clement
2017-10-29 17:29 Sergei Trofimovich
2017-10-29 10:45 Sergei Trofimovich
2017-10-26 18:54 Thomas Deutschmann
2017-09-27 18:48 Patrice Clement
2017-09-27 18:48 Patrice Clement
2017-09-27 18:48 Patrice Clement
2017-02-19 22:43 Patrice Clement
2017-02-19 22:43 Patrice Clement
2017-02-11 23:25 Patrice Clement
2016-12-04 0:47 Patrice Clement
2016-12-04 0:47 Patrice Clement
2016-12-04 0:47 Patrice Clement
2016-11-15 22:47 Patrice Clement
2016-07-17 15:44 Patrick Lauer
2016-06-13 18:44 Patrice Clement
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=1495701845.c168c3d3edd411ab78c522af552a5e452baecfd4.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