commit:     bf16a4b4cf672354c7454d9fa0dba7cd5b911ae4
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 07:07:33 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 07:09:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf16a4b4

dev-python/fedmsg: Bump to version 0.18.2

- Add CHANGELOG to docdir

Upstream:
- Fix misleading signature validation logic in base consumer

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/fedmsg/Manifest             |  1 +
 dev-python/fedmsg/fedmsg-0.18.2.ebuild | 40 ++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/fedmsg/Manifest b/dev-python/fedmsg/Manifest
index a8fd292..341f148 100644
--- a/dev-python/fedmsg/Manifest
+++ b/dev-python/fedmsg/Manifest
@@ -1,2 +1,3 @@
 DIST fedmsg-0.18.0.tar.gz 539333 SHA256 
63ae0dd33032adbadbb710f5dc6aa03c6d60807bbce43c79a64e9ce8313cf307 SHA512 
a103ef1aca70ccbf2a8dcbc5832cc09116969e201fd8129ca6ad9cb2c0075fcad700c210773251740e1568346abc1109948fd123f8bde70204bc08d638ead8d5
 WHIRLPOOL 
bf0b3b10c5cf25c7722ce8403039ffa9c6367f0b6e3336f635f53ccd61a0720026472ef193e176427889cf2210299d00db9a93213e702e7ade7d7261595a55e3
 DIST fedmsg-0.18.1.tar.gz 539434 SHA256 
e2456f8f6fc46cfc5a63447d12077fcc0459cc53433e7beb211d708617331795 SHA512 
aca7bb54f520e0c967ff325c246dcc9376c5240d251bbdf23612562205fb8531627f88dd2524af5884f686e6ce11fdf1de3beaf3bf4fae04bb6c4bc612b1d2df
 WHIRLPOOL 
2c369ca33b43dd34333a3e75e0b81f811d792219bd3eebd96d3abdcc35943ea3390ed93dec9073ccc5fa0148d683c7a897a133712f41afe1c329a287e60f842e
+DIST fedmsg-0.18.2.tar.gz 530777 SHA256 
8f0cde1f60d32d412280599edb57b55a5aa217ff75b90867cfa5ed18b26c2703 SHA512 
29091973399cb8df1c26cf19087d9111a0a8fe650e76a3ebb9dbb363950fd1e31aa784a3464fd8aa3d48d4492fdbe54c00123e49180a361849741a07258afee5
 WHIRLPOOL 
90d2dc74e6cd5544932547260806429dfd491adddb67943e2c62632381e9cf91d5b29885f631058aecf4c42056865283145f6d2168d771269e9f83b7b0ae5aa1

diff --git a/dev-python/fedmsg/fedmsg-0.18.2.ebuild 
b/dev-python/fedmsg/fedmsg-0.18.2.ebuild
new file mode 100644
index 00000000..fdac680
--- /dev/null
+++ b/dev-python/fedmsg/fedmsg-0.18.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+inherit distutils-r1
+
+DESCRIPTION="Fedora Messaging Client API"
+HOMEPAGE="http://www.fedmsg.com/ https://pypi.python.org/pypi/fedmsg";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+PATCHES=( "${FILESDIR}/0.18.0-endpoints.patch"
+                 "${FILESDIR}/0.18.0-no_signatures.patch" )
+RDEPEND="
+       dev-python/pyzmq[${PYTHON_USEDEP}]
+       dev-python/kitchen[${PYTHON_USEDEP}]
+       dev-python/requests[${PYTHON_USEDEP}]
+       dev-python/six[${PYTHON_USEDEP}]
+       dev-python/arrow[${PYTHON_USEDEP}]
+       dev-python/cryptography[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep 'dev-python/m2crypto[${PYTHON_USEDEP}]' 
'python2*')
+"
+DEPEND="${RDEPEND}"
+DOCS=(
+       "README.rst" "CHANGELOG.rst"
+       #TODO: doc/ dir full of rst files
+)
+
+python_install_all() {
+       distutils-r1_python_install_all
+       insinto /etc/
+       doins -r "${S}/fedmsg.d"
+}

Reply via email to