svn commit: r561557 - in head/www: . py-ttrv py-ttrv/files

Danilo G. Baio dbaio at FreeBSD.org
Thu Jan 14 14:12:13 UTC 2021


Author: dbaio
Date: Thu Jan 14 14:12:12 2021
New Revision: 561557
URL: https://svnweb.freebsd.org/changeset/ports/561557

Log:
  Add www/py-ttrv: Tilde Terminal Reddit Viewer
  
  A text-based interface (TUI) to view and interact with Reddit from your
  terminal. RTV fork.
  
  WWW: https://pypi.org/project/ttrv/

Added:
  head/www/py-ttrv/
  head/www/py-ttrv/Makefile   (contents, props changed)
  head/www/py-ttrv/distinfo   (contents, props changed)
  head/www/py-ttrv/files/
  head/www/py-ttrv/files/patch-setup.py   (contents, props changed)
  head/www/py-ttrv/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu Jan 14 14:08:03 2021	(r561556)
+++ head/www/Makefile	Thu Jan 14 14:12:12 2021	(r561557)
@@ -1740,6 +1740,7 @@
     SUBDIR += py-tornado4
     SUBDIR += py-tornado6
     SUBDIR += py-treq
+    SUBDIR += py-ttrv
     SUBDIR += py-tuir
     SUBDIR += py-turbogears2
     SUBDIR += py-tvdb_api

Added: head/www/py-ttrv/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-ttrv/Makefile	Thu Jan 14 14:12:12 2021	(r561557)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	ttrv
+DISTVERSION=	1.27.3
+CATEGORIES=	www
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio at FreeBSD.org
+COMMENT=	Tilde Terminal Reddit Viewer
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}kitchen>0:devel/py-kitchen@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=2.4.0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-ttrv/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-ttrv/distinfo	Thu Jan 14 14:12:12 2021	(r561557)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1610629622
+SHA256 (ttrv-1.27.3.tar.gz) = 6a8c5521bdcd389758e7fcc0534168525aaee604216591f0c68ebdc51b426a3c
+SIZE (ttrv-1.27.3.tar.gz) = 153891

Added: head/www/py-ttrv/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-ttrv/files/patch-setup.py	Thu Jan 14 14:12:12 2021	(r561557)
@@ -0,0 +1,11 @@
+--- setup.py.orig	2020-12-08 23:08:30 UTC
++++ setup.py
+@@ -63,7 +63,7 @@ setuptools.setup(
+         'ttrv': ['templates/*', 'themes/*'],
+         'ttrv.packages.praw': ['praw.ini']
+     },
+-    data_files=[("share/man/man1", ["ttrv.1"])],
++    data_files=[("man/man1", ["ttrv.1"])],
+     install_requires=install_requires,
+     tests_require=tests_require,
+     extras_require=extras_require,

Added: head/www/py-ttrv/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-ttrv/pkg-descr	Thu Jan 14 14:12:12 2021	(r561557)
@@ -0,0 +1,4 @@
+A text-based interface (TUI) to view and interact with Reddit from your
+terminal. RTV fork.
+
+WWW: https://pypi.org/project/ttrv/


More information about the svn-ports-all mailing list