pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hatch-fancy-pypi-readme



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.

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



Home | Main Index | Thread Index | Old Index