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/a61566871a88
branches:  trunk
changeset: 388399:a61566871a88
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 18 18:52:07 2022 +0000

description:
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.

diffstat:

 devel/py-hatch-fancy-pypi-readme/Makefile |  12 ++++++------
 devel/py-hatch-fancy-pypi-readme/PLIST    |   4 +++-
 devel/py-hatch-fancy-pypi-readme/distinfo |   8 ++++----
 3 files changed, 13 insertions(+), 11 deletions(-)

diffs (66 lines):

diff -r 3f3fe095cc3d -r a61566871a88 devel/py-hatch-fancy-pypi-readme/Makefile
--- a/devel/py-hatch-fancy-pypi-readme/Makefile Fri Nov 18 18:50:29 2022 +0000
+++ b/devel/py-hatch-fancy-pypi-readme/Makefile Fri Nov 18 18:52:07 2022 +0000
@@ -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 @@
 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:
diff -r 3f3fe095cc3d -r a61566871a88 devel/py-hatch-fancy-pypi-readme/PLIST
--- a/devel/py-hatch-fancy-pypi-readme/PLIST    Fri Nov 18 18:50:29 2022 +0000
+++ b/devel/py-hatch-fancy-pypi-readme/PLIST    Fri Nov 18 18:52:07 2022 +0000
@@ -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/_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
diff -r 3f3fe095cc3d -r a61566871a88 devel/py-hatch-fancy-pypi-readme/distinfo
--- a/devel/py-hatch-fancy-pypi-readme/distinfo Fri Nov 18 18:50:29 2022 +0000
+++ b/devel/py-hatch-fancy-pypi-readme/distinfo Fri Nov 18 18:52:07 2022 +0000
@@ -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