svn commit: r539524 - in head/www: . py-tuir

Fernando Apesteguía fernape at FreeBSD.org
Thu Jun 18 06:02:32 UTC 2020


Author: fernape
Date: Thu Jun 18 06:02:31 2020
New Revision: 539524
URL: https://svnweb.freebsd.org/changeset/ports/539524

Log:
  new-port: www/py-tuir: TUI for Reddit
  
  py-tuir is a console based application that enables the user to read and
  interact with Reddit.
  
  PR:     247270
  Submitted by:   vulcan at wired.sh

Added:
  head/www/py-tuir/
  head/www/py-tuir/Makefile   (contents, props changed)
  head/www/py-tuir/distinfo   (contents, props changed)
  head/www/py-tuir/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu Jun 18 04:02:48 2020	(r539523)
+++ head/www/Makefile	Thu Jun 18 06:02:31 2020	(r539524)
@@ -1754,6 +1754,7 @@
     SUBDIR += py-tornado6
     SUBDIR += py-trello
     SUBDIR += py-treq
+    SUBDIR += py-tuir
     SUBDIR += py-turbogears2
     SUBDIR += py-tvdb_api
     SUBDIR += py-txrequests

Added: head/www/py-tuir/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-tuir/Makefile	Thu Jun 18 06:02:31 2020	(r539524)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	tuir
+DISTVERSION=	1.29.0
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	vulcan at wired.sh
+COMMENT=	Browse Reddit from your terminal
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.1:www/py-beautifulsoup@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}decorator>=4.0.10:devel/py-decorator@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}kitchen>=1.2.4:devel/py-kitchen@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}mailcap_fix>=0.1.3:devel/py-mailcap-fix@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=2.11.0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-tuir/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-tuir/distinfo	Thu Jun 18 06:02:31 2020	(r539524)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1592213482
+SHA256 (tuir-1.29.0.tar.gz) = 311d4874d194cc10b791834d735d478d02f306aca8766dc9cf0bde15c100ab1b
+SIZE (tuir-1.29.0.tar.gz) = 17729141

Added: head/www/py-tuir/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-tuir/pkg-descr	Thu Jun 18 06:02:31 2020	(r539524)
@@ -0,0 +1,4 @@
+Text-based interface (TUI) to view and interact
+with Reddit from your terminal.
+
+WWW: https://gitlab.com/ajak/tuir


More information about the svn-ports-all mailing list