notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-twilio Python module for communicating with the Twilio API
7.17.0 devel on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 7.17.0Version of this port present on the latest quarterly branch.
Maintainer: olgeni@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-09-23 20:08:41
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
Also Listed In: python
License: MIT
WWW:
https://www.twilio.com/docs/libraries/python
Description:
The twilio-python helper library lets you write Python code to make HTTP requests to the Twilio API.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}twilio>0:devel/py-twilio@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-twilio/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-twilio
  • pkg install py39-twilio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-twilio listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-twilio
Package flavors (<flavor>: <package>)
  • py39: py39-twilio
distinfo:
TIMESTAMP = 1679572961 SHA256 (twilio-7.17.0.tar.gz) = f43de32cdc27f8853bb02ab0b8703a487beffbb9dcc8118398b6757e1376e6ed SIZE (twilio-7.17.0.tar.gz) = 582527

Packages (timestamps in pop-ups are UTC):
py37-twilio
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--6.51.0---6.49.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
 
py39-twilio
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--7.17.0---7.17.07.17.0
FreeBSD:14:latest--7.15.3--7.17.0-7.17.0
FreeBSD:14:quarterly------7.17.07.17.0
FreeBSD:15:latest--n/a-n/a-7.17.0-
 
py311-twilio
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.17.07.17.0-7.17.07.17.0---
FreeBSD:13:quarterly7.17.07.17.0--7.17.0---
FreeBSD:14:latest7.17.07.17.0-7.17.07.17.0---
FreeBSD:14:quarterly7.17.07.17.0--7.17.0---
FreeBSD:15:latest7.17.07.17.0n/a7.17.0n/a---
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-requests>=0 : www/py-requests@py39
  2. py39-six>=0 : devel/py-six@py39
  3. py39-pytz>=0 : devel/py-pytz@py39
  4. py39-pyjwt>=2.0.0<3.0.0 : www/py-pyjwt@py39
  5. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  6. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-twilio
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/t/twilio/
  2. https://pypi.org/packages/source/t/twilio/
Collapse this list.

Number of commits found: 133 (showing only 33 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.10.4
24 Feb 2018 11:48:43
Revision:462799Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.10.4.
6.10.3
10 Feb 2018 10:22:04
Revision:461374Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.10.3.
6.10.2
31 Jan 2018 07:13:10
Revision:460462Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.10.2.
6.10.1
20 Jan 2018 16:31:14
Revision:459528Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.10.1.
6.10.0
16 Dec 2017 15:47:42
Revision:456474Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.10.0.
6.9.1
02 Dec 2017 11:14:51
Revision:455346Original commit files touched by this commit Sanity Test Failure
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.9.1.
6.9.0
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
6.9.0
17 Nov 2017 22:15:52
Revision:454389Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.9.0.
6.8.4
11 Nov 2017 09:24:00
Revision:453965Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.8.4.
6.8.3
04 Nov 2017 08:53:58
Revision:453443Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.8.3.
6.8.2
28 Oct 2017 10:08:00
Revision:453054Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.8.2.
6.8.1
22 Oct 2017 08:04:45
Revision:452621Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.8.1.
6.8.0
14 Oct 2017 08:59:41
Revision:452048Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.8.0.
6.7.1
07 Oct 2017 09:06:56
Revision:451431Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.7.1.
6.7.0
30 Sep 2017 08:54:05
Revision:450950Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.7.0.
6.6.3
16 Sep 2017 07:08:43
Revision:449944Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.6.3.
6.6.2
09 Sep 2017 07:48:08
Revision:449478Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.6.2.
6.6.1
02 Sep 2017 09:13:22
Revision:449112Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.6.1.
6.5.2
19 Aug 2017 08:37:51
Revision:448288Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.5.2.
6.5.1
11 Aug 2017 08:35:10
Revision:447746Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.5.1.
6.5.0
28 Jul 2017 09:23:47
Revision:446814Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.5.0.
6.4.3
13 Jul 2017 06:14:49
Revision:445634Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.4.3.
6.4.2
28 Jun 2017 12:35:07
Revision:444572Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.4.2.
6.4.1
16 Jun 2017 19:46:04
Revision:443721Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.4.1.
6.4.0
15 Jun 2017 20:25:02
Revision:443636Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.4.0.
6.3.0
25 May 2017 08:40:21
Revision:441667Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.3.0.
6.2.0
19 May 2017 22:22:50
Revision:441275Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.2.0.
6.1.2
13 May 2017 09:40:11
Revision:440769Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.1.2.
6.1.1
11 May 2017 18:05:31
Revision:440640Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.1.1.
6.1.0
27 Apr 2017 19:40:32
Revision:439561Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.1.0.
6.0.0
04 Apr 2017 13:16:05
Revision:437731Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 6.0.0.
5.7.0
26 Jan 2017 21:50:32
Revision:432540Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/py-twilio to version 5.7.0.
5.6.0
23 Sep 2016 20:08:33
Revision:422693Original commit files touched by this commit
olgeni search for other commits by this committer
Add devel/py-twilio, a Python module for communicating with the Twilio API.

Number of commits found: 133 (showing only 33 on this page)

«  1 | 2