From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CB3D139086 for ; Wed, 18 Jan 2017 07:10:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8101B22419B; Wed, 18 Jan 2017 07:10:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4481C22419B for ; Wed, 18 Jan 2017 07:10:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBC6C34121E for ; Wed, 18 Jan 2017 07:09:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 245B32860 for ; Wed, 18 Jan 2017 07:09:56 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1484723350.bf16a4b4cf672354c7454d9fa0dba7cd5b911ae4.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fedmsg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fedmsg/Manifest dev-python/fedmsg/fedmsg-0.18.2.ebuild X-VCS-Directories: dev-python/fedmsg/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: bf16a4b4cf672354c7454d9fa0dba7cd5b911ae4 X-VCS-Branch: master Date: Wed, 18 Jan 2017 07:09:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7ec9f21e-7dd5-4d43-901b-8dbd3a8effb8 X-Archives-Hash: 0bf5909227076083b948dffdf6cbe42c commit: bf16a4b4cf672354c7454d9fa0dba7cd5b911ae4 Author: Kent Fredric gentoo org> AuthorDate: Wed Jan 18 07:07:33 2017 +0000 Commit: Kent Fredric gentoo 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" +}