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/pyamf/
Date: Mon, 21 Dec 2015 11:56:33
Message-Id: 1450698984.1ee208eda5cff0fa670961122d80f944e11f039d.jlec@gentoo
1 commit: 1ee208eda5cff0fa670961122d80f944e11f039d
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 21 11:56:19 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 21 11:56:24 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee208ed
7
8 dev-python/pyamf: Drop versions vulnerable for CVE-2015-8549
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568984
11
12 Package-Manager: portage-2.2.26
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/pyamf/Manifest | 2 --
16 dev-python/pyamf/pyamf-0.7.0.ebuild | 35 -----------------------------------
17 dev-python/pyamf/pyamf-0.7.2.ebuild | 35 -----------------------------------
18 3 files changed, 72 deletions(-)
19
20 diff --git a/dev-python/pyamf/Manifest b/dev-python/pyamf/Manifest
21 index 07ceb67..0bf8e7c 100644
22 --- a/dev-python/pyamf/Manifest
23 +++ b/dev-python/pyamf/Manifest
24 @@ -1,3 +1 @@
25 -DIST PyAMF-0.7.0.tar.gz 1647988 SHA256 5e9c68a2acc00ee99d1ca1f578c4fc0cbc16e33339a6d5a0d8d313a4c0f42663 SHA512 dcaf808a11c73f9e9b548c9e81100eb28ee1e3c1e2d44b0fb08f58ab3693a49c69b95040e25e612e3864d268436829c4ab7389e1ed9c0704f37a9d350dd9c82d WHIRLPOOL 535fdedea37a866045a34f89b5f255f13d4d3ebc1a1a1fbdba2c233fdd5fedfb1436e4993d69940cbdd5f26898c3d6264afa9bdac21217f38d3d2e955058c369
26 -DIST PyAMF-0.7.2.tar.gz 1648116 SHA256 3e39d43989f75a4d35f4c2a591d8163637f67eaf856bdae749bd8b64b1c1b672 SHA512 5372e40752a75919122c1a8630dbf6333ca2c9d8c79d004a58f857b2656e2cccd96ba5ff24aca9352a8db2e66419760cf3309b5cafb7ad5e1097473fa4a8bbe8 WHIRLPOOL 5ba25ed6ee2bde8dc2800c6d5093509622214a2ed5a5cf51a023c0a8a72618f7156b550e67816bc51f53d2f84c9993fdc8caf37a4ad23bb1006b08522f38cdec
27 DIST PyAMF-0.8.0.tar.gz 1651369 SHA256 0455d68983e3ee49f82721132074877428d58acec52f19697a88c03b5fba74e4 SHA512 1da66afbfb6cc32886a8680b5f610d17b3ad6e5cca338deb7f8d8c5e61f0f4e165b6602936590b4053a3bc98d0e36f898e5913e7d59d8444faf385fa036fd81e WHIRLPOOL 259c6164febcbf95b3755b4e05ba2325001ed52e19afb51349803ff7205fb2ca3bce41f1524f46f193748d0b939eb1230fc5a2ea7f9ae739fcb7c859c719066f
28
29 diff --git a/dev-python/pyamf/pyamf-0.7.0.ebuild b/dev-python/pyamf/pyamf-0.7.0.ebuild
30 deleted file mode 100644
31 index cfccd8f..0000000
32 --- a/dev-python/pyamf/pyamf-0.7.0.ebuild
33 +++ /dev/null
34 @@ -1,35 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI=5
40 -PYTHON_COMPAT=( python2_7 )
41 -
42 -inherit distutils-r1
43 -
44 -MY_PN=PyAMF
45 -MY_P=${MY_PN}-${PV}
46 -
47 -DESCRIPTION="Action Message Format (AMF) support for Python"
48 -HOMEPAGE="https://github.com/hydralabs/pyamf"
49 -SRC_URI="https://github.com/hydralabs/pyamf/releases/download/v${PV}/${MY_P}.tar.gz"
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~x86"
54 -
55 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
56 -
57 -S=${WORKDIR}/${MY_P}
58 -
59 -python_test() {
60 - esetup.py test
61 -}
62 -
63 -pkg_postinst() {
64 - if [[ -z ${REPLACING_VERSIONS} ]]; then
65 - elog "PyAMF optionally integrates with several third-party libraries"
66 - elog "and web frameworks. See the README or the Optional Extras section at"
67 - elog "https://github.com/hydralabs/pyamf/blob/master/doc/install.rst"
68 - fi
69 -}
70
71 diff --git a/dev-python/pyamf/pyamf-0.7.2.ebuild b/dev-python/pyamf/pyamf-0.7.2.ebuild
72 deleted file mode 100644
73 index 405b0fe..0000000
74 --- a/dev-python/pyamf/pyamf-0.7.2.ebuild
75 +++ /dev/null
76 @@ -1,35 +0,0 @@
77 -# Copyright 1999-2015 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -# $Id$
80 -
81 -EAPI=5
82 -PYTHON_COMPAT=( python2_7 )
83 -
84 -inherit distutils-r1
85 -
86 -MY_PN=PyAMF
87 -MY_P=${MY_PN}-${PV}
88 -
89 -DESCRIPTION="Action Message Format (AMF) support for Python"
90 -HOMEPAGE="https://github.com/hydralabs/pyamf https://pypi.python.org/pypi/PyAMF"
91 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
92 -
93 -LICENSE="MIT"
94 -SLOT="0"
95 -KEYWORDS="~amd64 ~x86"
96 -
97 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
98 -
99 -S=${WORKDIR}/${MY_P}
100 -
101 -python_test() {
102 - esetup.py test
103 -}
104 -
105 -pkg_postinst() {
106 - if [[ -z ${REPLACING_VERSIONS} ]]; then
107 - elog "PyAMF optionally integrates with several third-party libraries"
108 - elog "and web frameworks. See the README or the Optional Extras section at"
109 - elog "https://github.com/hydralabs/pyamf/blob/master/doc/install.rst"
110 - fi
111 -}