pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-restructuredtext_lint devel/py-restructuredte...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86384a1eff12
branches:  trunk
changeset: 375569:86384a1eff12
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Feb 15 16:44:30 2018 +0000

description:
devel/py-restructuredtext_lint: Import version 1.1.2

restructuredtext_lint is a reStructuredText linter.

diffstat:

 devel/py-restructuredtext_lint/ALTERNATIVES |   2 +
 devel/py-restructuredtext_lint/DESCR        |   1 +
 devel/py-restructuredtext_lint/Makefile     |  26 +++++++++++++++++++
 devel/py-restructuredtext_lint/PLIST        |  39 +++++++++++++++++++++++++++++
 devel/py-restructuredtext_lint/distinfo     |   6 ++++
 5 files changed, 74 insertions(+), 0 deletions(-)

diffs (94 lines):

diff -r eb8f97b356a1 -r 86384a1eff12 devel/py-restructuredtext_lint/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-restructuredtext_lint/ALTERNATIVES       Thu Feb 15 16:44:30 2018 +0000
@@ -0,0 +1,2 @@
+bin/restructuredtext-lint @PREFIX@/bin/restructuredtext-lint@PYVERSSUFFIX@
+bin/rst-lint @PREFIX@/bin/rst-lint@PYVERSSUFFIX@
diff -r eb8f97b356a1 -r 86384a1eff12 devel/py-restructuredtext_lint/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-restructuredtext_lint/DESCR      Thu Feb 15 16:44:30 2018 +0000
@@ -0,0 +1,1 @@
+restructuredtext_lint is a reStructuredText linter.
diff -r eb8f97b356a1 -r 86384a1eff12 devel/py-restructuredtext_lint/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-restructuredtext_lint/Makefile   Thu Feb 15 16:44:30 2018 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2018/02/15 16:44:30 minskim Exp $
+
+DISTNAME=      restructuredtext-lint-1.1.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-/_/}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=twolfson/}
+GITHUB_PROJECT=        restructuredtext-lint
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/twolfson/restructuredtext-lint
+COMMENT=       reStructuredText linter
+LICENSE=       unlicense
+
+DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.11:../../textproc/py-docutils
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+
+post-install:
+.for file in restructuredtext-lint rst-lint
+       ${MV} ${DESTDIR}${PREFIX}/bin/${file} \
+               ${DESTDIR}${PREFIX}/bin/${file}${PYVERSSUFFIX}
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff -r eb8f97b356a1 -r 86384a1eff12 devel/py-restructuredtext_lint/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-restructuredtext_lint/PLIST      Thu Feb 15 16:44:30 2018 +0000
@@ -0,0 +1,39 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/15 16:44:30 minskim Exp $
+bin/restructuredtext-lint${PYVERSSUFFIX}
+bin/rst-lint${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/restructuredtext_lint/__init__.py
+${PYSITELIB}/restructuredtext_lint/__init__.pyc
+${PYSITELIB}/restructuredtext_lint/__init__.pyc
+${PYSITELIB}/restructuredtext_lint/__init__.pyo
+${PYSITELIB}/restructuredtext_lint/cli.py
+${PYSITELIB}/restructuredtext_lint/cli.pyc
+${PYSITELIB}/restructuredtext_lint/cli.pyc
+${PYSITELIB}/restructuredtext_lint/cli.pyo
+${PYSITELIB}/restructuredtext_lint/lint.py
+${PYSITELIB}/restructuredtext_lint/lint.pyc
+${PYSITELIB}/restructuredtext_lint/lint.pyc
+${PYSITELIB}/restructuredtext_lint/lint.pyo
+${PYSITELIB}/restructuredtext_lint/test/__init__.py
+${PYSITELIB}/restructuredtext_lint/test/__init__.pyc
+${PYSITELIB}/restructuredtext_lint/test/__init__.pyc
+${PYSITELIB}/restructuredtext_lint/test/__init__.pyo
+${PYSITELIB}/restructuredtext_lint/test/test_files/invalid_line_mismatch.rst
+${PYSITELIB}/restructuredtext_lint/test/test_files/invalid_link.rst
+${PYSITELIB}/restructuredtext_lint/test/test_files/invalid_target.rst
+${PYSITELIB}/restructuredtext_lint/test/test_files/invalid.rst
+${PYSITELIB}/restructuredtext_lint/test/test_files/invalid.yaml
+${PYSITELIB}/restructuredtext_lint/test/test_files/second_short_heading.rst
+${PYSITELIB}/restructuredtext_lint/test/test_files/utf8.rst
+${PYSITELIB}/restructuredtext_lint/test/test_files/valid.rst
+${PYSITELIB}/restructuredtext_lint/test/test.py
+${PYSITELIB}/restructuredtext_lint/test/test.pyc
+${PYSITELIB}/restructuredtext_lint/test/test.pyc
+${PYSITELIB}/restructuredtext_lint/test/test.pyo
+${PYSITELIB}/restructuredtext_lint/VERSION
diff -r eb8f97b356a1 -r 86384a1eff12 devel/py-restructuredtext_lint/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-restructuredtext_lint/distinfo   Thu Feb 15 16:44:30 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/15 16:44:30 minskim Exp $
+
+SHA1 (restructuredtext-lint-1.1.2.tar.gz) = 54ed7c119e5f79b224a2da9f6e3e190ea87606c9
+RMD160 (restructuredtext-lint-1.1.2.tar.gz) = cccc3ac6ffa593f9a01753788ad24072d3d73284
+SHA512 (restructuredtext-lint-1.1.2.tar.gz) = 25aa22a452de3274dc09b9bfe013f2e3b6e1077076b582d4f155662487ac1494dd5a62e0a5e6a160a554a83dbed1ca099fc8595afb461e65e95878bd857f7ebb
+Size (restructuredtext-lint-1.1.2.tar.gz) = 11864 bytes



Home | Main Index | Thread Index | Old Index