pkgsrc-WIP-changes archive

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

py-filelock, py-jupyter-console, py-smmap, py-yamllint: removed; already in base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Mon May 16 07:14:44 2022 +0200
Changeset:	25b97d372861281f0228b65e41bada75fa7f19af

Modified Files:
	Makefile
	py-coconut/Makefile
Removed Files:
	py-filelock/DESCR
	py-filelock/Makefile
	py-filelock/PLIST
	py-filelock/distinfo
	py-jupyter-console/ALTERNATIVES
	py-jupyter-console/DESCR
	py-jupyter-console/Makefile
	py-jupyter-console/PLIST
	py-jupyter-console/distinfo
	py-smmap/DESCR
	py-smmap/Makefile
	py-smmap/PLIST
	py-smmap/distinfo
	py-yamllint/ALTERNATIVES
	py-yamllint/DESCR
	py-yamllint/Makefile
	py-yamllint/PLIST
	py-yamllint/distinfo

Log Message:
py-filelock, py-jupyter-console, py-smmap, py-yamllint: removed; already in base

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=25b97d372861281f0228b65e41bada75fa7f19af

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

diffstat:
 Makefile                        |  4 --
 py-coconut/Makefile             |  2 +-
 py-filelock/DESCR               |  2 -
 py-filelock/Makefile            | 18 --------
 py-filelock/PLIST               | 32 --------------
 py-filelock/distinfo            |  5 ---
 py-jupyter-console/ALTERNATIVES |  1 -
 py-jupyter-console/DESCR        |  1 -
 py-jupyter-console/Makefile     | 28 ------------
 py-jupyter-console/PLIST        | 44 -------------------
 py-jupyter-console/distinfo     |  5 ---
 py-smmap/DESCR                  |  1 -
 py-smmap/Makefile               | 20 ---------
 py-smmap/PLIST                  | 39 -----------------
 py-smmap/distinfo               |  5 ---
 py-yamllint/ALTERNATIVES        |  1 -
 py-yamllint/DESCR               |  5 ---
 py-yamllint/Makefile            | 25 -----------
 py-yamllint/PLIST               | 97 -----------------------------------------
 py-yamllint/distinfo            |  5 ---
 20 files changed, 1 insertion(+), 339 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 058e2b74bc..a70b8c017b 100644
--- a/Makefile
+++ b/Makefile
@@ -3819,7 +3819,6 @@ SUBDIR+=	py-ffmpeg-normalize
 SUBDIR+=	py-fiat
 SUBDIR+=	py-figleaf
 SUBDIR+=	py-fileinspector
-SUBDIR+=	py-filelock
 SUBDIR+=	py-fiona
 SUBDIR+=	py-firehose
 SUBDIR+=	py-fix-yahoo-finance
@@ -4032,7 +4031,6 @@ SUBDIR+=	py-jtextfsm
 SUBDIR+=	py-julio
 SUBDIR+=	py-junit-xml
 SUBDIR+=	py-junos-netconify
-SUBDIR+=	py-jupyter-console
 SUBDIR+=	py-jwcrypto
 SUBDIR+=	py-kabuki
 SUBDIR+=	py-karta
@@ -4645,7 +4643,6 @@ SUBDIR+=	py-smart-open
 SUBDIR+=	py-smcp
 SUBDIR+=	py-smell
 SUBDIR+=	py-smi
-SUBDIR+=	py-smmap
 SUBDIR+=	py-smop
 SUBDIR+=	py-snakemake
 SUBDIR+=	py-snappy
@@ -4929,7 +4926,6 @@ SUBDIR+=	py-xdgapp
 SUBDIR+=	py-xlutils
 SUBDIR+=	py-xpra
 SUBDIR+=	py-yamale
-SUBDIR+=	py-yamllint
 SUBDIR+=	py-yams
 SUBDIR+=	py-yapgvb
 SUBDIR+=	py-yapps2
diff --git a/py-coconut/Makefile b/py-coconut/Makefile
index 63e4beb960..d67229c11d 100644
--- a/py-coconut/Makefile
+++ b/py-coconut/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Simple, elegant, Pythonic functional programming
 LICENSE=	apache-2.0
 
 BUILD_DEPENDS+=	${PYPKGPREFIX}-ipython>=6.5:../../devel/py-ipython
