From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brython/
Date: Sat, 10 Aug 2019 18:06:39 +0000 (UTC) [thread overview]
Message-ID: <1565460285.c52d0820fc7a67f389653c4912b2d21063234bca.monsieurp@gentoo> (raw)
commit: c52d0820fc7a67f389653c4912b2d21063234bca
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 18:04:45 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 18:04:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52d0820
dev-python/brython: clean up old.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-python/brython/Manifest | 2 --
dev-python/brython/brython-3.7.0.ebuild | 36 ---------------------------------
dev-python/brython/brython-3.7.1.ebuild | 36 ---------------------------------
3 files changed, 74 deletions(-)
diff --git a/dev-python/brython/Manifest b/dev-python/brython/Manifest
index 003a625bb07..29dc3172a34 100644
--- a/dev-python/brython/Manifest
+++ b/dev-python/brython/Manifest
@@ -1,3 +1 @@
-DIST brython-3.7.0.tar.gz 10334976 BLAKE2B cbbd3b77c1ef4cb5459621e33456ea7e1999428c0aaf2e52f60f4c1a3c737c84649880dc7e06d9f5b19fd4a172982ee3c1bd8df4f2e264818d6e5cac0908bdb1 SHA512 38f42c5c4399317c9a75af3159776d15047d6c09fd89b3f4d244f9077684cdcb3aec2a33304b6fe0005c129291b2b1ecfb0274f766da6005c0ff215751660df0
-DIST brython-3.7.1.tar.gz 9898874 BLAKE2B 2fbdfae401662878138c5315fc821de77125476d1567dcc395b018891282ca3880ec63e377d9ab8381060e54b6d4947f036f75a518ef363b2549d29a12eace78 SHA512 0ab073cd12ae5f2c45a205b37d20d68a996d6ba7247e8a3b8e461158147070294bebba46368c6618771b6bcac11d5a253d63be02cbab1241c11d74ae56d0fd17
DIST brython-3.7.2.tar.gz 10403203 BLAKE2B 1fb7778a961c68a873033321fdf7a5b24f422d52195ff1f0606384c76007ab87a1949ead2ffcd7b660b544a9833acf90b254a542ea8856510579bacd0be8477d SHA512 76bdbc005832b4980e38ff4bf2fd705291eb06ee6b9f0c4b25a90df9ab4e6da6638990abb37ebf526d064f54823a9b4ff387edd919db69b1eb3bfc8ed27d6290
diff --git a/dev-python/brython/brython-3.7.0.ebuild b/dev-python/brython/brython-3.7.0.ebuild
deleted file mode 100644
index d035d028795..00000000000
--- a/dev-python/brython/brython-3.7.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit webapp python-single-r1
-
-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}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="amd64 ppc ppc64 x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-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
-}
diff --git a/dev-python/brython/brython-3.7.1.ebuild b/dev-python/brython/brython-3.7.1.ebuild
deleted file mode 100644
index 447c9b9ba91..00000000000
--- a/dev-python/brython/brython-3.7.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit webapp python-single-r1
-
-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}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-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
-}
next reply other threads:[~2019-08-10 18:06 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-10 18:06 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-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=1565460285.c52d0820fc7a67f389653c4912b2d21063234bca.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