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 EF65B138334 for ; Sat, 16 Jun 2018 20:02:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E86FDE0831; Sat, 16 Jun 2018 20:02:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0AD7E0831 for ; Sat, 16 Jun 2018 20:02:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 103AD335C8C for ; Sat, 16 Jun 2018 20:02:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1CE92C8 for ; Sat, 16 Jun 2018 20:02:17 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1529179318.b230470817f44c9f2c8fcae628e93997f815fa43.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/slackclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/slackclient/Manifest dev-python/slackclient/slackclient-1.2.0.ebuild X-VCS-Directories: dev-python/slackclient/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: b230470817f44c9f2c8fcae628e93997f815fa43 X-VCS-Branch: master Date: Sat, 16 Jun 2018 20:02:17 +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: eb341f12-0671-4ad8-9e48-cf9c93629342 X-Archives-Hash: 3850fc12e04994f6ae02c87695a33966 commit: b230470817f44c9f2c8fcae628e93997f815fa43 Author: Patrice Clement gentoo org> AuthorDate: Fri Jun 15 18:32:08 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Jun 16 20:01:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2304708 dev-python/slackclient: version bump. Closes: https://bugs.gentoo.org/651138 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/slackclient/Manifest | 1 + dev-python/slackclient/slackclient-1.2.0.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/slackclient/Manifest b/dev-python/slackclient/Manifest index f3b125a07be..252e20785cf 100644 --- a/dev-python/slackclient/Manifest +++ b/dev-python/slackclient/Manifest @@ -1 +1,2 @@ DIST slackclient-1.1.0.tar.gz 16479 BLAKE2B 8404be6eddbc3d8ca3dde74b04da7e18e80fa165842c0fb0b33fa28d6c2a182b8c553aaaa07f1676a7be202c324a95f23e7729ae24f037f0290dc263d18addf4 SHA512 3c62869ce4d830dd39e0723e4ab14c25eeea45a0f64965c2514095e0f8d11dbc07829f945d2fc3030119f9e41bbba29cddab33fcf314bcd80717df9d0ed1c3b1 +DIST slackclient-1.2.0.tar.gz 14062 BLAKE2B 92f297dd0e66b81008e144a4b2b4736e43bab77abf36a7c8d4a6c295025dee856f676d9a09aa121580a6cd59dad78bfeb9595d203ac7cdb496de1440468ca1bb SHA512 4886d9fcf31bb6163f33185e68d255cf006c10c7c7c421f9ab8e4309a6d5dcf053318083153f1697e70e3489a5928a215833a7446dc0598399834bc0f9479639 diff --git a/dev-python/slackclient/slackclient-1.2.0.ebuild b/dev-python/slackclient/slackclient-1.2.0.ebuild new file mode 100644 index 00000000000..728b06056bd --- /dev/null +++ b/dev-python/slackclient/slackclient-1.2.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_5 ) +inherit distutils-r1 + +DESCRIPTION="Client for Slack supporting the Slack Web and Real Time Messaging API" +HOMEPAGE="https://github.com/slackapi/python-slackclient" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-python/websocket-client-0.35[${PYTHON_USEDEP}] + =dev-python/requests-2.11[${PYTHON_USEDEP}] + =dev-python/six-1.10[${PYTHON_USEDEP}] +