Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/paramiko/
Date: Wed, 03 May 2017 09:26:24
Message-Id: 1493803558.35f46106a147ad17f8cbab41de6f05793609eb27.mgorny@gentoo
1 commit: 35f46106a147ad17f8cbab41de6f05793609eb27
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 07:44:52 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 09:25:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f46106
7
8 dev-python/paramiko: Clean old versions up
9
10 dev-python/paramiko/Manifest | 2 --
11 dev-python/paramiko/paramiko-2.0.2.ebuild | 42 -------------------------------
12 dev-python/paramiko/paramiko-2.1.1.ebuild | 42 -------------------------------
13 3 files changed, 86 deletions(-)
14
15 diff --git a/dev-python/paramiko/Manifest b/dev-python/paramiko/Manifest
16 index a0b681c8904..eb59572e68c 100644
17 --- a/dev-python/paramiko/Manifest
18 +++ b/dev-python/paramiko/Manifest
19 @@ -1,4 +1,2 @@
20 DIST paramiko-1.16.0.tar.gz 1335094 SHA256 3297ebd3cd072f573772f7c7426939a443c62c458d54bb632ff30fd6ecf96892 SHA512 d75ed591c12898bab7d3e64b7281c9054ad49d00b6dba9e51826cca43ce30ae7c089ead0c3396f7542c2635183637e00a16f0b3d57360c0f65ec93d081489962 WHIRLPOOL 10053403a526e11d2e300cfccb8bb95889ee4424621853f8b20f42257c71fdb01aba6358c3fd9dd3ede2aa8d7291affac56582abbb3d9888dc1c217d3757c3f3
21 -DIST paramiko-2.0.2.tar.gz 1190464 SHA256 411bf90fa22b078a923ff19ef9772c1115a0953702db93549a2848acefd141dc SHA512 6e96a67fb496990967641c53a616f0d774716f1969b0e4f290815776d61071804d8c606c3cefadc010a95ce926ab05bad201233210f9bed772dcee377b336bb6 WHIRLPOOL 379d53534d098a0b0aa30d9ec41e9b6cba9789db0db111be4cf45b1dc3c538dc17618eed173602538bf8365f8fbe730cdc03c38488badc6c580e45f2faf06d14
22 -DIST paramiko-2.1.1.tar.gz 1196454 SHA256 d51dada7ad0736c116f8bfe3263627925947e4a50e61436a83d58bfe7055b575 SHA512 8352688eff78aa6e15ee12572851462aea538d2d00cbc392d5cd7e4eda9536e95d3e3dfca6c85b5e5ea18262e9796a323224da4ced0474692996d8b45558f128 WHIRLPOOL cb49ccdadf4e359963e378970c1a7912cf567862b442de905c1e396c5f374748a38ce6ec8f9353528448c3f750059023a61dc8a096cb906670fd200c7adb346c
23 DIST paramiko-2.1.2.tar.gz 1196746 SHA256 5fae49bed35e2e3d45c4f7b0db2d38b9ca626312d91119b3991d0ecf8125e310 SHA512 465c5381b1b0a472d2ad8e690f0916a5f51713880486c7b94cadcf85ea0a52569e18337ccfee5440869e4a0c76bd2b1bc15c414128c07326b40ecd36ea021466 WHIRLPOOL 39014f4ab316ccf13ce336a594befd00c68dd3eb371f9e29592ec32ee1afcc91ae9307b2c9ae4227569fbc5d5d2c639532cce4552780d4e35743cd5c834a28a3
24
25 diff --git a/dev-python/paramiko/paramiko-2.0.2.ebuild b/dev-python/paramiko/paramiko-2.0.2.ebuild
26 deleted file mode 100644
27 index 61ce0c1a47c..00000000000
28 --- a/dev-python/paramiko/paramiko-2.0.2.ebuild
29 +++ /dev/null
30 @@ -1,42 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
37 -PYTHON_REQ_USE="threads(+)"
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="SSH2 protocol library"
42 -HOMEPAGE="http://www.paramiko.org/ https://github.com/paramiko/paramiko/ https://pypi.python.org/pypi/paramiko/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="LGPL-2.1"
46 -SLOT="0"
47 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris"
48 -IUSE="doc examples"
49 -
50 -RDEPEND="
51 - >=dev-python/cryptography-1.1[${PYTHON_USEDEP}]
52 - >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]"
53 -DEPEND="${RDEPEND}
54 - dev-python/setuptools[${PYTHON_USEDEP}]"
55 -
56 -# Required for testsuite
57 -DISTUTILS_IN_SOURCE_BUILD=1
58 -
59 -python_test() {
60 - "${PYTHON}" test.py --verbose || die "Tests fail with ${EPYTHON}"
61 -}
62 -
63 -python_install_all() {
64 - use doc && local HTML_DOCS=( docs/. )
65 -
66 - distutils-r1_python_install_all
67 -
68 - if use examples; then
69 - insinto /usr/share/doc/${PF}/examples
70 - doins demos/*
71 - fi
72 -}
73
74 diff --git a/dev-python/paramiko/paramiko-2.1.1.ebuild b/dev-python/paramiko/paramiko-2.1.1.ebuild
75 deleted file mode 100644
76 index 61ce0c1a47c..00000000000
77 --- a/dev-python/paramiko/paramiko-2.1.1.ebuild
78 +++ /dev/null
79 @@ -1,42 +0,0 @@
80 -# Copyright 1999-2017 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=6
84 -
85 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
86 -PYTHON_REQ_USE="threads(+)"
87 -
88 -inherit distutils-r1
89 -
90 -DESCRIPTION="SSH2 protocol library"
91 -HOMEPAGE="http://www.paramiko.org/ https://github.com/paramiko/paramiko/ https://pypi.python.org/pypi/paramiko/"
92 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
93 -
94 -LICENSE="LGPL-2.1"
95 -SLOT="0"
96 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris"
97 -IUSE="doc examples"
98 -
99 -RDEPEND="
100 - >=dev-python/cryptography-1.1[${PYTHON_USEDEP}]
101 - >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]"
102 -DEPEND="${RDEPEND}
103 - dev-python/setuptools[${PYTHON_USEDEP}]"
104 -
105 -# Required for testsuite
106 -DISTUTILS_IN_SOURCE_BUILD=1
107 -
108 -python_test() {
109 - "${PYTHON}" test.py --verbose || die "Tests fail with ${EPYTHON}"
110 -}
111 -
112 -python_install_all() {
113 - use doc && local HTML_DOCS=( docs/. )
114 -
115 - distutils-r1_python_install_all
116 -
117 - if use examples; then
118 - insinto /usr/share/doc/${PF}/examples
119 - doins demos/*
120 - fi
121 -}