Commit graph

21 commits

Author SHA1 Message Date
Jimmy Olgeni
df468e9bc0 Update net-im/py-python-telegram-bot to version 10.1.0. 2018-05-05 17:57:35 +00:00
Jimmy Olgeni
61c0c110b7 Update net-im/py-python-telegram-bot to version 10.0.2. 2018-04-17 08:05:58 +00:00
Jimmy Olgeni
73ca602deb Update net-im/py-python-telegram-bot to version 10.0.1. 2018-03-06 11:55:23 +00:00
Jimmy Olgeni
ce199ff2ba Update net-im/py-python-telegram-bot to version 9.0.0. 2017-12-09 09:20:30 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
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
2017-11-30 15:50:30 +00:00
Jimmy Olgeni
22552bc53f Update net-im/py-python-telegram-bot to version 8.1.1. 2017-10-16 06:44:24 +00:00
Jimmy Olgeni
fcd03c01b1 Update net-im/py-python-telegram-bot to version 8.1.0. 2017-10-15 08:28:09 +00:00
Jimmy Olgeni
9ddf730c10 Update net-im/py-python-telegram-bot to version 8.0. 2017-09-02 09:20:57 +00:00
Jimmy Olgeni
118f6c8d5a Update net-im/py-python-telegram-bot to version 7.0.1. 2017-07-29 15:42:38 +00:00
Jimmy Olgeni
405ee2d9dc Update net-im/py-python-telegram-bot to version 7.0.0. 2017-07-26 09:04:24 +00:00
Jimmy Olgeni
795c8e51a0 Update net-im/py-python-telegram-bot to version 6.1.0. 2017-06-18 16:48:25 +00:00
Jimmy Olgeni
5d07cc1f73 Update net-im/py-python-telegram-bot to version 6.0.2. 2017-05-30 17:30:48 +00:00
Jimmy Olgeni
c5674bbfb4 Update net-im/py-python-telegram-bot to version 6.0.1. 2017-05-21 15:33:26 +00:00
Jimmy Olgeni
9265629d2f Update net-im/py-python-telegram-bot to version 6.0.0. 2017-05-19 21:01:34 +00:00
Jimmy Olgeni
409f920aaa Update net-im/py-python-telegram-bot to version 5.3.1. 2017-05-07 17:42:36 +00:00
Jimmy Olgeni
ef78b032e8 Update net-im/py-python-telegram-bot to version 5.3.0. 2016-12-13 09:05:17 +00:00
Jimmy Olgeni
261d012784 Update net-im/py-python-telegram-bot to version 5.2.0.
- Set NO_ARCH.
2016-10-25 20:26:05 +00:00
Jimmy Olgeni
f5b341b8fd Take over maintainership.
Approved by:	demon (maintainer)
2016-10-19 20:28:17 +00:00
Jimmy Olgeni
f9e737fc34 Update net-im/py-python-telegram-bot to version 5.1.1.
PR:		213358
Submitted by:	olgeni
Approved by:	maintainer
2016-10-11 08:15:28 +00:00
Jimmy Olgeni
77246b825a Update net-im/py-python-telegram-bot to version 5.1.0.
PR:		212982
Submitted by:	olgeni
Approved by:	maintainer
2016-09-25 11:05:06 +00:00
Dmitry Sivachenko
053a9a7cca New port: python-telegram-bot.
This library provides a pure Python interface for the Telegram Bot API.
In addition to the pure API implementation, this library features a number of
high-level classes to make the development of bots easy and straightforward.
These classes are contained in the telegram.ext submodule.

WWW: https://python-telegram-bot.org/
2016-07-25 18:04:07 +00:00