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/paramiko/
Date: Thu, 23 Aug 2018 13:11:18
Message-Id: 1535029838.e2617dd4dd47aacc4bfed6787dc9b9c65ab6bb2b.vdupras@gentoo
1 commit: e2617dd4dd47aacc4bfed6787dc9b9c65ab6bb2b
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 23 13:09:02 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 23 13:10:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2617dd4
7
8 dev-python/paramiko: remove old and vulnerable
9
10 Bug: https://bugs.gentoo.org/664346
11 Package-Manager: Portage-2.3.48, Repoman-2.3.10
12
13 dev-python/paramiko/Manifest | 3 --
14 dev-python/paramiko/paramiko-2.2.1.ebuild | 45 --------------------------
15 dev-python/paramiko/paramiko-2.3.1.ebuild | 52 -----------------------------
16 dev-python/paramiko/paramiko-2.4.0.ebuild | 54 -------------------------------
17 4 files changed, 154 deletions(-)
18
19 diff --git a/dev-python/paramiko/Manifest b/dev-python/paramiko/Manifest
20 index 2bf65e2840e..d90724711be 100644
21 --- a/dev-python/paramiko/Manifest
22 +++ b/dev-python/paramiko/Manifest
23 @@ -1,5 +1,2 @@
24 DIST paramiko-2.1.2.tar.gz 1196746 BLAKE2B c184e171fe550fc231d67473867db283b706a93aebbd13ffb2503e10d69e43b9ab712237e6698fccae13472f0cb8135b6c015381ac687c4c20d4d1cb1620ae00 SHA512 465c5381b1b0a472d2ad8e690f0916a5f51713880486c7b94cadcf85ea0a52569e18337ccfee5440869e4a0c76bd2b1bc15c414128c07326b40ecd36ea021466
25 -DIST paramiko-2.2.1.tar.gz 1205818 BLAKE2B 6b9007c2f653d6e640de4051bb16e5b9a4d039b59b38cb3500d6b2935e4e9e4acddecb0b1eb404f8bc6c5ea94a90cbc9a405ae5189efa0b9026d0550fcd9f259 SHA512 6aa2cce301f32c15d66e2137bc8a5c10ea4a667c599b24047a1e176b10636fe3abd28c7b2974befdde432a86c924acceace056c0572ea3006d3e4a8160b725c3
26 -DIST paramiko-2.3.1.tar.gz 282553 BLAKE2B 298bf73d2ecbb47506a7e3b7a03ddd650c8f126ef21b0e443602327a7011ee55c146aa3b6e4d160b47680b50dab3fcf04843597a290ccb166f88fc129bd85a67 SHA512 b63a177f1f03937d5650d6f2a3ca4c00e0c3ffb0080e5e5a8141aab435c3ad415f5af8c61cb2894d176544b854ff26ee510eaa41081b452dfa6213cdc0566665
27 -DIST paramiko-2.4.0.tar.gz 283484 BLAKE2B b0f7c99d8083aae5f70605cead265c060af29937fd5b97e3606fe9319e5b982dea4efce8e5e823c584ea9a046a08e29cbabe2304d069ba07b435acbf6c3224e4 SHA512 9c8deec2041c3756206b03c932be102383ad35077513f51f3d85573d4081a81c110e483375eb28b174b89c8703b38123d7e74f5b784b697ab0046dae083b9f41
28 DIST paramiko-2.4.1.tar.gz 285151 BLAKE2B 767c4ad11da77c5c6796165057715f318cab417c5bae72cd97b51af94ecbf233316fd4286e35b2f855027e05bcf195c869b45a87f66954bee3bb98ae9d0ef1a9 SHA512 5a580d25e7911937f228ef4a2b89b5a1efd771f576c6c68cf1c36e1abbc38adbc6ad5dc91400de7112238fcf7803f5f26c13fe10be4af8a2a86af9398da7a8de
29
30 diff --git a/dev-python/paramiko/paramiko-2.2.1.ebuild b/dev-python/paramiko/paramiko-2.2.1.ebuild
31 deleted file mode 100644
32 index 9ee804f5839..00000000000
33 --- a/dev-python/paramiko/paramiko-2.2.1.ebuild
34 +++ /dev/null
35 @@ -1,45 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
42 -PYTHON_REQ_USE="threads(+)"
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="SSH2 protocol library"
47 -HOMEPAGE="http://www.paramiko.org/ https://github.com/paramiko/paramiko/ https://pypi.org/project/paramiko/"
48 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49 -
50 -LICENSE="LGPL-2.1"
51 -SLOT="0"
52 -KEYWORDS="amd64 ~arm64 hppa ia64 ppc ppc64 ~sparc x86"
53 -IUSE="doc examples"
54 -
55 -RDEPEND="
56 - >=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}]
57 - >=dev-python/cryptography-1.1[${PYTHON_USEDEP}]
58 - >=dev-python/pynacl-1.0.1[${PYTHON_USEDEP}]
59 - >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
60 -"
61 -DEPEND="${RDEPEND}
62 - dev-python/setuptools[${PYTHON_USEDEP}]"
63 -
64 -# Required for testsuite
65 -DISTUTILS_IN_SOURCE_BUILD=1
66 -
67 -python_test() {
68 - "${PYTHON}" test.py --verbose || die "Tests fail with ${EPYTHON}"
69 -}
70 -
71 -python_install_all() {
72 - use doc && local HTML_DOCS=( docs/. )
73 -
74 - distutils-r1_python_install_all
75 -
76 - if use examples; then
77 - insinto /usr/share/doc/${PF}/examples
78 - doins demos/*
79 - fi
80 -}
81
82 diff --git a/dev-python/paramiko/paramiko-2.3.1.ebuild b/dev-python/paramiko/paramiko-2.3.1.ebuild
83 deleted file mode 100644
84 index 2252a944212..00000000000
85 --- a/dev-python/paramiko/paramiko-2.3.1.ebuild
86 +++ /dev/null
87 @@ -1,52 +0,0 @@
88 -# Copyright 1999-2018 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=6
92 -
93 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
94 -PYTHON_REQ_USE="threads(+)"
95 -
96 -inherit distutils-r1
97 -
98 -DESCRIPTION="SSH2 protocol library"
99 -HOMEPAGE="http://www.paramiko.org/ https://github.com/paramiko/paramiko/ https://pypi.org/project/paramiko/"
100 -# pypi tarballs are missing test data
101 -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
102 -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
103 -
104 -LICENSE="LGPL-2.1"
105 -SLOT="0"
106 -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
107 -IUSE="doc examples"
108 -
109 -RDEPEND="
110 - >=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}]
111 - >=dev-python/cryptography-1.5[${PYTHON_USEDEP}]
112 - >=dev-python/pynacl-1.0.1[${PYTHON_USEDEP}]
113 - >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
114 -"
115 -DEPEND="${RDEPEND}
116 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
117 - dev-python/setuptools[${PYTHON_USEDEP}]"
118 -
119 -# Required for testsuite
120 -DISTUTILS_IN_SOURCE_BUILD=1
121 -
122 -python_test() {
123 - "${PYTHON}" test.py --verbose || die "Tests fail with ${EPYTHON}"
124 -}
125 -
126 -python_compile_all() {
127 - use doc && esetup.py build_sphinx -s sites/docs
128 -}
129 -
130 -python_install_all() {
131 - use doc && local HTML_DOCS=( build/sphinx/html/. )
132 -
133 - distutils-r1_python_install_all
134 -
135 - if use examples; then
136 - insinto /usr/share/doc/${PF}/examples
137 - doins demos/*
138 - fi
139 -}
140
141 diff --git a/dev-python/paramiko/paramiko-2.4.0.ebuild b/dev-python/paramiko/paramiko-2.4.0.ebuild
142 deleted file mode 100644
143 index c68b86b3b31..00000000000
144 --- a/dev-python/paramiko/paramiko-2.4.0.ebuild
145 +++ /dev/null
146 @@ -1,54 +0,0 @@
147 -# Copyright 1999-2018 Gentoo Foundation
148 -# Distributed under the terms of the GNU General Public License v2
149 -
150 -EAPI=6
151 -
152 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
153 -PYTHON_REQ_USE="threads(+)"
154 -
155 -inherit distutils-r1
156 -
157 -DESCRIPTION="SSH2 protocol library"
158 -HOMEPAGE="http://www.paramiko.org/ https://github.com/paramiko/paramiko/ https://pypi.org/project/paramiko/"
159 -# pypi tarballs are missing test data
160 -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
161 -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
162 -
163 -LICENSE="LGPL-2.1"
164 -SLOT="0"
165 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
166 -IUSE="doc examples test"
167 -
168 -RDEPEND="
169 - >=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}]
170 - >=dev-python/cryptography-1.5[${PYTHON_USEDEP}]
171 - >=dev-python/pynacl-1.0.1[${PYTHON_USEDEP}]
172 - >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
173 -"
174 -DEPEND="${RDEPEND}
175 - dev-python/setuptools[${PYTHON_USEDEP}]
176 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
177 - test? (
178 - dev-python/pytest[${PYTHON_USEDEP}]
179 - dev-python/pytest-relaxed[${PYTHON_USEDEP}]
180 - )
181 -"
182 -
183 -python_test() {
184 - py.test -v || die "Tests fail with ${EPYTHON}"
185 -}
186 -
187 -python_compile_all() {
188 - use doc && esetup.py build_sphinx -s sites/docs
189 -}
190 -
191 -python_install_all() {
192 - use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
193 -
194 - distutils-r1_python_install_all
195 -
196 - if use examples; then
197 - insinto /usr/share/doc/${PF}/examples
198 - doins demos/*
199 - fi
200 -}