Port details |
- turses Python Twitter client for the console
- 0.3.1_1 net
=0 0.3.1_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on expiring net/py-tweepy
This port expired on: 2019-09-04
- Maintainer: koobs@FreeBSD.org
- Port Added: 2013-06-21 12:36:01
- Last Update: 2019-09-05 11:40:24
- SVN Revision: 511180
- Also Listed In: python
- License: GPLv3
- WWW:
- https://github.com/alejandrogomez/turses
- Description:
- A Twitter client for the console. The goal of the project is to build a
full-featured, lightweight, and extremely configurable Twitter client.
Features:
- Multiple timelines (buffers)
- Multi-column
- Tweet, Reply, Retweet, Delete tweet
- Follow/Unfollow
- Favorite/Unfavorite
- Direct Messages
- Open URLs in browser
- Thread view
- Unread count
- Search
- View users tweets
- Fully customizable
- Multiple accounts
- View user profile
WWW: https://github.com/alejandrogomez/turses
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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}turses>0:net/turses@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py36-turses
- Package flavors (<flavor>: <package>)
- py36: py36-turses
- py27: py27-turses
- distinfo:
- TIMESTAMP = 1500110128
SHA256 (turses-0.3.1.tar.gz) = 46a61541d1acd1338561a198b3011081b91f118415c08b111444cdb24685b396
SIZE (turses-0.3.1.tar.gz) = 50617
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py36-setuptools>0 : devel/py-setuptools@py36
- python3.6 : lang/python36
- Runtime dependencies:
-
- py36-urwid>=1.3.0 : devel/py-urwid@py36
- py36-tweepy>=3.1.0 : net/py-tweepy@py36
- py36-future>=0.14.3 : devel/py-future@py36
- py36-setuptools>0 : devel/py-setuptools@py36
- python3.6 : lang/python36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- 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 |
0.3.1_1 05 Sep 2019 11:40:24 |
rene |
Remove expired ports:
2019-09-04 devel/ace+tao-doc: Broken for more than 6 months
2019-09-04 devel/dfmt: Broken for more than 6 months
2019-09-04 devel/ignition-transport: Broken for more than 6 months
2019-09-04 devel/spin: Broken for more than 6 months
2019-09-04 editors/dexed: Depends on expiring devel/dfmt
2019-09-04 editors/p5-Padre: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 emulators/qemu2: Latest 3.X branch is in ports tree
2019-09-04 games/asc: Broken for more than 6 months
2019-09-04 games/slade: Broken for more than 6 months
2019-09-04 graphics/gimp-wavelet-decompose-plugin: Broken for more than 6 months
2019-09-04 graphics/py-pyembree: Depends on expiring graphics/embree
2019-09-04 irc/irssi-otr: Broken for more than 6 months
2019-09-04 mail/p5-Mail-ClamAV: Broken for more than 6 months
2019-09-04 mail/qmail-ldap: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.3.1_1 04 Aug 2019 10:00:43 |
antoine |
Chase py-tweepy expiration |
0.3.1_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
0.3.1 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 |
0.3.1 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 ) |
0.3.1 15 Jul 2017 09:15:46 |
koobs |
net/turses: Update to 0.3.1
* Add future, add explicit versions to RUN_DEPENDS
* Add configparser to a conditional RUN_DEPENDS ( < 3.x)
* Remove TESTS option (test framework takes care of installing dependencies)
* No longer restrict to 2.7 (Supports 3.x), add PKGNAMEPREFIX accordingly
* Enable multiple concurrent Python installation (create unique file names)
* Remove bits adding test command to setup.py patch
* Switch to nose instead of pytest for tests
* Update test target (to invoke nose directly) accordingly
* Add NO_ARCH |
0.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 |
0.3.0 07 Jul 2015 11:48:03 |
koobs |
net/turses: Update to 0.3.0, Unbreak.
- Update to 0.3.0, unbreaking due to 2.3+ versions of net/py-tweepy
in the ports tree
- Patch setup.py to relax py-tweepy version requirement
- oauth2 is no longer required
- Set USES=python to 2.7, since this doesnt need the meta-port
- Patch in setuptools test command support (setup.py)
- Update TEST_DEPENDS and TESTS option description
- Sort USE_PYTHON values
- Add NO_ARCH
Second half of:
PR: 200621
Reported by: Patrick P. <freebsdbug patpro net>
MFH: 2015Q3 |
0.2.22 24 Oct 2014 16:21:26 |
mva |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
0.2.22 27 Jun 2014 08:25:44 |
koobs |
net/turses: Update to 0.2.22
- Update to 0.2.22
- Update tweepy version in RUN_DEPENDS
- Remove whitespace
PR: 189923
Submitted by: robak (with changes) |
0.2.21 08 Mar 2014 03:42:22 |
koobs |
net/turses: Update to 0.2.21
- Update to 0.2.21
- Remove zip_safe=False from setup.py patch and clean up
Changes:
* Bugfix: Turses no longer crashes when clicking on the window |
0.2.20 01 Feb 2014 17:04:17 |
koobs |
net/turses: Update to 0.2.20 and modernise
- Update to 0.2.20
- Use OPTIONS helpers
- Deprecate OPTIONSFILE override
Changes: 0.2.20
* Mouse scrolling support (thanks to Wes Turner)
* Bugfix: Escape HTML entities without borking tweet text (thanks to David
Tiersch) |
0.2.19_1 31 Jan 2014 05:24:49 |
miwi |
- Stage support |
0.2.19 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) |
0.2.19 09 Nov 2013 12:03:14 |
koobs |
net/turses: Update to 0.2.19
- Update to 0.2.19
Changes:
- Bugfix: Restore Python 2.6 compatibility |
0.2.18 09 Nov 2013 08:52:55 |
koobs |
net/turses: Enable automatic pkg-plist creation
- Enable PYDISTUTILS_AUTOPLIST
- Remove pkg-plist accordingly |
0.2.18 20 Oct 2013 05:23:18 |
koobs |
net/turses: Update to 0.2.18
- Update to 0.2.18
- Update RUN_DEPENDS
Changes:
https://github.com/alejandrogomez/turses/blob/v0.2.18/HISTORY.rst |
0.2.15 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.2.15 07 Jul 2013 12:07:19 |
koobs |
net/turses: Update to 0.2.15
- Update to 0.2.15
- Pet portlint (LICENSE order)
Changes:
https://github.com/alejandrogomez/turses/blob/v0.2.15/HISTORY.rst
portlint: OK - looks fine,
porttest: OK - 9-STABLE, amd64, clang
testport: OK - poudriere, all versions/archs
unittest: OK - Ran 124 tests in 3.232s - OK |
0.2.14 21 Jun 2013 12:41:34 |
koobs |
net/turses: Fix spelling of LICENSE |
0.2.14 21 Jun 2013 12:35:50 |
koobs |
net/turses: [NEW PORT] Python Twitter client for the console
A Twitter client for the console. The goal of the project is to build a
full-featured, lightweight, and extremely configurable Twitter client.
Features:
- Multiple timelines (buffers)
- Multi-column
- Tweet, Reply, Retweet, Delete tweet
- Follow/Unfollow
- Favorite/Unfavorite
- Direct Messages
- Open URLs in browser
- Thread view
- Unread count
- Search
- View users tweets
- Fully customizable
- Multiple accounts
- View user profile
WWW: https://github.com/alejandrogomez/turses |