From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyopenssl/
Date: Wed, 26 Aug 2015 14:47:40 +0000 (UTC) [thread overview]
Message-ID: <1440600438.0b057035f72edd876fbee760da4485c2dfd8829d.mrueg@gentoo> (raw)
commit: 0b057035f72edd876fbee760da4485c2dfd8829d
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 26 14:47:18 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Aug 26 14:47:18 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b057035
dev-python/pyopenssl: Remove old
Package-Manager: portage-2.2.20.1
dev-python/pyopenssl/Manifest | 1 -
dev-python/pyopenssl/pyopenssl-0.13.1-r1.ebuild | 77 -------------------------
dev-python/pyopenssl/pyopenssl-0.13.1.ebuild | 75 ------------------------
3 files changed, 153 deletions(-)
diff --git a/dev-python/pyopenssl/Manifest b/dev-python/pyopenssl/Manifest
index 01e9362..0304496 100644
--- a/dev-python/pyopenssl/Manifest
+++ b/dev-python/pyopenssl/Manifest
@@ -1,3 +1,2 @@
-DIST pyOpenSSL-0.13.1.tar.gz 254431 SHA256 ba06ec710414f6dfe5566ec24c81882547c3e6fc48458d64315b73a0d5142fdb SHA512 5be0fddd0517566fa954e13854a428a21962b13f0c31a8ca0a27d90b74b3a9cfc60e3650e5915a28b3e55b97c655d4a6589122408ef61e6dea509745662bbc0e WHIRLPOOL 5d6500a21ab3808765b9a5cf14beac66b5359ba5c184d0de02839f3f0b7c4935fe4f656577866b6c4f1bae2e1461f4fbb41fb6cb4615c3d02efb408010bc3dc5
DIST pyOpenSSL-0.14.tar.gz 128005 SHA256 a99db8e59c120138ad8a72eecedcc24b4510d2eed3ce48213b7e32f22cc4ee6e SHA512 afd14aad8f7313425b9f0d79d80fbc17feaf128204cbda21db4116c8ce6e08e77e865110971c02bdc99b27a2d43402cc87f04586375167f41c61d0f474109512 WHIRLPOOL 6d73c560fb2f9adcdf12d92c4d1f20ef62a0284bd8cb3598e48f539cc4c4ee557215251d13f97cda3acc468b89c10e206cd1484eee582b46dca9fc0f6c6b110f
DIST pyOpenSSL-0.15.1.tar.gz 149887 SHA256 f0a26070d6db0881de8bcc7846934b7c3c930d8f9c79d45883ee48984bc0d672 SHA512 bd204f40c9583a8580cff28b061f02ea772fdda3965dab6ac9e3f8c3b98792bea87b6de76494f7ce81e1ddcc76019432a9ffa3bcd55c5adb063bb639efe62e51 WHIRLPOOL 34badbf11b49cb65019cb55da7c6d6a539971392741d14ea1408c56dc0564d52ffeb947d86549fed17762474d863d59a406cde86daa75a329bd5b6411a77702b
diff --git a/dev-python/pyopenssl/pyopenssl-0.13.1-r1.ebuild b/dev-python/pyopenssl/pyopenssl-0.13.1-r1.ebuild
deleted file mode 100644
index 8ef62d7..0000000
--- a/dev-python/pyopenssl/pyopenssl-0.13.1-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3} pypy )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PN="pyOpenSSL"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python interface to the OpenSSL library"
-HOMEPAGE="http://pyopenssl.sourceforge.net/ https://launchpad.net/pyopenssl https://pypi.python.org/pypi/pyOpenSSL"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/openssl-0.9.6g"
-DEPEND="${RDEPEND}
- doc? ( >=dev-tex/latex2html-2002.2[gif,png] )"
-
-# pypy* won't fit since CPython 3 is 'better' than it
-REQUIRED_USE="doc? ( || ( $(python_gen_useflags python2*) ) )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
- sed \
- -e "s/test_set_tlsext_host_name_wrong_args/_&/" \
- -i OpenSSL/test/test_ssl.py || die "test_ssl sed failed"
-
- distutils-r1_python_prepare_all
-}
-
-python_compile() {
- local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
- [[ ${EPYTHON} != python3* ]] && append-flags -fno-strict-aliasing
-
- distutils-r1_python_compile
-}
-
-python_compile_all() {
- if use doc; then
- addwrite /var/cache/fonts
-
- cd doc || die
- emake -j1 html ps dvi
- fi
-}
-
-python_test() {
- cd "${BUILD_DIR}"/lib/OpenSSL/test || die
-
- local t
- for t in test_*.py; do
- "${PYTHON}" "${t}" || die "Test ${t} fails with ${EPYTHON}"
- done
- # https://bugs.launchpad.net/pyopenssl/+bug/1237953
- rm -rf tmp* *.key *.pem
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-
- if use doc; then
- dohtml -r doc/html/.
- dodoc doc/pyOpenSSL.*
- fi
-
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
-}
diff --git a/dev-python/pyopenssl/pyopenssl-0.13.1.ebuild b/dev-python/pyopenssl/pyopenssl-0.13.1.ebuild
deleted file mode 100644
index 4a29456..0000000
--- a/dev-python/pyopenssl/pyopenssl-0.13.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3} pypy )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PN="pyOpenSSL"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python interface to the OpenSSL library"
-HOMEPAGE="http://pyopenssl.sourceforge.net/ https://launchpad.net/pyopenssl https://pypi.python.org/pypi/pyOpenSSL"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/openssl-0.9.6g"
-DEPEND="${RDEPEND}
- doc? ( >=dev-tex/latex2html-2002.2[gif,png] )"
-
-# pypy* won't fit since CPython 3 is 'better' than it
-REQUIRED_USE="doc? ( || ( $(python_gen_useflags python2*) ) )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
- sed \
- -e "s/test_set_tlsext_host_name_wrong_args/_&/" \
- -i OpenSSL/test/test_ssl.py || die "test_ssl sed failed"
-
- distutils-r1_python_prepare_all
-}
-
-python_compile() {
- local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
- [[ ${EPYTHON} != python3* ]] && append-flags -fno-strict-aliasing
-
- distutils-r1_python_compile
-}
-
-python_compile_all() {
- if use doc; then
- addwrite /var/cache/fonts
-
- cd doc || die
- emake -j1 html ps dvi
- fi
-}
-
-python_test() {
- cd "${BUILD_DIR}"/lib/OpenSSL/test || die
-
- local t
- for t in test_*.py; do
- "${PYTHON}" "${t}" || die "Test ${t} fails with ${EPYTHON}"
- done
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-
- if use doc; then
- dohtml -r doc/html/.
- dodoc doc/pyOpenSSL.*
- fi
-
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
-}
next reply other threads:[~2015-08-26 14:47 UTC|newest]
Thread overview: 210+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-26 14:47 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-11 7:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyopenssl/ Justin Lecher
2015-10-18 16:48 Mikle Kolyada
2015-11-11 17:27 Justin Lecher
2016-01-24 8:16 Jeroen Roovers
2016-01-24 8:23 Jeroen Roovers
2016-01-24 17:35 Agostino Sarubbo
2016-02-02 16:46 Tobias Klausmann
2016-02-03 20:53 Markus Meier
2016-03-19 11:35 Agostino Sarubbo
2016-03-20 10:19 Dirkjan Ochtman
2016-05-13 1:15 Mike Frysinger
2016-06-21 2:47 Mike Frysinger
2016-09-05 21:50 Manuel Rüger
2016-10-24 11:30 Lars Wendler
2016-10-24 11:30 Lars Wendler
2016-10-25 20:27 Lars Wendler
2016-11-30 18:05 Michał Górny
2016-11-30 18:05 Michał Górny
2017-01-06 14:33 Tobias Klausmann
2017-01-08 9:52 Aaron Bauman
2017-01-15 20:22 Markus Meier
2017-01-23 6:24 Jeroen Roovers
2017-02-19 17:46 Mike Gilbert
2017-05-03 11:02 Michał Górny
2017-05-15 9:47 Lars Wendler
2017-05-19 13:37 Michael Weber
2017-08-01 18:52 Brian Dolbec
2017-08-01 20:06 Michał Górny
2017-09-10 11:49 Sergei Trofimovich
2017-09-22 7:34 Sergei Trofimovich
2017-09-30 1:03 Matt Thode
2017-10-08 16:53 Tim Harder
2017-11-26 18:15 Tim Harder
2017-11-27 17:53 Mike Gilbert
2018-01-23 20:18 Michał Górny
2018-02-19 0:54 Matt Thode
2018-02-22 6:22 Michał Górny
2018-03-14 21:45 Sergei Trofimovich
2018-03-31 2:41 Matt Thode
2018-03-31 5:02 Matt Turner
2018-03-31 18:58 Matt Thode
2018-04-14 16:53 Sergei Trofimovich
2018-04-15 5:37 Matt Turner
2018-04-15 9:20 Sergei Trofimovich
2018-04-16 21:06 Sergei Trofimovich
2018-04-22 20:19 Matt Turner
2018-05-15 1:47 Aaron Bauman
2018-05-30 19:52 Mike Frysinger
2018-06-21 12:11 Fabian Groffen
2018-06-26 18:26 Fabian Groffen
2018-06-27 8:19 Fabian Groffen
2018-11-19 21:15 Fabian Groffen
2018-12-30 9:22 Tim Harder
2019-02-22 19:40 Craig Andrews
2019-05-11 19:06 Matthew Thode
2019-06-12 17:08 Michael Haubenwallner
2019-11-19 7:02 Michał Górny
2019-11-19 7:02 Michał Górny
2019-11-21 13:03 Michał Górny
2019-11-25 12:35 Michał Górny
2020-03-18 7:27 Michał Górny
2020-03-18 9:46 Agostino Sarubbo
2020-03-18 9:49 Agostino Sarubbo
2020-03-18 9:51 Agostino Sarubbo
2020-03-18 9:56 Agostino Sarubbo
2020-03-18 11:00 Agostino Sarubbo
2020-03-18 11:04 Agostino Sarubbo
2020-03-18 11:11 Agostino Sarubbo
2020-03-18 11:13 Agostino Sarubbo
2020-04-05 19:01 Sergei Trofimovich
2020-04-11 11:21 Mart Raudsepp
2020-04-22 8:15 Michał Górny
2020-05-25 19:48 Michał Górny
2020-09-20 13:11 Michał Górny
2020-11-28 8:43 Michał Górny
2020-12-16 10:09 Michał Górny
2021-01-05 21:03 Sam James
2021-01-08 12:20 Sam James
2021-01-10 14:30 Sam James
2021-01-11 17:34 Sergei Trofimovich
2021-01-18 16:52 Sam James
2021-01-19 2:20 Sam James
2021-01-19 2:20 Sam James
2021-01-19 7:04 Sergei Trofimovich
2021-01-21 21:09 Sam James
2021-04-12 14:08 Michał Górny
2021-04-30 23:43 Sam James
2021-05-02 22:09 Sergei Trofimovich
2021-05-10 6:58 Agostino Sarubbo
2021-05-15 19:07 Sam James
2021-05-15 21:36 Michał Górny
2021-05-20 20:11 Michał Górny
2021-11-28 14:42 Michał Górny
2022-02-07 9:35 Sam James
2022-04-15 6:43 Sam James
2022-04-21 19:56 Michał Górny
2022-04-22 8:46 Jakov Smolić
2022-04-22 17:31 Arthur Zamarin
2022-04-27 11:44 Arthur Zamarin
2022-04-27 11:44 Arthur Zamarin
2022-04-27 11:44 Arthur Zamarin
2022-04-27 11:44 Arthur Zamarin
2022-05-12 16:17 Michał Górny
2022-05-12 16:17 Michał Górny
2022-05-27 9:07 Jakov Smolić
2022-05-27 9:12 Jakov Smolić
2022-05-27 9:18 Jakov Smolić
2022-05-27 9:18 Jakov Smolić
2022-05-27 9:21 Jakov Smolić
2022-05-27 9:25 Jakov Smolić
2022-05-27 9:49 Jakov Smolić
2022-05-27 11:02 Jakov Smolić
2022-05-27 19:55 Michał Górny
2022-05-31 22:08 Sam James
2022-05-31 22:08 Sam James
2022-06-01 8:09 Agostino Sarubbo
2022-06-01 8:10 Agostino Sarubbo
2022-06-01 8:11 Agostino Sarubbo
2022-06-01 8:12 Agostino Sarubbo
2022-06-30 18:16 Arthur Zamarin
2022-07-02 12:21 Arthur Zamarin
2022-07-04 6:57 Michał Górny
2022-07-29 10:37 Arthur Zamarin
2022-07-29 13:39 Michał Górny
2022-09-26 11:21 Michał Górny
2022-11-03 19:28 Sam James
2022-11-03 19:35 Arthur Zamarin
2022-11-03 19:47 Arthur Zamarin
2022-11-03 21:01 Arthur Zamarin
2022-11-03 21:06 Arthur Zamarin
2022-11-03 21:06 Arthur Zamarin
2022-11-04 8:16 Agostino Sarubbo
2022-11-04 8:38 Michał Górny
2023-01-02 14:54 Michał Górny
2023-02-03 16:55 Sam James
2023-02-03 16:55 Sam James
2023-02-03 16:56 Sam James
2023-02-03 16:56 Sam James
2023-02-03 16:56 Sam James
2023-02-03 16:56 Arthur Zamarin
2023-02-07 2:53 Sam James
2023-02-07 9:26 Michał Górny
2023-03-24 19:06 Arthur Zamarin
2023-03-25 17:19 Michał Górny
2023-03-28 5:19 Michał Górny
2023-04-24 23:20 Sam James
2023-04-25 0:31 Sam James
2023-04-25 0:31 Sam James
2023-04-25 0:31 Sam James
2023-04-25 0:31 Sam James
2023-04-25 0:31 Sam James
2023-04-25 11:36 Arthur Zamarin
2023-04-25 15:00 Michał Górny
2023-05-27 13:21 Michał Górny
2023-06-08 8:51 Michał Górny
2023-07-09 16:51 Arthur Zamarin
2023-07-09 16:51 Arthur Zamarin
2023-07-09 17:08 Arthur Zamarin
2023-07-09 18:30 Arthur Zamarin
2023-07-09 19:36 Arthur Zamarin
2023-07-20 10:16 WANG Xuerui
2023-08-02 17:11 Arthur Zamarin
2023-08-25 4:52 Arthur Zamarin
2023-08-25 8:46 Michał Górny
2023-10-26 12:19 Michał Górny
2023-12-15 10:50 Arthur Zamarin
2023-12-15 11:02 Arthur Zamarin
2023-12-15 11:30 Arthur Zamarin
2023-12-15 11:36 Arthur Zamarin
2023-12-15 12:41 Arthur Zamarin
2023-12-15 15:50 Arthur Zamarin
2023-12-16 16:59 Michał Górny
2024-01-23 4:39 Michał Górny
2024-02-08 14:43 Michał Górny
2024-02-08 14:43 Michał Górny
2024-02-08 15:28 Michał Górny
2024-02-08 15:28 Michał Górny
2024-02-08 17:10 Arthur Zamarin
2024-02-24 2:44 Ionen Wolkens
2024-02-24 8:49 Michał Górny
2024-03-10 3:35 Michał Górny
2024-03-30 14:53 Michał Górny
2024-04-17 6:54 Sam James
2024-04-20 9:18 Michał Górny
2024-05-01 23:18 Ionen Wolkens
2024-05-01 23:18 Ionen Wolkens
2024-05-01 23:18 Ionen Wolkens
2024-05-01 23:18 Ionen Wolkens
2024-05-02 1:37 Michał Górny
2024-05-11 6:54 Michał Górny
2024-07-21 18:28 Michał Górny
2024-08-10 6:26 Michał Górny
2024-08-10 6:43 Michał Górny
2024-08-10 7:25 Michał Górny
2024-08-10 8:17 Michał Górny
2024-08-10 8:35 Michał Górny
2024-08-10 15:41 Michał Górny
2024-08-12 17:18 Arthur Zamarin
2024-08-12 18:53 Michał Górny
2024-10-19 17:53 Michał Górny
2024-12-21 11:17 Michał Górny
2025-01-12 18:39 Michał Górny
2025-02-01 9:51 Arthur Zamarin
2025-02-01 9:51 Arthur Zamarin
2025-02-01 12:17 Arthur Zamarin
2025-02-16 14:46 Michał Górny
2025-02-23 2:00 Sam James
2025-02-23 3:23 Michał Górny
2025-05-02 9:29 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1440600438.0b057035f72edd876fbee760da4485c2dfd8829d.mrueg@gentoo \
--to=mrueg@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox