Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2019 21:43:23 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512129 - in head/devel: . py-wlc
Message-ID:  <201909152143.x8FLhNkH093710@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sun Sep 15 21:43:23 2019
New Revision: 512129
URL: https://svnweb.freebsd.org/changeset/ports/512129

Log:
  Add devel/py-wlc: Command line utility for Weblate
  
  Command line utility for Weblate, translation tool with tight version control
  integration. It uses the Weblate's REST API.
  
  WWW: https://github.com/WeblateOrg/wlc
  WWW: https://pypi.org/project/wlc/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Sep 15 20:16:38 2019	(r512128)
+++ head/devel/Makefile	Sun Sep 15 21:43:23 2019	(r512129)
@@ -5165,6 +5165,7 @@
     SUBDIR += py-whichcraft
     SUBDIR += py-whistle
     SUBDIR += py-widgetsnbextension
+    SUBDIR += py-wlc
     SUBDIR += py-wrapt
     SUBDIR += py-wsgi_intercept
     SUBDIR += py-wsgi_xmlrpc

Added: head/devel/py-wlc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-wlc/Makefile	Sun Sep 15 21:43:23 2019	(r512129)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	wlc
+PORTVERSION=	1.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio@FreeBSD.org
+COMMENT=	Command line utility for Weblate
+
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
+
+USES=		python:3.5+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-wlc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-wlc/distinfo	Sun Sep 15 21:43:23 2019	(r512129)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1568579023
+SHA256 (wlc-1.1.tar.gz) = 886c8d4e689eb5a24968b80f9ff76a971276fbb45cf2a11a5ed53d10ed7eb53c
+SIZE (wlc-1.1.tar.gz) = 47285

Added: head/devel/py-wlc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-wlc/pkg-descr	Sun Sep 15 21:43:23 2019	(r512129)
@@ -0,0 +1,5 @@
+Command line utility for Weblate, translation tool with tight version control
+integration. It uses the Weblate's REST API.
+
+WWW: https://github.com/WeblateOrg/wlc
+WWW: https://pypi.org/project/wlc/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909152143.x8FLhNkH093710>