Received: by mail.netbsd.org (Postfix, from userid 605) id 943F184DC1; Thu, 2 Apr 2020 10:32:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1662F84D99 for ; Thu, 2 Apr 2020 10:32:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 131kAySkUhYF for ; Thu, 2 Apr 2020 10:32:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7B9A784D4E for ; Thu, 2 Apr 2020 10:32:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6FC81FB27; Thu, 2 Apr 2020 10:32:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1585823575176820" MIME-Version: 1.0 Date: Thu, 2 Apr 2020 10:32:55 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-codespell To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200402103255.6FC81FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1585823575176820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 2 10:32:55 UTC 2020 Added Files: pkgsrc/devel/py-codespell: ALTERNATIVES DESCR Makefile PLIST distinfo Log Message: devel/py-codespell: import py-codespell-1.16.0 Fix common misspellings in text files. It's designed primarily for checking misspelled words in source code, but it can be used with other files as well. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-codespell/ALTERNATIVES \ pkgsrc/devel/py-codespell/DESCR pkgsrc/devel/py-codespell/Makefile \ pkgsrc/devel/py-codespell/PLIST pkgsrc/devel/py-codespell/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1585823575176820 Content-Disposition: inline Content-Length: 3590 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/py-codespell/ALTERNATIVES diff -u /dev/null pkgsrc/devel/py-codespell/ALTERNATIVES:1.1 --- /dev/null Thu Apr 2 10:32:55 2020 +++ pkgsrc/devel/py-codespell/ALTERNATIVES Thu Apr 2 10:32:55 2020 @@ -0,0 +1 @@ +bin/codespell @PREFIX@/bin/codespell-@PYVERSSUFFIX@ Index: pkgsrc/devel/py-codespell/DESCR diff -u /dev/null pkgsrc/devel/py-codespell/DESCR:1.1 --- /dev/null Thu Apr 2 10:32:55 2020 +++ pkgsrc/devel/py-codespell/DESCR Thu Apr 2 10:32:55 2020 @@ -0,0 +1,3 @@ +Fix common misspellings in text files. It's designed primarily for +checking misspelled words in source code, but it can be used with +other files as well. Index: pkgsrc/devel/py-codespell/Makefile diff -u /dev/null pkgsrc/devel/py-codespell/Makefile:1.1 --- /dev/null Thu Apr 2 10:32:55 2020 +++ pkgsrc/devel/py-codespell/Makefile Thu Apr 2 10:32:55 2020 @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2020/04/02 10:32:55 wiz Exp $ + +DISTNAME= codespell-1.16.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=c/codespell/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/codespell-project/codespell +COMMENT= Check code for common misspellings +LICENSE= gnu-gpl-v2 + +USE_LANGUAGES= # none + +post-install: + ${MV} ${DESTDIR}${PREFIX}/bin/codespell \ + ${DESTDIR}${PREFIX}/bin/codespell-${PYVERSSUFFIX} + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-codespell/PLIST diff -u /dev/null pkgsrc/devel/py-codespell/PLIST:1.1 --- /dev/null Thu Apr 2 10:32:55 2020 +++ pkgsrc/devel/py-codespell/PLIST Thu Apr 2 10:32:55 2020 @@ -0,0 +1,28 @@ +@comment $NetBSD: PLIST,v 1.1 2020/04/02 10:32:55 wiz Exp $ +bin/codespell-${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}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/codespell_lib/__init__.py +${PYSITELIB}/codespell_lib/__init__.pyc +${PYSITELIB}/codespell_lib/__init__.pyo +${PYSITELIB}/codespell_lib/_codespell.py +${PYSITELIB}/codespell_lib/_codespell.pyc +${PYSITELIB}/codespell_lib/_codespell.pyo +${PYSITELIB}/codespell_lib/data/__init__.py +${PYSITELIB}/codespell_lib/data/__init__.pyc +${PYSITELIB}/codespell_lib/data/__init__.pyo +${PYSITELIB}/codespell_lib/data/dictionary.txt +${PYSITELIB}/codespell_lib/data/linux-kernel.exclude +${PYSITELIB}/codespell_lib/tests/__init__.py +${PYSITELIB}/codespell_lib/tests/__init__.pyc +${PYSITELIB}/codespell_lib/tests/__init__.pyo +${PYSITELIB}/codespell_lib/tests/test_basic.py +${PYSITELIB}/codespell_lib/tests/test_basic.pyc +${PYSITELIB}/codespell_lib/tests/test_basic.pyo +${PYSITELIB}/codespell_lib/tests/test_dictionary.py +${PYSITELIB}/codespell_lib/tests/test_dictionary.pyc +${PYSITELIB}/codespell_lib/tests/test_dictionary.pyo Index: pkgsrc/devel/py-codespell/distinfo diff -u /dev/null pkgsrc/devel/py-codespell/distinfo:1.1 --- /dev/null Thu Apr 2 10:32:55 2020 +++ pkgsrc/devel/py-codespell/distinfo Thu Apr 2 10:32:55 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/04/02 10:32:55 wiz Exp $ + +SHA1 (codespell-1.16.0.tar.gz) = e56584251e63e36941f50d2a991705d90d553017 +RMD160 (codespell-1.16.0.tar.gz) = 810f89d85707802873ebc93cca9f69e151966655 +SHA512 (codespell-1.16.0.tar.gz) = 46930a4fa9c09e18bff877e54996758c85e71479b21373ddbef771e99c413c031ea97b0539098ebcfe7211288e76f95c2ff9eb2a464fd4e3b44f8a51df8d0c8c +Size (codespell-1.16.0.tar.gz) = 134239 bytes --_----------=_1585823575176820--