Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brython/
Date: Sat, 27 Jun 2020 20:34:21
Message-Id: 1593290043.ce68d8e8b50c616dd0b4c14f5e7fe474f2a5a630.monsieurp@gentoo
1 commit: ce68d8e8b50c616dd0b4c14f5e7fe474f2a5a630
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 27 20:34:03 2020 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 20:34:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce68d8e8
7
8 dev-python/brython: clean up old.
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-python/brython/Manifest | 1 -
14 dev-python/brython/brython-3.7.2.ebuild | 38 ---------------------------------
15 2 files changed, 39 deletions(-)
16
17 diff --git a/dev-python/brython/Manifest b/dev-python/brython/Manifest
18 index fe5e95acd79..c6a694f3d44 100644
19 --- a/dev-python/brython/Manifest
20 +++ b/dev-python/brython/Manifest
21 @@ -1,2 +1 @@
22 -DIST brython-3.7.2.tar.gz 10403203 BLAKE2B 1fb7778a961c68a873033321fdf7a5b24f422d52195ff1f0606384c76007ab87a1949ead2ffcd7b660b544a9833acf90b254a542ea8856510579bacd0be8477d SHA512 76bdbc005832b4980e38ff4bf2fd705291eb06ee6b9f0c4b25a90df9ab4e6da6638990abb37ebf526d064f54823a9b4ff387edd919db69b1eb3bfc8ed27d6290
23 DIST brython-3.7.3.tar.gz 10403156 BLAKE2B a30c957925149f1b7eb736c1fcacd171dffb5846f6a343227596e759820c794c265befbb04137e797c1eabe8d9f0a3faa93fe425e4b0c13fda4c78b4c4bb1ecd SHA512 f234c7bc67d935e5bd5bfa8e473bccf90245ab4dabccd363bc5e9e01e1c9ea9d95989c5f8b323c158e286ac4a66106eb07722d1fcc82353ad036e35b4fda5669
24
25 diff --git a/dev-python/brython/brython-3.7.2.ebuild b/dev-python/brython/brython-3.7.2.ebuild
26 deleted file mode 100644
27 index 8c1259305c3..00000000000
28 --- a/dev-python/brython/brython-3.7.2.ebuild
29 +++ /dev/null
30 @@ -1,38 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python3_6 )
37 -
38 -inherit webapp python-single-r1
39 -
40 -DESCRIPTION="A Python 3 implementation for client-side web programming"
41 -HOMEPAGE="http://www.brython.info"
42 -SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -KEYWORDS="amd64 ppc ppc64 x86"
46 -
47 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
48 -
49 -RDEPEND="${PYTHON_DEPS}"
50 -
51 -need_httpd_cgi
52 -
53 -pkg_setup() {
54 - webapp_pkg_setup
55 - python-single-r1_pkg_setup
56 -}
57 -
58 -src_install() {
59 - dodoc LICENCE.txt README.md
60 - rm -v LICENCE.txt README.md bower.json .{git*,tra*} server.py || die
61 -
62 - webapp_src_preinst
63 -
64 - insinto "${MY_HTDOCSDIR}"
65 - doins -r .
66 -
67 - webapp_src_install
68 -}