Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pexpect/
Date: Sat, 10 Oct 2015 16:31:15
Message-Id: 1444494666.6d873b0a85d72925b3344ae4da525a17cbb9dfd4.jlec@gentoo
1 commit: 6d873b0a85d72925b3344ae4da525a17cbb9dfd4
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 16:30:28 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 16:31:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d873b0a
7
8 dev-python/pexpect: Drop old
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=539444
11
12 Package-Manager: portage-2.2.23
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/pexpect/Manifest | 2 --
16 dev-python/pexpect/metadata.xml | 2 +-
17 dev-python/pexpect/pexpect-2.4-r1.ebuild | 26 ------------------------
18 dev-python/pexpect/pexpect-2.4.ebuild | 35 --------------------------------
19 dev-python/pexpect/pexpect-3.0.ebuild | 29 --------------------------
20 5 files changed, 1 insertion(+), 93 deletions(-)
21
22 diff --git a/dev-python/pexpect/Manifest b/dev-python/pexpect/Manifest
23 index 8e1f71c..628f98f 100644
24 --- a/dev-python/pexpect/Manifest
25 +++ b/dev-python/pexpect/Manifest
26 @@ -1,3 +1 @@
27 -DIST pexpect-2.4.tar.gz 113251 SHA256 43c788f59dcf4bed677fd0b16891787dbf747e210ffedb6e90156fbbbd4d3b7b SHA512 0d5db34f3dc0e1a5bf7d8d0ab584897e4142592f35765762e4ca60d112106b91485098c91ad95a3cb3ad1f3d600619fa0ad41d930085e75974d78e0f06280a9f WHIRLPOOL 587a94b785645a950a643bff7bf972af285faea9dcf73064eb40e96d7cb29e87543bb14c65cdc2366573236ec56cc03c4076bc952899e567872628ff5c4d9785
28 -DIST pexpect-3.0.tar.gz 146662 SHA256 1d6cee0fa5ab212f9ddac9852bab0df5fff11a173ed1bfde9346d5c8aa42d14c SHA512 f84cbc843978baf0ab05bae63dd080d4ca14e8fd51de4e53cf33ddb6219c9e460f68861e44104a59ddb2c1b9dc8568bc87ee778ea52b10e18e365b771ca9aa63 WHIRLPOOL e2def4eb61007d5cbb5370daa82672f6063bf87a2a238237720652f85051bb72383b4d808c8a7148063fafe020ce1253a83f97237594b52a75f8a49689e38171
29 DIST pexpect-3.3.tar.gz 132330 SHA256 dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba SHA512 66cc501f1c7bb8ba0be4cdc0db840629f51416dc54ae44dc770adb38f1a385116b0a8b9bc7f1cc1447f05ede36ef1b519f5c4e710e6cb736c923ecfc87497cfa WHIRLPOOL e708e722d4e2598958f8d724b84148608e9a53041077b1a1a2af84d5281e11f0c6c050ee88489eebc48bd5556c22e0fe9386680d34b1941ddf21539296629513
30
31 diff --git a/dev-python/pexpect/metadata.xml b/dev-python/pexpect/metadata.xml
32 index b4c5048..4342ade 100644
33 --- a/dev-python/pexpect/metadata.xml
34 +++ b/dev-python/pexpect/metadata.xml
35 @@ -1,4 +1,4 @@
36 -<?xml version='1.0' encoding='UTF-8'?>
37 +<?xml version="1.0" encoding="UTF-8"?>
38 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
39 <pkgmetadata>
40 <herd>python</herd>
41
42 diff --git a/dev-python/pexpect/pexpect-2.4-r1.ebuild b/dev-python/pexpect/pexpect-2.4-r1.ebuild
43 deleted file mode 100644
44 index 3af1044..0000000
45 --- a/dev-python/pexpect/pexpect-2.4-r1.ebuild
46 +++ /dev/null
47 @@ -1,26 +0,0 @@
48 -# Copyright 1999-2015 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -# $Id$
51 -
52 -EAPI=5
53 -PYTHON_COMPAT=( python2_7 pypy )
54 -
55 -inherit distutils-r1
56 -
57 -DESCRIPTION="Python module for spawning child applications and responding to expected patterns"
58 -HOMEPAGE="http://pexpect.sourceforge.net/ https://pypi.python.org/pypi/pexpect"
59 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
60 -
61 -LICENSE="MIT"
62 -SLOT="0"
63 -KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
64 -IUSE="doc examples"
65 -
66 -DEPEND=""
67 -RDEPEND=""
68 -
69 -python_install_all() {
70 - use doc && local HTML_DOCS=( doc/. )
71 - use examples && local EXAMPLES=( examples/. )
72 - distutils-r1_python_install_all
73 -}
74
75 diff --git a/dev-python/pexpect/pexpect-2.4.ebuild b/dev-python/pexpect/pexpect-2.4.ebuild
76 deleted file mode 100644
77 index ca9e593..0000000
78 --- a/dev-python/pexpect/pexpect-2.4.ebuild
79 +++ /dev/null
80 @@ -1,35 +0,0 @@
81 -# Copyright 1999-2012 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -# $Id$
84 -
85 -EAPI="2"
86 -SUPPORT_PYTHON_ABIS="1"
87 -PYTHON_DEPEND="2"
88 -
89 -inherit distutils
90 -
91 -DESCRIPTION="Python module for spawning child applications and responding to expected patterns"
92 -HOMEPAGE="http://pexpect.sourceforge.net/ https://pypi.python.org/pypi/pexpect"
93 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
94 -
95 -LICENSE="MIT"
96 -SLOT="0"
97 -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
98 -IUSE="doc examples"
99 -
100 -DEPEND=""
101 -RDEPEND=""
102 -RESTRICT_PYTHON_ABIS="3.*"
103 -
104 -PYTHON_MODNAME="ANSI.py fdpexpect.py FSM.py pexpect.py pxssh.py screen.py"
105 -
106 -src_install() {
107 - distutils_src_install
108 -
109 - use doc && dohtml -r doc/*
110 -
111 - if use examples; then
112 - insinto /usr/share/doc/${PF}
113 - doins -r examples
114 - fi
115 -}
116
117 diff --git a/dev-python/pexpect/pexpect-3.0.ebuild b/dev-python/pexpect/pexpect-3.0.ebuild
118 deleted file mode 100644
119 index 49e06cd..0000000
120 --- a/dev-python/pexpect/pexpect-3.0.ebuild
121 +++ /dev/null
122 @@ -1,29 +0,0 @@
123 -# Copyright 1999-2015 Gentoo Foundation
124 -# Distributed under the terms of the GNU General Public License v2
125 -# $Id$
126 -
127 -EAPI=5
128 -PYTHON_COMPAT=( python{2_7,3_3} )
129 -
130 -inherit distutils-r1
131 -
132 -DESCRIPTION="Python module for spawning child applications and responding to expected patterns"
133 -HOMEPAGE="http://pexpect.sourceforge.net/ https://pypi.python.org/pypi/pexpect"
134 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
135 -
136 -LICENSE="MIT"
137 -SLOT="0"
138 -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
139 -IUSE="doc examples"
140 -
141 -DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
142 -
143 -python_compile_all() {
144 - use doc && emake -C doc html
145 -}
146 -
147 -python_install_all() {
148 - use doc && local HTML_DOCS=( doc/_build/html/. )
149 - use examples && local EXAMPLES=( examples/. )
150 - distutils-r1_python_install_all
151 -}