Port details |
- py-tweepy Twitter API library for Python
- 4.14.0 net =2 4.14.0Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2011-11-01 07:10:24
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/tweepy/tweepy
- Description:
- A Python library for accessing the Twitter.com API.
Supports OAuth, covers the entire API, and streaming API.
- ¦ ¦ ¦ ¦
- 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}tweepy>0:net/py-tweepy@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-tweepy/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-tweepy
- pkg install py39-tweepy
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-tweepy listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-tweepy
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1682508656
SHA256 (tweepy-tweepy-v4.14.0_GH0.tar.gz) = ad30f817b746b4519f40af2f6577624cf7775d4e9379c559cc7d1099702eb921
SIZE (tweepy-tweepy-v4.14.0_GH0.tar.gz) = 5914530
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-vcrpy>=1.10.3 : devel/py-vcrpy@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-aiohttp>=3.7.3 : www/py-aiohttp@py39
- py39-oauthlib>=3.2.0 : security/py-oauthlib@py39
- py39-requests-oauthlib>=1.2.0 : www/py-requests-oauthlib@py39
- py39-requests>=2.27.0 : www/py-requests@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- www/py-semiphemeral
- for Run
-
- textproc/py-orange3-text
- www/py-semiphemeral
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- net_py-tweepy
- USES:
- cpe python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.14.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.14.0 26 Apr 2023 15:49:59 |
Muhammad Moinur Rahman (bofh) |
net/py-tweepy: Update version 4.13.0=>4.14.0
Changelog: https://github.com/tweepy/tweepy/releases/tag/v4.14.0 |
4.13.0 11 Mar 2023 16:07:44 |
Muhammad Moinur Rahman (bofh) |
net/py-tweepy: Update version 4.12.1=>4.13.0
Changelog: https://github.com/tweepy/tweepy/releases/tag/v4.13.0 |
4.12.1 31 Dec 2022 21:58:57 |
Muhammad Moinur Rahman (bofh) |
net/py-tweepy: Update version 4.12.0=>4.12.1
Relnotes: https://github.com/tweepy/tweepy/releases/tag/v4.12.1 |
4.12.0 05 Nov 2022 20:38:21 |
Muhammad Moinur Rahman (bofh) |
net/py-tweepy: Update version 4.10.0=>4.12.0
Relnotes: https://github.com/tweepy/tweepy/releases/tag/v4.12.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.10.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.10.0 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
4.10.0 03 Jun 2022 05:48:10 |
Muhammad Moinur Rahman (bofh) |
net/py-tweepy: Update version 4.9.0=>4.10.0
Relnotes: https://github.com/tweepy/tweepy/releases/tag/v4.10.0 |
4.9.0 07 May 2022 21:37:46 |
Muhammad Moinur Rahman (bofh) |
net/py-tweepy: Update version 4.8.0=>4.9.0
Relnotes: https://github.com/tweepy/tweepy/releases/tag/v4.9.0 |
4.8.0 24 Apr 2022 00:35:52 |
Muhammad Moinur Rahman (bofh) |
net/py-tweepy: Update version 3.10.0=>4.8.0
Relnotes: https://github.com/tweepy/tweepy/releases/tag/v4.8.0 |
3.10.0 08 Mar 2022 02:09:57 |
Muhammad Moinur Rahman (bofh) |
*/*: Take maintainership |
3.10.0 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
3.10.0 29 Sep 2021 19:54:37 |
Bernhard Froehlich (decke) |
net/py-tweepy: Add CPE information
Approved by: portmgr (blanket) |
3.10.0 25 May 2021 13:55:43 |
Dmitry Marakasov (amdmi3) |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
3.10.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.10.0 27 Mar 2021 03:33:36 |
yuri |
Re-add net/py-tweepy: Update 3.5.0 -> 3.10.0 |
3.5.0 31 Dec 2019 21:49:11 |
rene |
Remove expired port:
2019-09-04 net/py-tweepy: Broken for more than 6 months |
3.5.0 04 Aug 2019 09:07:48 |
antoine |
Deprecate ports broken for more than 6 months |
3.5.0 29 Mar 2019 06:37:34 |
antoine |
Mark BROKEN: installs in examples namespace |
3.5.0 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
3.5.0 30 Nov 2017 15:50:34 |
mat |
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 ) |
3.5.0 15 Jul 2017 08:23:24 |
koobs |
net/py-tweepy: Update to 3.5.0
While I'm here,
* Add TEST_DEPENDS and test target
* Sort DISTVERSIONPREFIX (pet portlint)
* Update test_requirements.txt patch
Changelog:
https://github.com/tweepy/tweepy/releases/tag/v3.5.0 |
3.3.0 05 Aug 2016 16:09:28 |
kevlo |
Remove the exclamation mark in COMMENT (upstream has also changed the
description).
Approved by: koobs |
3.3.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.3.0 07 Jul 2015 10:20:33 |
koobs |
net/py-tweepy: Update to 3.3.0, Enable Python 3
- Update to 3.3.0
- Take MAINTAINER'ship
- Switch to GITHUB to get access to the tests & test suite
- Allow building with Python 3 (now supported)
- Update BUILD_DEPENDS and RUN_DEPENDS
- Sort USE_PYTHON values
- Patch setup.py to correctly set test dependencies and hook in the setuptools
test command
- Patch out unnecessary (tox) test dependency.
Changes:
https://github.com/tweepy/tweepy/blob/v3.3.0/CHANGELOG.md
First part of:
PR: 200621
Reported by: Patrick P. <freebsdbug patpro net> |
2.3.0 17 Jan 2015 16:08:46 |
vanilla |
Upgrade to 2.3.0. |
2.2 02 Dec 2014 22:40:57 |
bapt |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
2.2 24 Oct 2014 16:21:26 |
mva |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
2.2 15 Mar 2014 15:29:20 |
koobs |
net/py-tweepy: Update to 2.2
- Update to 2.2
- Remove post-extract target: (tests no longer included)
- Remove zip_safe=False patch in setup.py (no longer necessary)
Changes:
https://github.com/tweepy/tweepy/blob/2.2/CHANGELOG.md
Approved by: maintainer (via Twitter) |
2.1_1 15 Mar 2014 10:27:10 |
miwi |
- Remove tests to avoid conflict with net/py-oauth2
Reported by: antoine |
2.1_1 09 Mar 2014 14:42:54 |
miwi |
- Convert to autoplist
- Stage support
- Bump PORTREVISIO |
2.1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
2.1 20 Oct 2013 03:56:01 |
koobs |
net/py-tweepy: Update to 2.1
- Update to 2.1
- Update pkg-plist
- Remove indefinite article from COMMENT
- Tweak COMMENT to more closely match upstream
- Set an explicit -2.7 USE_PYTHON version
Changes: https://github.com/tweepy/tweepy/blob/2.1/CHANGELOG.md
PR: ports/182569
Approved by: maintainer timeout (2 weeks) |
2.0 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
2.0 21 Jun 2013 03:24:55 |
clsung |
net/tweepy: Update to 2.0, install unzipped
- Update to 2.0
- Patch setup.py to install zip_safe=False
- Add pkg-plist
- Remove PLIST_FILES accordingly
- Whitespace alignment
Changes:
https://github.com/tweepy/tweepy/blob/2.0/CHANGELOG.md
PR: ports/179574
Submitted by: koobs@ |
1.13 12 Feb 2013 13:49:58 |
clsung |
- Update to 1.13 |
1.10 06 Oct 2012 07:54:05 |
sbz |
- Update to 1.10
- Add LICENSE
PR: ports/170132
Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com>
Approved by: maintainer timeout (> 14 days) |
1.9 26 Jun 2012 04:01:07 |
clsung |
- Update to 1.9
PR: ports/166791
Submitted by: olgeni |
1.8 01 Nov 2011 07:10:07 |
clsung |
A Python library for accessing the Twitter.com API.
Supports OAuth, covers the entire API, and streaming API.
WWW: https://github.com/tweepy/tweepy |