Received: by mail.netbsd.org (Postfix, from userid 605) id CEA8E84FA1; Fri, 9 Sep 2022 22:47:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 12FBD84FA0 for ; Fri, 9 Sep 2022 22:47:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ehid5HP7wu5E for ; Fri, 9 Sep 2022 22:47:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 67DCB84CEA for ; Fri, 9 Sep 2022 22:47:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59D5AFA90; Fri, 9 Sep 2022 22:47:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166276367311970" MIME-Version: 1.0 Date: Fri, 9 Sep 2022 22:47:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-hatch-fancy-pypi-readme To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220909224753.59D5AFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166276367311970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 9 22:47:53 UTC 2022 Modified Files: pkgsrc/devel/py-hatch-fancy-pypi-readme: DESCR Makefile PLIST Log Message: py-hatch-fancy-pypi-readme: fix PLIST. Bump PKGREVISION. Fix pkglint while here. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-hatch-fancy-pypi-readme/DESCR \ pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile \ pkgsrc/devel/py-hatch-fancy-pypi-readme/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166276367311970 Content-Disposition: inline Content-Length: 2872 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=utf-8 Modified files: Index: pkgsrc/devel/py-hatch-fancy-pypi-readme/DESCR diff -u pkgsrc/devel/py-hatch-fancy-pypi-readme/DESCR:1.1 pkgsrc/devel/py-hatch-fancy-pypi-readme/DESCR:1.2 --- pkgsrc/devel/py-hatch-fancy-pypi-readme/DESCR:1.1 Mon Sep 5 14:10:41 2022 +++ pkgsrc/devel/py-hatch-fancy-pypi-readme/DESCR Fri Sep 9 22:47:53 2022 @@ -1,5 +1,6 @@ -hatch-fancy-pypi-readme is a Hatch metadata plugin for everyone who cares about -the first impression of their project’s PyPI landing page. It allows you to -define your PyPI project description in terms of concatenated fragments that -are based on static strings, files, and most importantly: parts of files -defined using cut-off points or regular expressions. +hatch-fancy-pypi-readme is a Hatch metadata plugin for everyone +who cares about the first impression of their project's PyPI landing +page. It allows you to define your PyPI project description in +terms of concatenated fragments that are based on static strings, +files, and most importantly: parts of files defined using cut-off +points or regular expressions. Index: pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile diff -u pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile:1.1 pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile:1.2 --- pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile:1.1 Mon Sep 5 14:10:41 2022 +++ pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile Fri Sep 9 22:47:53 2022 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2022/09/05 14:10:41 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/09/09 22:47:53 wiz Exp $ DISTNAME= hatch_fancy_pypi_readme-22.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} +PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=h/hatch-fancy-pypi-readme/} Index: pkgsrc/devel/py-hatch-fancy-pypi-readme/PLIST diff -u pkgsrc/devel/py-hatch-fancy-pypi-readme/PLIST:1.1 pkgsrc/devel/py-hatch-fancy-pypi-readme/PLIST:1.2 --- pkgsrc/devel/py-hatch-fancy-pypi-readme/PLIST:1.1 Mon Sep 5 14:10:41 2022 +++ pkgsrc/devel/py-hatch-fancy-pypi-readme/PLIST Fri Sep 9 22:47:53 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2022/09/05 14:10:41 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/09/09 22:47:53 wiz Exp $ bin/hatch-fancy-pypi-readme-${PYVERSSUFFIX} ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER ${PYSITELIB}/${WHEEL_INFODIR}/METADATA @@ -7,8 +7,8 @@ ${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL ${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt -${PYSITELIB}/${WHEEL_INFODIR}/license_files/AUTHORS.md -${PYSITELIB}/${WHEEL_INFODIR}/license_files/LICENSE.txt +${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.md +${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt ${PYSITELIB}/hatch_fancy_pypi_readme/__init__.py ${PYSITELIB}/hatch_fancy_pypi_readme/__init__.pyc ${PYSITELIB}/hatch_fancy_pypi_readme/__main__.py --_----------=_166276367311970--