diff options
author | koobs <koobs@FreeBSD.org> | 2018-12-12 11:42:25 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2018-12-12 11:42:25 +0800 |
commit | 4d5ef85b60656bbfca29556abc1400d4287046ed (patch) | |
tree | a3559c87aa1be0fc407bb7dd816465833175f6f9 /net-im | |
parent | 117414195f73690c9656a97876b2f1baca1d9def (diff) | |
download | freebsd-ports-gnome-4d5ef85b60656bbfca29556abc1400d4287046ed.tar.gz freebsd-ports-gnome-4d5ef85b60656bbfca29556abc1400d4287046ed.tar.zst freebsd-ports-gnome-4d5ef85b60656bbfca29556abc1400d4287046ed.zip |
net-im/py-slackclient: Update to 1.3.0 [1]
- Update COMMENT to match setup.py:description
- Separate USES/USE to pet portlint [1]
Changelog:
https://github.com/slackapi/python-slackclient/blob/v1.3.0/docs-src/changelog.rst
PR: 233950
Submitted by: Derek Schrock <dereks lifeofadishwasher com> [1]
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/py-slackclient/Makefile | 6 | ||||
-rw-r--r-- | net-im/py-slackclient/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-im/py-slackclient/Makefile b/net-im/py-slackclient/Makefile index 499eec1c50ae..175bf12c9eed 100644 --- a/net-im/py-slackclient/Makefile +++ b/net-im/py-slackclient/Makefile @@ -2,12 +2,13 @@ # $FreeBSD$ PORTNAME= slackclient -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 +DISTVERSIONPREFIX= v CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org -COMMENT= Python client for Slack.com +COMMENT= Slack API clients for Web API and RTM API LICENSE= MIT @@ -19,6 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR} USES= python + USE_GITHUB= yes USE_PYTHON= autoplist distutils diff --git a/net-im/py-slackclient/distinfo b/net-im/py-slackclient/distinfo index 40e706f5deca..38eaa0a63c34 100644 --- a/net-im/py-slackclient/distinfo +++ b/net-im/py-slackclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525652128 -SHA256 (slackapi-python-slackclient-1.2.1_GH0.tar.gz) = d9c7c3a906d9fc9690fbc1698d11114a4b9bdbce2f92f4556ffca67a853cf8db -SIZE (slackapi-python-slackclient-1.2.1_GH0.tar.gz) = 453758 +TIMESTAMP = 1544578673 +SHA256 (slackapi-python-slackclient-v1.3.0_GH0.tar.gz) = 3ffdd3b834c10488c4a2a4eae0275d44203a3ac89c52a46abb424cd67fe33554 +SIZE (slackapi-python-slackclient-v1.3.0_GH0.tar.gz) = 457155 |