Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/drpython/files/, dev-python/drpython/, profiles/
Date: Sat, 29 Jun 2019 12:27:01
Message-Id: 1561811170.af9ad10931990440c842864559f43ced8fe12bff.vdupras@gentoo
1 commit: af9ad10931990440c842864559f43ced8fe12bff
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 29 12:26:10 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 29 12:26:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9ad109
7
8 dev-python/drpython: remove last-rited package
9
10 Closes: https://bugs.gentoo.org/686668
11 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
12
13 dev-python/drpython/Manifest | 1 -
14 dev-python/drpython/drpython-3.11.4.ebuild | 46 ----------------------
15 .../drpython/files/drpython-165-wxversion.patch | 12 ------
16 dev-python/drpython/metadata.xml | 20 ----------
17 profiles/package.mask | 4 --
18 5 files changed, 83 deletions(-)
19
20 diff --git a/dev-python/drpython/Manifest b/dev-python/drpython/Manifest
21 deleted file mode 100644
22 index d1f5e1763b4..00000000000
23 --- a/dev-python/drpython/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST DrPython_3.11.4.zip 824982 BLAKE2B b160a8c65e8aa0f9a7b2b753fc325456f732d5ed5ea9743e6a5108f5a7c616a2c3af02032716565bb1ef08bc2e28d65492a29fa58a21183fe33f9e1a830d523f SHA512 13943eb28d7155e99e0ffb57903ddde25c964c908ac848f14041c456bc6aa71bab7cad1101e489c09ba5efb5af35e33895a518021bb607f5047844927bcebf2b
27
28 diff --git a/dev-python/drpython/drpython-3.11.4.ebuild b/dev-python/drpython/drpython-3.11.4.ebuild
29 deleted file mode 100644
30 index f59c877bf5d..00000000000
31 --- a/dev-python/drpython/drpython-3.11.4.ebuild
32 +++ /dev/null
33 @@ -1,46 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit distutils-r1
41 -
42 -MY_PN="DrPython"
43 -MY_P="${MY_PN}_${PV}"
44 -
45 -DESCRIPTION="A powerful cross-platform IDE for Python"
46 -HOMEPAGE="http://drpython.sourceforge.net/"
47 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -KEYWORDS="amd64 ia64 ppc x86"
52 -IUSE=""
53 -
54 -RDEPEND=">=dev-python/wxpython-2.6"
55 -DEPEND="${RDEPEND}
56 - app-arch/unzip"
57 -
58 -S="${WORKDIR}/${PN}"
59 -
60 -PAYTCHES=( "${FILESDIR}/${PN}-165-wxversion.patch" )
61 -
62 -python_prepare_all() {
63 - sed \
64 - -e "/'drpython.pyw', 'drpython.lin'/d" \
65 - -e "/scripts=\['postinst.py'\],/d" \
66 - -i setup.py || die "sed failed"
67 - sed -e "s/arguments)c/arguments)/" -i examples/DrScript/SetTerminalArgs.py || die "sed failed"
68 - distutils-r1_python_prepare_all
69 -}
70 -
71 -python_install() {
72 - make_wrapper drpython "${PYTHON}" $(python_get_sitedir)/${PN}/drpython.py
73 - distutils-r1_python_install
74 -}
75 -
76 -pkg_postinst() {
77 - elog "DrPython plugins are available on DrPython homepage:"
78 - elog "https://sourceforge.net/projects/drpython/files/DrPython%20Plugins/"
79 -}
80
81 diff --git a/dev-python/drpython/files/drpython-165-wxversion.patch b/dev-python/drpython/files/drpython-165-wxversion.patch
82 deleted file mode 100644
83 index bab247c2110..00000000000
84 --- a/dev-python/drpython/files/drpython-165-wxversion.patch
85 +++ /dev/null
86 @@ -1,12 +0,0 @@
87 -diff -Naur drpython-orig/drpython_wx26.py drpython/drpython_wx26.py
88 ---- drpython_wx26.py 2007-03-23 19:20:02.000000000 -0600
89 -+++ drpython_wx26.py 2007-12-03 18:36:01.000000000 -0600
90 -@@ -34,7 +34,7 @@
91 -
92 - ## testfile for older version
93 - import wxversion
94 --wxversion.select("2.60-msw-ansi")
95 -+wxversion.select("2.6")
96 -
97 - if __name__ == '__main__':
98 - import drpython
99
100 diff --git a/dev-python/drpython/metadata.xml b/dev-python/drpython/metadata.xml
101 deleted file mode 100644
102 index ac5d572905b..00000000000
103 --- a/dev-python/drpython/metadata.xml
104 +++ /dev/null
105 @@ -1,20 +0,0 @@
106 -<?xml version="1.0" encoding="UTF-8"?>
107 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
108 -<pkgmetadata>
109 - <maintainer type="project">
110 - <email>python@g.o</email>
111 - <name>Python</name>
112 - </maintainer>
113 - <longdescription>
114 -DrPython is a highly customizable, simple, and clean
115 -editing environment for developing Python programs. It
116 -is intended primarily for use in schools, and is a tribute to
117 -DrScheme.
118 -</longdescription>
119 - <longdescription lang="ja">
120 -DrPythonはPython言語プログラム用の、柔軟で、簡単で、安定した開発環境です。DrSchemeに触発され、学校での教材となる事が念頭にあります。
121 -</longdescription>
122 - <upstream>
123 - <remote-id type="sourceforge">drpython</remote-id>
124 - </upstream>
125 -</pkgmetadata>
126
127 diff --git a/profiles/package.mask b/profiles/package.mask
128 index 5f221944aa3..d0815d8290f 100644
129 --- a/profiles/package.mask
130 +++ b/profiles/package.mask
131 @@ -154,10 +154,6 @@ app-emulation/rkt
132 lxde-base/lxshortcut
133 lxde-base/lxsession-edit
134
135 -# Virgil Dupras <vdupras@g.o> (24 May 2019)
136 -# py2 only, dead upstream, removal in 30 days. Bug #686668
137 -dev-python/drpython
138 -
139 # Patrick Lauer <patrick@g.o> (23 May 2019)
140 # PostgreSQL beta and release candidate releases are pre-release testing
141 # versions, not meant for production use. They are feature-frozen, and are