public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brython/
Date: Thu,  8 Jun 2023 10:20:53 +0000 (UTC)	[thread overview]
Message-ID: <1686219626.ae91dc6c2610f799b71f647121b5c9afdde7eab8.pacho@gentoo> (raw)

commit:     ae91dc6c2610f799b71f647121b5c9afdde7eab8
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 10:20:26 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 10:20:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae91dc6c

dev-python/brython: add 3.11.2

Closes: https://bugs.gentoo.org/896756
Closes: https://bugs.gentoo.org/893580
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 dev-python/brython/Manifest              |  1 +
 dev-python/brython/brython-3.11.2.ebuild | 41 ++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/brython/Manifest b/dev-python/brython/Manifest
index a8a571293d4f..ded94fb7a3c6 100644
--- a/dev-python/brython/Manifest
+++ b/dev-python/brython/Manifest
@@ -1,2 +1,3 @@
 DIST brython-3.10.5.tar.gz 11106672 BLAKE2B 4219bdb99efd666e37ee08283e58f288e06dac52454931f72bcb4f3bf61a380fb1e01d724f49e598f6d7a95260609767d4536b5f04531939daaf93db6cdb23ad SHA512 7d2f50f94c9762d6587a9b0ed76805b14a5c2c89c0d27c7e181a3e3abdcdd28c9691fb80cd472f635f5bc6c36c884becd9a5625da4825d551b57b6b0779d3529
+DIST brython-3.11.2.gh.tar.gz 11827073 BLAKE2B d1f40eae0b42f1c7a4ea086de8d83baf23dafae9333faa25578e38d4dd34e80b471ae5ad73ce107fd26a014984f92ce2b6ef399e92da7c15b9a1374794d91011 SHA512 1f0d06ae6d6523fb8f99a4ff407783b677063e99f278e1a860a422535695d2f67d98d9ccea02968dd15a52998bd34620dd54f758d5f7f4a4668e9bc621680172
 DIST brython-3.11.gh.tar.gz 11684005 BLAKE2B d2ec61082787bbb571fa3a7239bad4e5d633e20f392684c532477d23ab7480dc0c3cd30a837c32fae57c88fa1779afec71bc7adb63bb4abd8f6d2d78717d55ef SHA512 98ee9c8cf1b3f8103310cf08b639fcea6675d178aedde5f425d3b44eac74552e569a8abca8cb6935cfcfc43a009ea73abbc646557a2bda916e5328a8933bea0d

diff --git a/dev-python/brython/brython-3.11.2.ebuild b/dev-python/brython/brython-3.11.2.ebuild
new file mode 100644
index 000000000000..b069ff4db898
--- /dev/null
+++ b/dev-python/brython/brython-3.11.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit webapp python-single-r1
+
+DESCRIPTION="Python 3 implementation for client-side web programming"
+HOMEPAGE="http://www.brython.info"
+SRC_URI="
+	https://github.com/${PN}-dev/${PN}/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+
+need_httpd_cgi
+
+pkg_setup() {
+	webapp_pkg_setup
+	python-single-r1_pkg_setup
+}
+
+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
+}


             reply	other threads:[~2023-06-08 10:20 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-08 10:20 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-27 13:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/brython/ 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-05-25  8:44 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=1686219626.ae91dc6c2610f799b71f647121b5c9afdde7eab8.pacho@gentoo \
    --to=pacho@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