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, 10 Aug 2019 18:06:45
Message-Id: 1565460285.c52d0820fc7a67f389653c4912b2d21063234bca.monsieurp@gentoo
1 commit: c52d0820fc7a67f389653c4912b2d21063234bca
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 18:04:45 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 18:04:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52d0820
7
8 dev-python/brython: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-python/brython/Manifest | 2 --
14 dev-python/brython/brython-3.7.0.ebuild | 36 ---------------------------------
15 dev-python/brython/brython-3.7.1.ebuild | 36 ---------------------------------
16 3 files changed, 74 deletions(-)
17
18 diff --git a/dev-python/brython/Manifest b/dev-python/brython/Manifest
19 index 003a625bb07..29dc3172a34 100644
20 --- a/dev-python/brython/Manifest
21 +++ b/dev-python/brython/Manifest
22 @@ -1,3 +1 @@
23 -DIST brython-3.7.0.tar.gz 10334976 BLAKE2B cbbd3b77c1ef4cb5459621e33456ea7e1999428c0aaf2e52f60f4c1a3c737c84649880dc7e06d9f5b19fd4a172982ee3c1bd8df4f2e264818d6e5cac0908bdb1 SHA512 38f42c5c4399317c9a75af3159776d15047d6c09fd89b3f4d244f9077684cdcb3aec2a33304b6fe0005c129291b2b1ecfb0274f766da6005c0ff215751660df0
24 -DIST brython-3.7.1.tar.gz 9898874 BLAKE2B 2fbdfae401662878138c5315fc821de77125476d1567dcc395b018891282ca3880ec63e377d9ab8381060e54b6d4947f036f75a518ef363b2549d29a12eace78 SHA512 0ab073cd12ae5f2c45a205b37d20d68a996d6ba7247e8a3b8e461158147070294bebba46368c6618771b6bcac11d5a253d63be02cbab1241c11d74ae56d0fd17
25 DIST brython-3.7.2.tar.gz 10403203 BLAKE2B 1fb7778a961c68a873033321fdf7a5b24f422d52195ff1f0606384c76007ab87a1949ead2ffcd7b660b544a9833acf90b254a542ea8856510579bacd0be8477d SHA512 76bdbc005832b4980e38ff4bf2fd705291eb06ee6b9f0c4b25a90df9ab4e6da6638990abb37ebf526d064f54823a9b4ff387edd919db69b1eb3bfc8ed27d6290
26
27 diff --git a/dev-python/brython/brython-3.7.0.ebuild b/dev-python/brython/brython-3.7.0.ebuild
28 deleted file mode 100644
29 index d035d028795..00000000000
30 --- a/dev-python/brython/brython-3.7.0.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
39 -
40 -inherit webapp python-single-r1
41 -
42 -DESCRIPTION="A Python 3 implementation for client-side web programming"
43 -HOMEPAGE="http://www.brython.info"
44 -SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -KEYWORDS="amd64 ppc ppc64 x86"
48 -
49 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
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 -}
69
70 diff --git a/dev-python/brython/brython-3.7.1.ebuild b/dev-python/brython/brython-3.7.1.ebuild
71 deleted file mode 100644
72 index 447c9b9ba91..00000000000
73 --- a/dev-python/brython/brython-3.7.1.ebuild
74 +++ /dev/null
75 @@ -1,36 +0,0 @@
76 -# Copyright 1999-2019 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=6
80 -
81 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
82 -
83 -inherit webapp python-single-r1
84 -
85 -DESCRIPTION="A Python 3 implementation for client-side web programming"
86 -HOMEPAGE="http://www.brython.info"
87 -SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
88 -
89 -LICENSE="BSD"
90 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
91 -
92 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
93 -
94 -need_httpd_cgi
95 -
96 -pkg_setup() {
97 - webapp_pkg_setup
98 - python-single-r1_pkg_setup
99 -}
100 -
101 -src_install() {
102 - dodoc LICENCE.txt README.md
103 - rm -v LICENCE.txt README.md bower.json .{git*,tra*} server.py || die
104 -
105 - webapp_src_preinst
106 -
107 - insinto "${MY_HTDOCSDIR}"
108 - doins -r .
109 -
110 - webapp_src_install
111 -}