From owner-dev-commits-ports-main@freebsd.org Thu Jul 22 13:17:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6D27E65A733; Thu, 22 Jul 2021 13:17:19 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GVtKC2XxFz4nB1; Thu, 22 Jul 2021 13:17:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F9821279F; Thu, 22 Jul 2021 13:17:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16MDHJTr069212; Thu, 22 Jul 2021 13:17:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16MDHJhR069211; Thu, 22 Jul 2021 13:17:19 GMT (envelope-from git) Date: Thu, 22 Jul 2021 13:17:19 GMT Message-Id: <202107221317.16MDHJhR069211@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: 7ed7f84d22e0 - main - textproc/py-restructuredtext-lint: Add new port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7ed7f84d22e0a8d6240334769629b63cc7d76a16 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2021 13:17:19 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ed7f84d22e0a8d6240334769629b63cc7d76a16 commit 7ed7f84d22e0a8d6240334769629b63cc7d76a16 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-07-22 13:13:56 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-07-22 13:16:29 +0000 textproc/py-restructuredtext-lint: Add new port --- textproc/Makefile | 1 + textproc/py-restructuredtext-lint/Makefile | 21 +++++++++++++++++++++ textproc/py-restructuredtext-lint/distinfo | 3 +++ textproc/py-restructuredtext-lint/pkg-descr | 4 ++++ 4 files changed, 29 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 51e48c564f16..029d5b36b43e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1414,6 +1414,7 @@ SUBDIR += py-recommonmark SUBDIR += py-regex SUBDIR += py-reno + SUBDIR += py-restructuredtext-lint SUBDIR += py-reverend SUBDIR += py-rich SUBDIR += py-rnc2rng diff --git a/textproc/py-restructuredtext-lint/Makefile b/textproc/py-restructuredtext-lint/Makefile new file mode 100644 index 000000000000..4b5e4108ac61 --- /dev/null +++ b/textproc/py-restructuredtext-lint/Makefile @@ -0,0 +1,21 @@ +PORTNAME= restructuredtext-lint +DISTVERSION= 1.3.2 +CATEGORIES= textproc devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= 0mp@FreeBSD.org +COMMENT= reStructuredText linter + +LICENSE= UNLICENSE +LICENSE_FILE= ${WRKSRC}/UNLICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.11<1.0:textproc/py-docutils@${PY_FLAVOR} + +USES= python +USE_GITHUB= yes +GH_ACCOUNT= twolfson +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/textproc/py-restructuredtext-lint/distinfo b/textproc/py-restructuredtext-lint/distinfo new file mode 100644 index 000000000000..c1be76b00463 --- /dev/null +++ b/textproc/py-restructuredtext-lint/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1626959162 +SHA256 (twolfson-restructuredtext-lint-1.3.2_GH0.tar.gz) = 07bcdb8365918412865de169e3070028bf58f57af23023dd859f5e772f894783 +SIZE (twolfson-restructuredtext-lint-1.3.2_GH0.tar.gz) = 12305 diff --git a/textproc/py-restructuredtext-lint/pkg-descr b/textproc/py-restructuredtext-lint/pkg-descr new file mode 100644 index 000000000000..5a4f745e3c24 --- /dev/null +++ b/textproc/py-restructuredtext-lint/pkg-descr @@ -0,0 +1,4 @@ +This is a linter for reStructuredText files. It is being +developed in junction with a Sublime Text linter. + +WWW: https://github.com/twolfson/restructuredtext-lint