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:   adam
Date:           Fri Nov 18 18:52:07 UTC 2022

Modified Files:
        pkgsrc/devel/py-hatch-fancy-pypi-readme: Makefile PLIST distinfo

Log Message:
py-hatch-fancy-pypi-readme: updated to 22.8.0

22.8.0

Added

- Added `start-at` in addition to `start-after` that preserves the string that is looked for. This often removes the need for adding markers because you can define the starting point using a heading 
that becomes part of the fragment.

22.7.0

Changed

- Removed another circular dependency: this time the wonderful [*jsonschema*](https://python-jsonschema.readthedocs.io/).
  The price of building packaging tools is to not use packages.

22.6.0

Changed

- Unfortunately, life is unfair and depending on oneself is problematic for others packaging your code.
  So absolutely nothing changed again, except that we’re back to a boring PyPI readme so you don’t have to.

22.5.0

Changed

- Absolutely nothing – just working around the hen-egg problem to use substitutions in the PyPI readme!

22.4.0

Added

- It is now possible to run *regular expression*-based substitutions over the final readme.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile \
    pkgsrc/devel/py-hatch-fancy-pypi-readme/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-hatch-fancy-pypi-readme/distinfo

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/Makefile
diff -u pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile:1.2 pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile:1.3
--- pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile:1.2        Fri Sep  9 22:47:53 2022
+++ pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile    Fri Nov 18 18:52:07 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2022/09/09 22:47:53 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/11/18 18:52:07 adam Exp $
 
-DISTNAME=      hatch_fancy_pypi_readme-22.3.0
+DISTNAME=      hatch_fancy_pypi_readme-22.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hatch-fancy-pypi-readme/}
 
@@ -12,16 +11,17 @@ COMMENT=    Fancy PyPI READMEs with Hatch
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-hatchling>=0.21.0:../../devel/py-hatchling
-DEPENDS+=      ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli
+TEST_DEPENDS+= ${PYPKGPREFIX}-build-[0-9]*:../../devel/py-build
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} < 38
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
+.if ${_PYTHON_VERSION} < 311
+DEPENDS+=      ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli
 .endif
 
 post-install:
Index: pkgsrc/devel/py-hatch-fancy-pypi-readme/PLIST
diff -u pkgsrc/devel/py-hatch-fancy-pypi-readme/PLIST:1.2 pkgsrc/devel/py-hatch-fancy-pypi-readme/PLIST:1.3
--- pkgsrc/devel/py-hatch-fancy-pypi-readme/PLIST:1.2   Fri Sep  9 22:47:53 2022
+++ pkgsrc/devel/py-hatch-fancy-pypi-readme/PLIST       Fri Nov 18 18:52:07 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/09/09 22:47:53 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/11/18 18:52:07 adam Exp $
 bin/hatch-fancy-pypi-readme-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -21,6 +21,8 @@ ${PYSITELIB}/hatch_fancy_pypi_readme/_co
 ${PYSITELIB}/hatch_fancy_pypi_readme/_config.pyc
 ${PYSITELIB}/hatch_fancy_pypi_readme/_fragments.py
 ${PYSITELIB}/hatch_fancy_pypi_readme/_fragments.pyc
+${PYSITELIB}/hatch_fancy_pypi_readme/_substitutions.py
+${PYSITELIB}/hatch_fancy_pypi_readme/_substitutions.pyc
 ${PYSITELIB}/hatch_fancy_pypi_readme/exceptions.py
 ${PYSITELIB}/hatch_fancy_pypi_readme/exceptions.pyc
 ${PYSITELIB}/hatch_fancy_pypi_readme/hooks.py

Index: pkgsrc/devel/py-hatch-fancy-pypi-readme/distinfo
diff -u pkgsrc/devel/py-hatch-fancy-pypi-readme/distinfo:1.1 pkgsrc/devel/py-hatch-fancy-pypi-readme/distinfo:1.2
--- pkgsrc/devel/py-hatch-fancy-pypi-readme/distinfo:1.1        Mon Sep  5 14:10:41 2022
+++ pkgsrc/devel/py-hatch-fancy-pypi-readme/distinfo    Fri Nov 18 18:52:07 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/09/05 14:10:41 adam Exp $
+$NetBSD: distinfo,v 1.2 2022/11/18 18:52:07 adam Exp $
 
-BLAKE2s (hatch_fancy_pypi_readme-22.3.0.tar.gz) = b221a624f0db096806e037b9eef863df1e60184c390fbf9f230a7b7fcaeefc3f
-SHA512 (hatch_fancy_pypi_readme-22.3.0.tar.gz) = e28a680091f747662df0ef634bfd069cf8ad0501e03911cdf0252713cc68bf3b5e95a22a242b9d8c095692158d61559433be55c33262384a851430c113c42e34
-Size (hatch_fancy_pypi_readme-22.3.0.tar.gz) = 22301 bytes
+BLAKE2s (hatch_fancy_pypi_readme-22.8.0.tar.gz) = 58a148d7fb0c348191be4ce9f86a9b935bc3e46514f06f5a67935fca5841cc6f
+SHA512 (hatch_fancy_pypi_readme-22.8.0.tar.gz) = e8f28a9020fc38bb03187e85688531c0fa895fcc56f3deb241bf19a71b2e88f2a354526eabe1a8e0bf7736f97883208eec2a7eac4199e08ddc40988643491632
+Size (hatch_fancy_pypi_readme-22.8.0.tar.gz) = 26511 bytes



Home | Main Index | Thread Index | Old Index