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:           Sun Dec 31 09:06:03 UTC 2023

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

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

23.2.0

Added

- `$HFPR_VERSION` is now replaced by the package version in the PyPI readme.
   The version is not available in CLI mode, therefore it's replaced by the dummy value of `42.0`.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile
cvs rdiff -u -r1.3 -r1.4 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.6 pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile:1.7
--- pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile:1.6        Sat Oct 28 19:57:00 2023
+++ pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile    Sun Dec 31 09:06:03 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2023/10/28 19:57:00 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/12/31 09:06:03 adam Exp $
 
-DISTNAME=      hatch_fancy_pypi_readme-23.1.0
+DISTNAME=      hatch_fancy_pypi_readme-23.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hatch-fancy-pypi-readme/}
 
@@ -13,7 +12,6 @@ LICENSE=      mit
 
 DEPENDS+=      ${PYPKGPREFIX}-hatchling>=0.21.0:../../devel/py-hatchling
 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
@@ -30,8 +28,5 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} hatch-fancy-pypi-readme hatch-fancy-pypi-readme-${PYVERSSUFFIX} || ${TRUE}
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-hatch-fancy-pypi-readme/distinfo
diff -u pkgsrc/devel/py-hatch-fancy-pypi-readme/distinfo:1.3 pkgsrc/devel/py-hatch-fancy-pypi-readme/distinfo:1.4
--- pkgsrc/devel/py-hatch-fancy-pypi-readme/distinfo:1.3        Tue May 30 07:57:45 2023
+++ pkgsrc/devel/py-hatch-fancy-pypi-readme/distinfo    Sun Dec 31 09:06:03 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/05/30 07:57:45 wiz Exp $
+$NetBSD: distinfo,v 1.4 2023/12/31 09:06:03 adam Exp $
 
-BLAKE2s (hatch_fancy_pypi_readme-23.1.0.tar.gz) = 8634306ee4a086f5a742cc608129af4edd5dcef15a7b4dec264b4a437df12b58
-SHA512 (hatch_fancy_pypi_readme-23.1.0.tar.gz) = e19341d7a3c95c3636bf2d11a606536aeff60f5a784dd6b2609c78aaf0c92f2390590a63a2b59fb8080679d2788a43b419bb1b8ae3d40addafc871ade7630847
-Size (hatch_fancy_pypi_readme-23.1.0.tar.gz) = 28241 bytes
+BLAKE2s (hatch_fancy_pypi_readme-23.2.0.tar.gz) = e4dc3d144ed43fac45ea03f11eb913d583b59af3f29f45a4233e58652da0a999
+SHA512 (hatch_fancy_pypi_readme-23.2.0.tar.gz) = b494226feaa338470517dd15fe8a5a10ff3f541df743d78e434e86ad2b0e96ce758180796f22c3b29ebcea53f85cf6f1fe1e3fd028657eb2177ce05ec6917db7
+Size (hatch_fancy_pypi_readme-23.2.0.tar.gz) = 28592 bytes



Home | Main Index | Thread Index | Old Index