Port details |
- py-rainbowstream Smart and nice Twitter client on terminal
- 1.4.0_1 net
=0 1.4.0_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses deprecated version of python
This port expired on: 2020-08-15
- Maintainer: koobs@FreeBSD.org
- Port Added: 2016-08-04 09:53:00
- Last Update: 2020-08-15 10:50:59
- SVN Revision: 544927
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/orakaro/rainbowstream
- Description:
- Terminal-based Twitter Client. Realtime tweetstream, compose, search,
favorite ... and much more fun directly from terminal
WWW: https://github.com/orakaro/rainbowstream
-
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}rainbowstream>0:net/py-rainbowstream@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-rainbowstream
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1537720983
SHA256 (rainbowstream-1.4.0.tar.gz) = 16881d8bb15416389eeaf4ceee7a588069060c216b55e7602dbcff5134feb7cc
SIZE (rainbowstream-1.4.0.tar.gz) = 48113
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:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-dateutil>0 : devel/py-dateutil@py27
- py27-arrow>0 : devel/py-arrow@py27
- py27-requests>=2.5.3 : www/py-requests@py27
- py27-pyfiglet>0 : misc/py-pyfiglet@py27
- py27-twitter-tools>0 : net/py-twitter-tools@py27
- py27-pysocks>0 : net/py-pysocks@py27
- py27-pillow6>=6.0.0 : graphics/py-pillow6@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7-3.6
- 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 |
1.4.0_1 15 Aug 2020 10:50:59 |
rene |
Remove deprecated ports:
2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
1.4.0_1 24 Mar 2020 19:54:57 |
antoine |
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai |
1.4.0_1 24 Feb 2020 11:36:16 |
kai |
graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
dropped the support for Python 2.
* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
consumers that can be built for Python 2 or newer.
* Exceptions are ports that can be built only for either Python 2 or
Python 3. For the first case, consumers are just assigned to the
repo-copied graphics/py-pillow6.
* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
listed in setup.py as a build dependency [1] and relax the version (Only the first 15 lines of the commit message are shown above ) |
1.4.0 23 Feb 2020 15:25:53 |
antoine |
Deprecate a few ports
With hat: portmgr |
1.4.0 20 May 2019 13:34:21 |
mat |
Fix bulk -a. |
1.4.0 18 May 2019 10:10:50 |
koobs |
net/py-rainbowstream: Update to 1.4.0 |
1.3.5_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 |
1.3.5_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 ) |
1.3.5_1 03 Jul 2017 11:22:52 |
koobs |
net/py-rainbowstream: Make pocket (really) optional
rainbowstream has configurable Pocket support (via settings) but declares
the dependency in install_requires, making it a compulsory run-time dependency
checked/varified by setuptools.
When first committed, given the pocket Python package had not yet been ported,
it was (obviously) not included in RUN_DEPENDS, but it was not removed from
setup.py:install_requires, resulting in the following runtime error:
pkg_resources.DistributionNotFound: The 'pocket' distribution was not found
and is required by rainbowstream
This could be rectified by the user by installing the package from pip, which
is convenient, but which we explicitly recommend against [1]. (Only the first 15 lines of the commit message are shown above ) |
1.3.5 17 Aug 2016 11:21:34 |
koobs |
net/py-rainbowstream: Update to 1.3.5
* Update PORTVERSION and distinfo checksum (1.3.5)
* Add LICENSE_FILE
Asked upstream for a changelog and git tags [1]
[1] https://github.com/DTVD/rainbowstream/issues/187 |
1.3.3 04 Aug 2016 09:52:51 |
koobs |
[NEW] net/py-rainbowstream: Smart and nice Twitter client on terminal
Terminal-based Twitter Client. Realtime tweetstream, compose, search,
favorite ... and much more fun directly from terminal
WWW: http://www.rainbowstream.org/
Requested by: Markus Langer (@langerma, via Twitter) |