Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tlslite/
Date: Sun, 01 Jan 2017 03:14:55
Message-Id: 1483240082.7965a1b878ed1794680fa4f1f378f6fd0fec71ea.floppym@gentoo
1 commit: 7965a1b878ed1794680fa4f1f378f6fd0fec71ea
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 03:08:02 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 03:08:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7965a1b8
7
8 dev-python/tlslite: remove old
9
10 Package-Manager: Portage-2.3.3_p12, Repoman-2.3.1_p5
11
12 dev-python/tlslite/Manifest | 1 -
13 dev-python/tlslite/tlslite-0.4.8.ebuild | 45 ---------------------------------
14 dev-python/tlslite/tlslite-0.4.9.ebuild | 45 ---------------------------------
15 3 files changed, 91 deletions(-)
16
17 diff --git a/dev-python/tlslite/Manifest b/dev-python/tlslite/Manifest
18 index 325700d..feeb03b 100644
19 --- a/dev-python/tlslite/Manifest
20 +++ b/dev-python/tlslite/Manifest
21 @@ -1,3 +1,2 @@
22 DIST tlslite-0.4.3.tar.gz 562090 SHA256 6a67d8a0bec66183719c19c91f383bc1555545055aae4498af2e91fe9d79f813 SHA512 d1f451ebc2f7bd4d5436f1ca8ecfdbaa403f3dbbae9f9ac3900131e5d168e3267e22fcf23d85f87457f06468997cb01a51683d028a67fde58820b15f97689a0c WHIRLPOOL 555f2659f0bb5080519edd5f4325953e13109367ef21e1595816ab4f3956233bb541940f65f2cfa95c041b7f2cc080b8c4ee10719be79edfa11076a2c834fff6
23 -DIST tlslite-0.4.8.tar.gz 563048 SHA256 d9b447048a322c70df800f540ab577c93ecf20de52c0a02c8621176e4733bdbb SHA512 bdb42d005b7444667badc6febd38f5b74878c09218b418844c255920f0e6272f55f62b4ea21953953935f73e02657fce9874b44f73499267cf713ddbcd3d6a44 WHIRLPOOL 0804742e528e6ce9d67afed78fe42c4f0a42cdfc221bf36d37e4f4f5fce828323da10f7bec3e68b2fdcf4d13d2fa100364e83e61fbcfc5cf86d3aeb1f51d75df
24 DIST tlslite-0.4.9.tar.gz 105402 SHA256 9b9a487694c239efea8cec4454a99a56ee1ae1a5f3af0858ccf8029e2ac2d42d SHA512 5473139b5730ef946efa139fbb9adb3333dc67f33f03305f4a6d3b6eaaefce950ba93bc1053362fc31b9d68ff9f6deceb9449987e29ff44035b818d7310edbea WHIRLPOOL b8fa4794d5670585c9f55673f04bfb2d2fac5457013284b810d27e4c31f0f9a9a349f1664eec338bc70adf9586910bccf3c33ef6d0b926418e1801ef23e6cd7b
25
26 diff --git a/dev-python/tlslite/tlslite-0.4.8.ebuild b/dev-python/tlslite/tlslite-0.4.8.ebuild
27 deleted file mode 100644
28 index 05d3358..00000000
29 --- a/dev-python/tlslite/tlslite-0.4.8.ebuild
30 +++ /dev/null
31 @@ -1,45 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit distutils-r1 eutils
41 -
42 -DESCRIPTION="TLS Lite is a free python library that implements SSL 3.0 and TLS 1.0/1.1"
43 -HOMEPAGE="http://trevp.net/tlslite/ https://pypi.python.org/pypi/tlslite https://github.com/trevp/tlslite"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="BSD public-domain"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -#Refrain for now setting IUSE test and deps of test given test restricted.
50 -IUSE="doc"
51 -
52 -DEPEND="
53 - >=dev-libs/cryptlib-3.3.3[python,${PYTHON_USEDEP}]
54 - || (
55 - dev-python/m2crypto[${PYTHON_USEDEP}]
56 - dev-python/pycrypto[${PYTHON_USEDEP}]
57 - )"
58 -RDEPEND="${DEPEND}"
59 -
60 -RESTRICT="test"
61 -
62 -# Tests still hang
63 -python_test() {
64 - cd tests || die
65 - "${PYTHON}" "${S}"/tests/tlstest.py client localhost:4443 . || die
66 - "${PYTHON}" "${S}"/tests/tlstest.py server localhost:4442 . || die
67 -}
68 -
69 -python_install_all(){
70 - use doc && HTML_DOCS=( docs/. )
71 - distutils-r1_python_install_all
72 -}
73 -
74 -pkg_postinst() {
75 - optfeature "GMP support" dev-python/gmpy
76 -}
77
78 diff --git a/dev-python/tlslite/tlslite-0.4.9.ebuild b/dev-python/tlslite/tlslite-0.4.9.ebuild
79 deleted file mode 100644
80 index 05d3358..00000000
81 --- a/dev-python/tlslite/tlslite-0.4.9.ebuild
82 +++ /dev/null
83 @@ -1,45 +0,0 @@
84 -# Copyright 1999-2015 Gentoo Foundation
85 -# Distributed under the terms of the GNU General Public License v2
86 -# $Id$
87 -
88 -EAPI=5
89 -
90 -PYTHON_COMPAT=( python2_7 )
91 -
92 -inherit distutils-r1 eutils
93 -
94 -DESCRIPTION="TLS Lite is a free python library that implements SSL 3.0 and TLS 1.0/1.1"
95 -HOMEPAGE="http://trevp.net/tlslite/ https://pypi.python.org/pypi/tlslite https://github.com/trevp/tlslite"
96 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
97 -
98 -LICENSE="BSD public-domain"
99 -SLOT="0"
100 -KEYWORDS="~amd64 ~x86"
101 -#Refrain for now setting IUSE test and deps of test given test restricted.
102 -IUSE="doc"
103 -
104 -DEPEND="
105 - >=dev-libs/cryptlib-3.3.3[python,${PYTHON_USEDEP}]
106 - || (
107 - dev-python/m2crypto[${PYTHON_USEDEP}]
108 - dev-python/pycrypto[${PYTHON_USEDEP}]
109 - )"
110 -RDEPEND="${DEPEND}"
111 -
112 -RESTRICT="test"
113 -
114 -# Tests still hang
115 -python_test() {
116 - cd tests || die
117 - "${PYTHON}" "${S}"/tests/tlstest.py client localhost:4443 . || die
118 - "${PYTHON}" "${S}"/tests/tlstest.py server localhost:4442 . || die
119 -}
120 -
121 -python_install_all(){
122 - use doc && HTML_DOCS=( docs/. )
123 - distutils-r1_python_install_all
124 -}
125 -
126 -pkg_postinst() {
127 - optfeature "GMP support" dev-python/gmpy
128 -}