pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hatch-fancy-pypi-readme py-hatch-fancy-pypi-r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3790af6ec15
branches:  trunk
changeset: 385023:e3790af6ec15
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 09 22:47:53 2022 +0000

description:
py-hatch-fancy-pypi-readme: fix PLIST.

Bump PKGREVISION.

Fix pkglint while here.

diffstat:

 devel/py-hatch-fancy-pypi-readme/DESCR    |  11 ++++++-----
 devel/py-hatch-fancy-pypi-readme/Makefile |   3 ++-
 devel/py-hatch-fancy-pypi-readme/PLIST    |   6 +++---
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (48 lines):

diff -r 9c1527035884 -r e3790af6ec15 devel/py-hatch-fancy-pypi-readme/DESCR
--- a/devel/py-hatch-fancy-pypi-readme/DESCR    Fri Sep 09 18:28:37 2022 +0000
+++ b/devel/py-hatch-fancy-pypi-readme/DESCR    Fri Sep 09 22:47:53 2022 +0000
@@ -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.
diff -r 9c1527035884 -r e3790af6ec15 devel/py-hatch-fancy-pypi-readme/Makefile
--- a/devel/py-hatch-fancy-pypi-readme/Makefile Fri Sep 09 18:28:37 2022 +0000
+++ b/devel/py-hatch-fancy-pypi-readme/Makefile Fri Sep 09 22:47:53 2022 +0000
@@ -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/}
 
diff -r 9c1527035884 -r e3790af6ec15 devel/py-hatch-fancy-pypi-readme/PLIST
--- a/devel/py-hatch-fancy-pypi-readme/PLIST    Fri Sep 09 18:28:37 2022 +0000
+++ b/devel/py-hatch-fancy-pypi-readme/PLIST    Fri Sep 09 22:47:53 2022 +0000
@@ -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}/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