From owner-svn-ports-head@freebsd.org Fri May 11 06:40:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0D8BFB95EC; Fri, 11 May 2018 06:40:28 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EC3C84799; Fri, 11 May 2018 06:40:28 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 549533DF9; Fri, 11 May 2018 06:40:28 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4B6eSqL022567; Fri, 11 May 2018 06:40:28 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4B6eRDG022565; Fri, 11 May 2018 06:40:27 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201805110640.w4B6eRDG022565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 11 May 2018 06:40:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469613 - head/net-im/py-slackclient X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/net-im/py-slackclient X-SVN-Commit-Revision: 469613 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 06:40:29 -0000 Author: koobs Date: Fri May 11 06:40:27 2018 New Revision: 469613 URL: https://svnweb.freebsd.org/changeset/ports/469613 Log: net-im/py-slackclient: Update to 1.2.1 - Python 3 is now supported [1]. - Update and sort all *_DEPENDS to match upstreams declarations, using specific versions where declared and possible (eg: we dont use "!="). - We want one line per test ouput, so verbosify the tests. [1] https://github.com/slackapi/python-slackclient/issues/165 Changelog: https://slackapi.github.io/python-slackclient/changelog.html PR: 228137 Submitted by: Derek Schrock Modified: head/net-im/py-slackclient/Makefile head/net-im/py-slackclient/distinfo Modified: head/net-im/py-slackclient/Makefile ============================================================================== --- head/net-im/py-slackclient/Makefile Fri May 11 06:24:43 2018 (r469612) +++ head/net-im/py-slackclient/Makefile Fri May 11 06:40:27 2018 (r469613) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= slackclient -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.1 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,21 +11,24 @@ COMMENT= Python client for Slack.com LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}websocket-client>=0.35:www/py-websocket-client@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.11:www/py-requests@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10:devel/py-six@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${FLAVOR} -USES= python:-2.7 +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils -GH_ACCOUNT= slackhq +# Does not currently include tests in sdist +GH_ACCOUNT= slackapi GH_PROJECT= python-${PORTNAME} NO_ARCH= yes do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v .include Modified: head/net-im/py-slackclient/distinfo ============================================================================== --- head/net-im/py-slackclient/distinfo Fri May 11 06:24:43 2018 (r469612) +++ head/net-im/py-slackclient/distinfo Fri May 11 06:40:27 2018 (r469613) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511699929 -SHA256 (slackhq-python-slackclient-1.1.0_GH0.tar.gz) = 5b4edd97b7bf24e51b636a7bebb7085c4665337dc49651f1689a9d512a5653fa -SIZE (slackhq-python-slackclient-1.1.0_GH0.tar.gz) = 368088 +TIMESTAMP = 1525652128 +SHA256 (slackapi-python-slackclient-1.2.1_GH0.tar.gz) = d9c7c3a906d9fc9690fbc1698d11114a4b9bdbce2f92f4556ffca67a853cf8db +SIZE (slackapi-python-slackclient-1.2.1_GH0.tar.gz) = 453758