textproc/py-restructuredtext-lint: Add new port
This commit is contained in:
parent
c580a81e15
commit
7ed7f84d22
4 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
|
|
21
textproc/py-restructuredtext-lint/Makefile
Normal file
21
textproc/py-restructuredtext-lint/Makefile
Normal file
|
@ -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 <bsd.port.mk>
|
3
textproc/py-restructuredtext-lint/distinfo
Normal file
3
textproc/py-restructuredtext-lint/distinfo
Normal file
|
@ -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
|
4
textproc/py-restructuredtext-lint/pkg-descr
Normal file
4
textproc/py-restructuredtext-lint/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue