From owner-svn-ports-head@freebsd.org Sat May 18 10:10:52 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1872E15AE5BD; Sat, 18 May 2019 10:10:52 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B0F4B73022; Sat, 18 May 2019 10:10:51 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C52C1E1E4; Sat, 18 May 2019 10:10:51 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4IAAp76000472; Sat, 18 May 2019 10:10:51 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4IAAoNi000467; Sat, 18 May 2019 10:10:50 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201905181010.x4IAAoNi000467@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 18 May 2019 10:10:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501946 - in head/net/py-rainbowstream: . files X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head/net/py-rainbowstream: . files X-SVN-Commit-Revision: 501946 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B0F4B73022 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2019 10:10:52 -0000 Author: koobs Date: Sat May 18 10:10:50 2019 New Revision: 501946 URL: https://svnweb.freebsd.org/changeset/ports/501946 Log: net/py-rainbowstream: Update to 1.4.0 Modified: head/net/py-rainbowstream/Makefile head/net/py-rainbowstream/distinfo head/net/py-rainbowstream/files/patch-rainbowstream_rainbow.py head/net/py-rainbowstream/files/patch-setup.py head/net/py-rainbowstream/pkg-descr Modified: head/net/py-rainbowstream/Makefile ============================================================================== --- head/net/py-rainbowstream/Makefile Sat May 18 09:51:17 2019 (r501945) +++ head/net/py-rainbowstream/Makefile Sat May 18 10:10:50 2019 (r501946) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rainbowstream -PORTVERSION= 1.3.5 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/p ${PYTHON_PKGNAMEPREFIX}pysocks>0:net/py-pysocks@${PY_FLAVOR} # Actually 2.7,3.2- -USES= python:2.7 +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/net/py-rainbowstream/distinfo ============================================================================== --- head/net/py-rainbowstream/distinfo Sat May 18 09:51:17 2019 (r501945) +++ head/net/py-rainbowstream/distinfo Sat May 18 10:10:50 2019 (r501946) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471426336 -SHA256 (rainbowstream-1.3.5.tar.gz) = 3c44fb37c766d146f4cda5d21d2db86cf19ff873b748b5493b44db805ed20b29 -SIZE (rainbowstream-1.3.5.tar.gz) = 47971 +TIMESTAMP = 1537720983 +SHA256 (rainbowstream-1.4.0.tar.gz) = 16881d8bb15416389eeaf4ceee7a588069060c216b55e7602dbcff5134feb7cc +SIZE (rainbowstream-1.4.0.tar.gz) = 48113 Modified: head/net/py-rainbowstream/files/patch-rainbowstream_rainbow.py ============================================================================== --- head/net/py-rainbowstream/files/patch-rainbowstream_rainbow.py Sat May 18 09:51:17 2019 (r501945) +++ head/net/py-rainbowstream/files/patch-rainbowstream_rainbow.py Sat May 18 10:10:50 2019 (r501946) @@ -1,9 +1,9 @@ # Make pocket actually optional # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220312 ---- rainbowstream/rainbow.py.orig 2017-07-03 10:00:26 UTC +--- rainbowstream/rainbow.py.orig 2018-08-28 02:35:54 UTC +++ rainbowstream/rainbow.py -@@ -20,7 +20,10 @@ from twitter.oauth import OAuth, read_to +@@ -20,7 +20,10 @@ from twitter.oauth import OAuth, read_token_file from twitter.oauth_dance import oauth_dance from twitter.util import printNicely Modified: head/net/py-rainbowstream/files/patch-setup.py ============================================================================== --- head/net/py-rainbowstream/files/patch-setup.py Sat May 18 09:51:17 2019 (r501945) +++ head/net/py-rainbowstream/files/patch-setup.py Sat May 18 10:10:50 2019 (r501946) @@ -1,9 +1,9 @@ # Make pocket actually optional # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220312 ---- setup.py.orig 2016-08-16 14:49:45 UTC +--- setup.py.orig 2018-08-30 11:36:46 UTC +++ setup.py -@@ -15,14 +15,17 @@ version = '1.3.5' +@@ -15,14 +15,17 @@ version = '1.4.0' install_requires = [ "python-dateutil", "arrow", @@ -21,9 +21,18 @@ +} + # Default user (considers non virtualenv method) - user = os.environ.get('SUDO_USER', os.environ['USER']) + user = os.environ.get('SUDO_USER', os.environ.get('USER', None)) -@@ -65,6 +68,7 @@ setup(name='rainbowstream', +@@ -41,7 +44,7 @@ if not os.path.isfile(default): + setup(name='rainbowstream', + version=version, + description="A smart and nice Twitter client on terminal.", +- long_description=open("./README.rst", "r").read(), ++ long_description=open("./README.rst", "rb").read().decode("utf-8"), + classifiers=[ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", +@@ -68,6 +71,7 @@ setup(name='rainbowstream', include_package_data=True, zip_safe=True, install_requires=install_requires, Modified: head/net/py-rainbowstream/pkg-descr ============================================================================== --- head/net/py-rainbowstream/pkg-descr Sat May 18 09:51:17 2019 (r501945) +++ head/net/py-rainbowstream/pkg-descr Sat May 18 10:10:50 2019 (r501946) @@ -1,4 +1,4 @@ Terminal-based Twitter Client. Realtime tweetstream, compose, search, favorite ... and much more fun directly from terminal -WWW: http://www.rainbowstream.org/ +WWW: https://github.com/orakaro/rainbowstream