-BUILD_DEPENDS+=	${PYPKGPREFIX}-jupyter-console>=5.2:../../wip/py-jupyter-console
+BUILD_DEPENDS+=	${PYPKGPREFIX}-jupyter-console>=5.2:../../devel/py-jupyter-console
 BUILD_DEPENDS+=	${PYPKGPREFIX}-psutil>=5.7.2:../../sysutils/py-psutil
 BUILD_DEPENDS+=	${PYPKGPREFIX}-vprof>=0.36:../../wip/py-vprof
 BUILD_DEPENDS+=	${PYPKGPREFIX}-requests>=2.24.0:../../devel/py-requests
diff --git a/py-filelock/DESCR b/py-filelock/DESCR
deleted file mode 100644
index 9e806ed3a9..0000000000
--- a/py-filelock/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This package contains a single module, which implements a platform independent
-file lock in Python, which provides a simple way of inter-process communication.
diff --git a/py-filelock/Makefile b/py-filelock/Makefile
deleted file mode 100644
index c1d004eed6..0000000000
--- a/py-filelock/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	filelock-3.3.2
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=f/filelock/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/benediktschmitt/py-filelock
-COMMENT=	Platform independent file lock
-LICENSE=	unlicense
-
-USE_LANGUAGES=	# none
-
-BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-filelock/PLIST b/py-filelock/PLIST
deleted file mode 100644
index 8052bcbf17..0000000000
--- a/py-filelock/PLIST
+++ /dev/null
@@ -1,32 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
-${PYSITELIB}/filelock/__init__.py
-${PYSITELIB}/filelock/__init__.pyc
-${PYSITELIB}/filelock/__init__.pyo
-${PYSITELIB}/filelock/_api.py
-${PYSITELIB}/filelock/_api.pyc
-${PYSITELIB}/filelock/_api.pyo
-${PYSITELIB}/filelock/_error.py
-${PYSITELIB}/filelock/_error.pyc
-${PYSITELIB}/filelock/_error.pyo
-${PYSITELIB}/filelock/_soft.py
-${PYSITELIB}/filelock/_soft.pyc
-${PYSITELIB}/filelock/_soft.pyo
-${PYSITELIB}/filelock/_unix.py
-${PYSITELIB}/filelock/_unix.pyc
-${PYSITELIB}/filelock/_unix.pyo
-${PYSITELIB}/filelock/_util.py
-${PYSITELIB}/filelock/_util.pyc
-${PYSITELIB}/filelock/_util.pyo
-${PYSITELIB}/filelock/_windows.py
-${PYSITELIB}/filelock/_windows.pyc
-${PYSITELIB}/filelock/_windows.pyo
-${PYSITELIB}/filelock/py.typed
-${PYSITELIB}/filelock/version.py
-${PYSITELIB}/filelock/version.pyc
-${PYSITELIB}/filelock/version.pyo
diff --git a/py-filelock/distinfo b/py-filelock/distinfo
deleted file mode 100644
index 94b816fb03..0000000000
--- a/py-filelock/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:18:27 nia Exp $
-
-BLAKE2s (filelock-3.3.2.tar.gz) = 4a23ef35154a46d181b8c449add00cf32b0bb0a940de49eec024e7e8c958045a
-SHA512 (filelock-3.3.2.tar.gz) = 632b3c0f17c1c41f6d355e9599f1ddaeee51997f3b8679a2bae06dd55c6b27f65ac447813ecb6a128dd3882af21d3abfecfe94a74509a467d9cb99665fb7a7e2
-Size (filelock-3.3.2.tar.gz) = 206004 bytes
diff --git a/py-jupyter-console/ALTERNATIVES b/py-jupyter-console/ALTERNATIVES
deleted file mode 100644
index 3016b15764..0000000000
--- a/py-jupyter-console/ALTERNATIVES
+++ /dev/null
@@ -1 +0,0 @@
-bin/jupyter-console @PREFIX@/bin/jupyter-console-@PYVERSSUFFIX@
diff --git a/py-jupyter-console/DESCR b/py-jupyter-console/DESCR
deleted file mode 100644
index 4215ff1e89..0000000000
--- a/py-jupyter-console/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Jupyter Console is a terminal-based console frontend for Jupyter kernels.
diff --git a/py-jupyter-console/Makefile b/py-jupyter-console/Makefile
deleted file mode 100644
index 7e088c055c..0000000000
--- a/py-jupyter-console/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	jupyter_console-6.2.0
-PKGNAME=	${PYPKGPREFIX}-jupyter-console-6.2.0
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=j/jupyter_console/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://jupyter.org/
-COMMENT=	Jupyter terminal console
-LICENSE=	modified-bsd
-
-DEPENDS+=	${PYPKGPREFIX}-jupyter_client>=6.1.7:../../devel/py-jupyter_client
-DEPENDS+=	${PYPKGPREFIX}-ipython>=6.5:../../devel/py-ipython
-DEPENDS+=	${PYPKGPREFIX}-ipykernel>=5.1:../../devel/py-ipykernel
-DEPENDS+=	${PYPKGPREFIX}-prompt_toolkit>=1.0.15:../../devel/py-prompt_toolkit
-DEPENDS+=	${PYPKGPREFIX}-pygments>=2.3.1:../../textproc/py-pygments
-
-USE_LANGUAGES=	# none
-
-post-install:
-.for name in console
-	cd ${DESTDIR}${PREFIX}/bin && \
-	${MV} jupyter-${name} jupyter-${name}-${PYVERSSUFFIX} || ${TRUE}
-.endfor
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-jupyter-console/PLIST b/py-jupyter-console/PLIST
deleted file mode 100644
index 8be2665a32..0000000000
--- a/py-jupyter-console/PLIST
+++ /dev/null
@@ -1,44 +0,0 @@
-@comment $NetBSD$
-bin/jupyter-console-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/jupyter_console/__init__.py
-${PYSITELIB}/jupyter_console/__init__.pyc
-${PYSITELIB}/jupyter_console/__init__.pyo
-${PYSITELIB}/jupyter_console/__main__.py
-${PYSITELIB}/jupyter_console/__main__.pyc
-${PYSITELIB}/jupyter_console/__main__.pyo
-${PYSITELIB}/jupyter_console/_version.py
-${PYSITELIB}/jupyter_console/_version.pyc
-${PYSITELIB}/jupyter_console/_version.pyo
-${PYSITELIB}/jupyter_console/app.py
-${PYSITELIB}/jupyter_console/app.pyc
-${PYSITELIB}/jupyter_console/app.pyo
-${PYSITELIB}/jupyter_console/completer.py
-${PYSITELIB}/jupyter_console/completer.pyc
-${PYSITELIB}/jupyter_console/completer.pyo
-${PYSITELIB}/jupyter_console/ptshell.py
-${PYSITELIB}/jupyter_console/ptshell.pyc
-${PYSITELIB}/jupyter_console/ptshell.pyo
-${PYSITELIB}/jupyter_console/tests/__init__.py
-${PYSITELIB}/jupyter_console/tests/__init__.pyc
-${PYSITELIB}/jupyter_console/tests/__init__.pyo
-${PYSITELIB}/jupyter_console/tests/conftest.py
-${PYSITELIB}/jupyter_console/tests/conftest.pyc
-${PYSITELIB}/jupyter_console/tests/conftest.pyo
-${PYSITELIB}/jupyter_console/tests/test_console.py
-${PYSITELIB}/jupyter_console/tests/test_console.pyc
-${PYSITELIB}/jupyter_console/tests/test_console.pyo
-${PYSITELIB}/jupyter_console/tests/test_image_handler.py
-${PYSITELIB}/jupyter_console/tests/test_image_handler.pyc
-${PYSITELIB}/jupyter_console/tests/test_image_handler.pyo
-${PYSITELIB}/jupyter_console/tests/writetofile.py
-${PYSITELIB}/jupyter_console/tests/writetofile.pyc
-${PYSITELIB}/jupyter_console/tests/writetofile.pyo
-${PYSITELIB}/jupyter_console/zmqhistory.py
-${PYSITELIB}/jupyter_console/zmqhistory.pyc
-${PYSITELIB}/jupyter_console/zmqhistory.pyo
diff --git a/py-jupyter-console/distinfo b/py-jupyter-console/distinfo
deleted file mode 100644
index cec6d0330b..0000000000
--- a/py-jupyter-console/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (jupyter_console-6.2.0.tar.gz) = bf0ec9a9ea5941e19f65f75bdc580f3d337e7f5a
-SHA512 (jupyter_console-6.2.0.tar.gz) = 49ab89c7a246bd182bab31680312941db9050d2d54a1dd7d0ba1fd93f23f556d90dbed340692fe69e8b0aa15f4a53f1fafa8f21c881503c01c46c5e6f924c776
-Size (jupyter_console-6.2.0.tar.gz) = 36285 bytes
diff --git a/py-smmap/DESCR b/py-smmap/DESCR
deleted file mode 100644
index 5c09dbc9a9..0000000000
--- a/py-smmap/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Git implementation of a sliding window memory map manager
diff --git a/py-smmap/Makefile b/py-smmap/Makefile
deleted file mode 100644
index af3185d2cb..0000000000
--- a/py-smmap/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2015/07/04 02:41:41 jihbed Exp $
-
-DISTNAME=	smmap-3.0.4
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_PYPI:=s/smmap/}
-
-MAINTAINER=	kamel.derouiche%gmail.com@localhost
-HOMEPAGE=	https://github.com/Byron/smmap
-COMMENT=	Git implementation of a sliding window memory map manager
-LICENSE=	modified-bsd
-
-TEST_DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
-TEST_DEPENDS+=	${PYPKGPREFIX}-nosexcover-[0-9]*:../../devel/py-nosexcover
-TEST_DEPENDS+=	${PYPKGPREFIX}-coverage>=3.4:../../devel/py-coverage
-
-USE_LANGUAGES=	# none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-smmap/PLIST b/py-smmap/PLIST
deleted file mode 100644
index 4af3c7da8b..0000000000
--- a/py-smmap/PLIST
+++ /dev/null
@@ -1,39 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/06 10:48:28 jihbed Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
-${PYSITELIB}/smmap/__init__.py
-${PYSITELIB}/smmap/__init__.pyc
-${PYSITELIB}/smmap/__init__.pyo
-${PYSITELIB}/smmap/buf.py
-${PYSITELIB}/smmap/buf.pyc
-${PYSITELIB}/smmap/buf.pyo
-${PYSITELIB}/smmap/exc.py
-${PYSITELIB}/smmap/exc.pyc
-${PYSITELIB}/smmap/exc.pyo
-${PYSITELIB}/smmap/mman.py
-${PYSITELIB}/smmap/mman.pyc
-${PYSITELIB}/smmap/mman.pyo
-${PYSITELIB}/smmap/test/__init__.py
-${PYSITELIB}/smmap/test/__init__.pyc
-${PYSITELIB}/smmap/test/__init__.pyo
-${PYSITELIB}/smmap/test/lib.py
-${PYSITELIB}/smmap/test/lib.pyc
-${PYSITELIB}/smmap/test/lib.pyo
-${PYSITELIB}/smmap/test/test_buf.py
-${PYSITELIB}/smmap/test/test_buf.pyc
-${PYSITELIB}/smmap/test/test_buf.pyo
-${PYSITELIB}/smmap/test/test_mman.py
-${PYSITELIB}/smmap/test/test_mman.pyc
-${PYSITELIB}/smmap/test/test_mman.pyo
-${PYSITELIB}/smmap/test/test_tutorial.py
-${PYSITELIB}/smmap/test/test_tutorial.pyc
-${PYSITELIB}/smmap/test/test_tutorial.pyo
-${PYSITELIB}/smmap/test/test_util.py
-${PYSITELIB}/smmap/test/test_util.pyc
-${PYSITELIB}/smmap/test/test_util.pyo
-${PYSITELIB}/smmap/util.py
-${PYSITELIB}/smmap/util.pyc
-${PYSITELIB}/smmap/util.pyo
diff --git a/py-smmap/distinfo b/py-smmap/distinfo
deleted file mode 100644
index 92bf64c505..0000000000
--- a/py-smmap/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/07/04 02:41:41 jihbed Exp $
-
-RMD160 (smmap-3.0.4.tar.gz) = 57a390b6b35fb4e42f671d8968025898f9ec166a
-SHA512 (smmap-3.0.4.tar.gz) = da7e5c0257f29b487eb5ee18f29656340f7f6999dd625d93560444d526df8036a8fc4452242a2d01203907798709d82a0015709e097bc22acd3d0a8b976ef9fe
-Size (smmap-3.0.4.tar.gz) = 22459 bytes
diff --git a/py-yamllint/ALTERNATIVES b/py-yamllint/ALTERNATIVES
deleted file mode 100644
index 38a9c1a619..0000000000
--- a/py-yamllint/ALTERNATIVES
+++ /dev/null
@@ -1 +0,0 @@
-bin/yamllint @PREFIX@/bin/yamllint@PYVERSSUFFIX@
diff --git a/py-yamllint/DESCR b/py-yamllint/DESCR
deleted file mode 100644
index b466c44dd0..0000000000
--- a/py-yamllint/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-A linter for YAML files.
-
-yamllint does not only check for syntax validity, but for weirdnesses
-like key repetition and cosmetic problems such as lines length,
-trailing spaces, indentation, etc.
diff --git a/py-yamllint/Makefile b/py-yamllint/Makefile
deleted file mode 100644
index ac39e8dc26..0000000000
--- a/py-yamllint/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.80 2021/07/25 20:42:33 leot Exp $
-
-DISTNAME=	yamllint-1.26.2
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	textproc python
-MASTER_SITES=	${MASTER_SITE_PYPI:=y/yamllint/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/adrienverge/yamllint
-COMMENT=	Linter for YAML files
-LICENSE=	gnu-gpl-v3
-
-DEPENDS+=	${PYPKGPREFIX}-pathspec>=0.5.3:../../devel/py-pathspec
-DEPENDS+=	${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
-
-USE_LANGUAGES=			# none
-
-# Only for Python 3
-PYTHON_VERSIONS_INCOMPATIBLE=	27
-
-post-install:
-	${RUN} ${MV} ${DESTDIR}${PREFIX}/bin/yamllint ${DESTDIR}${PREFIX}/bin/yamllint${PYVERSSUFFIX}
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-yamllint/PLIST b/py-yamllint/PLIST
deleted file mode 100644
index 017b37d168..0000000000
--- a/py-yamllint/PLIST
+++ /dev/null
@@ -1,97 +0,0 @@
-@comment $NetBSD$
-bin/yamllint${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/yamllint/__init__.py
-${PYSITELIB}/yamllint/__init__.pyc
-${PYSITELIB}/yamllint/__init__.pyo
-${PYSITELIB}/yamllint/__main__.py
-${PYSITELIB}/yamllint/__main__.pyc
-${PYSITELIB}/yamllint/__main__.pyo
-${PYSITELIB}/yamllint/cli.py
-${PYSITELIB}/yamllint/cli.pyc
-${PYSITELIB}/yamllint/cli.pyo
-${PYSITELIB}/yamllint/conf/default.yaml
-${PYSITELIB}/yamllint/conf/relaxed.yaml
-${PYSITELIB}/yamllint/config.py
-${PYSITELIB}/yamllint/config.pyc
-${PYSITELIB}/yamllint/config.pyo
-${PYSITELIB}/yamllint/linter.py
-${PYSITELIB}/yamllint/linter.pyc
-${PYSITELIB}/yamllint/linter.pyo
-${PYSITELIB}/yamllint/parser.py
-${PYSITELIB}/yamllint/parser.pyc
-${PYSITELIB}/yamllint/parser.pyo
-${PYSITELIB}/yamllint/rules/__init__.py
-${PYSITELIB}/yamllint/rules/__init__.pyc
-${PYSITELIB}/yamllint/rules/__init__.pyo
-${PYSITELIB}/yamllint/rules/braces.py
-${PYSITELIB}/yamllint/rules/braces.pyc
-${PYSITELIB}/yamllint/rules/braces.pyo
-${PYSITELIB}/yamllint/rules/brackets.py
-${PYSITELIB}/yamllint/rules/brackets.pyc
-${PYSITELIB}/yamllint/rules/brackets.pyo
-${PYSITELIB}/yamllint/rules/colons.py
-${PYSITELIB}/yamllint/rules/colons.pyc
-${PYSITELIB}/yamllint/rules/colons.pyo
-${PYSITELIB}/yamllint/rules/commas.py
-${PYSITELIB}/yamllint/rules/commas.pyc
-${PYSITELIB}/yamllint/rules/commas.pyo
-${PYSITELIB}/yamllint/rules/comments.py
-${PYSITELIB}/yamllint/rules/comments.pyc
-${PYSITELIB}/yamllint/rules/comments.pyo
-${PYSITELIB}/yamllint/rules/comments_indentation.py
-${PYSITELIB}/yamllint/rules/comments_indentation.pyc
-${PYSITELIB}/yamllint/rules/comments_indentation.pyo
-${PYSITELIB}/yamllint/rules/common.py
-${PYSITELIB}/yamllint/rules/common.pyc
-${PYSITELIB}/yamllint/rules/common.pyo
-${PYSITELIB}/yamllint/rules/document_end.py
-${PYSITELIB}/yamllint/rules/document_end.pyc
-${PYSITELIB}/yamllint/rules/document_end.pyo
-${PYSITELIB}/yamllint/rules/document_start.py
-${PYSITELIB}/yamllint/rules/document_start.pyc
-${PYSITELIB}/yamllint/rules/document_start.pyo
-${PYSITELIB}/yamllint/rules/empty_lines.py
-${PYSITELIB}/yamllint/rules/empty_lines.pyc
-${PYSITELIB}/yamllint/rules/empty_lines.pyo
-${PYSITELIB}/yamllint/rules/empty_values.py
-${PYSITELIB}/yamllint/rules/empty_values.pyc
-${PYSITELIB}/yamllint/rules/empty_values.pyo
-${PYSITELIB}/yamllint/rules/hyphens.py
-${PYSITELIB}/yamllint/rules/hyphens.pyc
-${PYSITELIB}/yamllint/rules/hyphens.pyo
-${PYSITELIB}/yamllint/rules/indentation.py
-${PYSITELIB}/yamllint/rules/indentation.pyc
-${PYSITELIB}/yamllint/rules/indentation.pyo
-${PYSITELIB}/yamllint/rules/key_duplicates.py
-${PYSITELIB}/yamllint/rules/key_duplicates.pyc
-${PYSITELIB}/yamllint/rules/key_duplicates.pyo
-${PYSITELIB}/yamllint/rules/key_ordering.py
-${PYSITELIB}/yamllint/rules/key_ordering.pyc
-${PYSITELIB}/yamllint/rules/key_ordering.pyo
-${PYSITELIB}/yamllint/rules/line_length.py
-${PYSITELIB}/yamllint/rules/line_length.pyc
-${PYSITELIB}/yamllint/rules/line_length.pyo
-${PYSITELIB}/yamllint/rules/new_line_at_end_of_file.py
-${PYSITELIB}/yamllint/rules/new_line_at_end_of_file.pyc
-${PYSITELIB}/yamllint/rules/new_line_at_end_of_file.pyo
-${PYSITELIB}/yamllint/rules/new_lines.py
-${PYSITELIB}/yamllint/rules/new_lines.pyc
-${PYSITELIB}/yamllint/rules/new_lines.pyo
-${PYSITELIB}/yamllint/rules/octal_values.py
-${PYSITELIB}/yamllint/rules/octal_values.pyc
-${PYSITELIB}/yamllint/rules/octal_values.pyo
-${PYSITELIB}/yamllint/rules/quoted_strings.py
-${PYSITELIB}/yamllint/rules/quoted_strings.pyc
-${PYSITELIB}/yamllint/rules/quoted_strings.pyo
-${PYSITELIB}/yamllint/rules/trailing_spaces.py
-${PYSITELIB}/yamllint/rules/trailing_spaces.pyc
-${PYSITELIB}/yamllint/rules/trailing_spaces.pyo
-${PYSITELIB}/yamllint/rules/truthy.py
-${PYSITELIB}/yamllint/rules/truthy.pyc
-${PYSITELIB}/yamllint/rules/truthy.pyo
diff --git a/py-yamllint/distinfo b/py-yamllint/distinfo
deleted file mode 100644
index 662dac7f22..0000000000
--- a/py-yamllint/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.77 2021/07/25 20:42:33 leot Exp $
-
-RMD160 (yamllint-1.26.2.tar.gz) = af7642cd120da90bcfd549356363e1868588d067
-SHA512 (yamllint-1.26.2.tar.gz) = 887129d319251af88a14cd194352a400f22f2f7a0f3099651f6a5e895f4e2d76474047225910934d7aa04d35759e1d6e668f1b2fde2ad20e3138bb78585f77d0
-Size (yamllint-1.26.2.tar.gz) = 126786 bytes


Home | Main Index | Thread Index | Old Index