pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-restructuredtext_lint



Module Name:    pkgsrc
Committed By:   minskim
Date:           Thu Feb 15 16:44:30 UTC 2018

Added Files:
        pkgsrc/devel/py-restructuredtext_lint: ALTERNATIVES DESCR Makefile
            PLIST distinfo

Log Message:
devel/py-restructuredtext_lint: Import version 1.1.2

restructuredtext_lint is a reStructuredText linter.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-restructuredtext_lint/ALTERNATIVES \
    pkgsrc/devel/py-restructuredtext_lint/DESCR \
    pkgsrc/devel/py-restructuredtext_lint/Makefile \
    pkgsrc/devel/py-restructuredtext_lint/PLIST \
    pkgsrc/devel/py-restructuredtext_lint/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-restructuredtext_lint/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/py-restructuredtext_lint/ALTERNATIVES:1.1
--- /dev/null   Thu Feb 15 16:44:30 2018
+++ pkgsrc/devel/py-restructuredtext_lint/ALTERNATIVES  Thu Feb 15 16:44:30 2018
@@ -0,0 +1,2 @@
+bin/restructuredtext-lint @PREFIX@/bin/restructuredtext-lint@PYVERSSUFFIX@
+bin/rst-lint @PREFIX@/bin/rst-lint@PYVERSSUFFIX@
Index: pkgsrc/devel/py-restructuredtext_lint/DESCR
diff -u /dev/null pkgsrc/devel/py-restructuredtext_lint/DESCR:1.1
--- /dev/null   Thu Feb 15 16:44:30 2018
+++ pkgsrc/devel/py-restructuredtext_lint/DESCR Thu Feb 15 16:44:30 2018
@@ -0,0 +1 @@
+restructuredtext_lint is a reStructuredText linter.
Index: pkgsrc/devel/py-restructuredtext_lint/Makefile
diff -u /dev/null pkgsrc/devel/py-restructuredtext_lint/Makefile:1.1
--- /dev/null   Thu Feb 15 16:44:30 2018
+++ pkgsrc/devel/py-restructuredtext_lint/Makefile      Thu Feb 15 16:44:30 2018
@@ -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"
Index: pkgsrc/devel/py-restructuredtext_lint/PLIST
diff -u /dev/null pkgsrc/devel/py-restructuredtext_lint/PLIST:1.1
--- /dev/null   Thu Feb 15 16:44:30 2018
+++ pkgsrc/devel/py-restructuredtext_lint/PLIST Thu Feb 15 16:44:30 2018
@@ -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
Index: pkgsrc/devel/py-restructuredtext_lint/distinfo
diff -u /dev/null pkgsrc/devel/py-restructuredtext_lint/distinfo:1.1
--- /dev/null   Thu Feb 15 16:44:30 2018
+++ pkgsrc/devel/py-restructuredtext_lint/distinfo      Thu Feb 15 16:44:30 2018
@@ -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