Created attachment 193257 [details] Update to 1.2.1 Update net-im/py-slackclient to 1.2.1 - Update to 1.2.1 - python-slackclient supports all versions of supported python - 1.2.x tests requires response - Including six a run depend portlint: OK (looks fine.) testport: OK (poudriere: 11.1 amd64/i386 py27/py36, 10.4 amd64/i386 py27/py36) tests: OK (33 passed, 1 xfailed) py27/py36
Thank you Derek
A commit references this bug: Author: koobs Date: Fri May 11 06:40:28 UTC 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 <dereks lifeofadishwasher com> Changes: head/net-im/py-slackclient/Makefile head/net-im/py-slackclient/distinfo
Committed with minor changes/additions: specific versions, sorting, GH_* comment. Thank you again Derek!