aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-slackclient
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-im/py-slackclient: Update to 2.1.0Kubilay Kocak2019-08-192-6/+12
| | | | | | | | | | | | | | | | | | | | | | aiodns is (was) actually an optional dependency. Add an ASYNCDNS option for now until upstream work out a good name for it [1] Changelog: https://slack.dev/python-slackclient/changelog.html#v2-1-0-2019-07-01 Note: Missing from changelog, but also fixed: https://github.com/slackapi/python-slackclient/issues/451 [1] https://github.com/slackapi/python-slackclient/issues/433 PR: 239462 Submitted by: <wcarson.bugzilla disillusion.net> MFH: 2019Q3 (blanket: bugfix release) Notes: svn path=/head/; revision=509276
* net-im/py-slackclient: Update to 2.0.1Kubilay Kocak2019-05-063-13/+11
| | | | | | | | | Changelog: https://github.com/slackapi/python-slackclient/blob/2.0.1/docs-src/changelog.rst Notes: svn path=/head/; revision=500883
* net-im/py-slackclient: Update to 1.3.1Kubilay Kocak2019-04-202-8/+8
| | | | | | | | | | | While I'm here, document maximum pinned versions to prevent / highlight QA issues in future, for myself and others. PR: 236580 Submitted by: Derek Schrock <dereks lifeofadishwasher com> Notes: svn path=/head/; revision=499442
* net-im/py-slackclient: Update to 1.3.0 [1]Kubilay Kocak2018-12-122-5/+7
| | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=487277
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-6/+6
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* net-im/py-slackclient: Update to 1.2.1Kubilay Kocak2018-05-112-10/+13
| | | | | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=469613
* Update net-im/py-slackclient to version 1.1.0.Jimmy Olgeni2017-12-162-4/+4
| | | | | | | | | PR: 224278 Submitted by: olgeni Approved by: koobs (maintainer) Notes: svn path=/head/; revision=456476
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update net-im/py-slackclient to version 1.0.9.Jimmy Olgeni2017-09-082-4/+4
| | | | | | | | | PR: 221993 Submitted by: olgeni Approved by: koobs (maintainer) Notes: svn path=/head/; revision=449447
* Update net-im/py-slackclient to version 1.0.6.Jimmy Olgeni2017-06-262-4/+6
| | | | | | | | | PR: 220154 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=444365
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* net-im/py-slackclient: Update to 1.0.0Kubilay Kocak2016-03-032-4/+11
| | | | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (1.0.0) - Switch to GitHub for DISTFILES (includes tests) [1] - Add test dependencies and target Changes: https://github.com/slackhq/python-slackclient/blob/1.0.0/CHANGELOG.md [1] https://github.com/slackhq/python-slackclient/pull/76 Notes: svn path=/head/; revision=410012
* net-im/py-slackclient: Update to 0.18.0Kubilay Kocak2016-02-262-4/+7
| | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (0.18.0) - Update RUN_DEPENDS - Enable NO_ARCH (architecture independent) Changes https://github.com/slackhq/python-slackclient/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=409583
* Remove trailing whitespace from Makefiles, M-X.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398833
* [NEW] net-im/py-slackclient: Python client for Slack.comKubilay Kocak2015-03-033-0/+26
A basic client for Slack.com, which can optionally connect to the Slack Real Time Messaging (RTM) API. WWW: https://github.com/slackhq/python-slackclient Notes: svn path=/head/; revision=380336