pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hatch-jupyter-builder



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Apr  3 08:56:37 UTC 2024

Modified Files:
        pkgsrc/devel/py-hatch-jupyter-builder: Makefile PLIST distinfo

Log Message:
py-hatch-jupyter-builder: updated to 0.9.1

0.9.1

Maintenance and upkeep improvements

- Use tomllib from the Python 3.11+ standard library

0.9.0

Bugs fixed

- Update index.rst
- Migration script fixes

Maintenance and upkeep improvements

- Update Release Scripts
- chore: update pre-commit hooks
- chore: update pre-commit hooks
- Update ruff and typings
- chore: update pre-commit hooks
- Consolidate lint
- Use ruff format
- Update typings for mypy 1.6
- chore: update pre-commit hooks
- Bump actions/checkout from 2 to 4
- Adopt sp-repo-review
- Fix migration test

Documentation improvements

- Fix typo in docs


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-hatch-jupyter-builder/Makefile \
    pkgsrc/devel/py-hatch-jupyter-builder/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-hatch-jupyter-builder/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-jupyter-builder/Makefile
diff -u pkgsrc/devel/py-hatch-jupyter-builder/Makefile:1.2 pkgsrc/devel/py-hatch-jupyter-builder/Makefile:1.3
--- pkgsrc/devel/py-hatch-jupyter-builder/Makefile:1.2  Sat Oct 28 19:57:01 2023
+++ pkgsrc/devel/py-hatch-jupyter-builder/Makefile      Wed Apr  3 08:56:37 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2023/10/28 19:57:01 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/04/03 08:56:37 adam Exp $
 
-DISTNAME=      hatch_jupyter_builder-0.8.3
+DISTNAME=      hatch_jupyter_builder-0.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hatch-jupyter-builder/}
 
@@ -11,8 +10,7 @@ HOMEPAGE=     https://github.com/jupyterlab/
 COMMENT=       Hatch plugin to help build Jupyter packages
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-hatchling>=1.17:../../devel/py-hatchling
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
 
@@ -24,8 +22,5 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} hatch-jupyter-builder hatch-jupyter-builder-${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-jupyter-builder/PLIST
diff -u pkgsrc/devel/py-hatch-jupyter-builder/PLIST:1.2 pkgsrc/devel/py-hatch-jupyter-builder/PLIST:1.3
--- pkgsrc/devel/py-hatch-jupyter-builder/PLIST:1.2     Sat Oct 28 19:57:01 2023
+++ pkgsrc/devel/py-hatch-jupyter-builder/PLIST Wed Apr  3 08:56:37 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/28 19:57:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/04/03 08:56:37 adam Exp $
 bin/hatch-jupyter-builder-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -44,6 +44,7 @@ ${PYSITELIB}/hatch_jupyter_builder/migra
 ${PYSITELIB}/hatch_jupyter_builder/plugin.py
 ${PYSITELIB}/hatch_jupyter_builder/plugin.pyc
 ${PYSITELIB}/hatch_jupyter_builder/plugin.pyo
+${PYSITELIB}/hatch_jupyter_builder/py.typed
 ${PYSITELIB}/hatch_jupyter_builder/utils.py
 ${PYSITELIB}/hatch_jupyter_builder/utils.pyc
 ${PYSITELIB}/hatch_jupyter_builder/utils.pyo

Index: pkgsrc/devel/py-hatch-jupyter-builder/distinfo
diff -u pkgsrc/devel/py-hatch-jupyter-builder/distinfo:1.1 pkgsrc/devel/py-hatch-jupyter-builder/distinfo:1.2
--- pkgsrc/devel/py-hatch-jupyter-builder/distinfo:1.1  Fri May  5 10:37:12 2023
+++ pkgsrc/devel/py-hatch-jupyter-builder/distinfo      Wed Apr  3 08:56:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/05/05 10:37:12 adam Exp $
+$NetBSD: distinfo,v 1.2 2024/04/03 08:56:37 adam Exp $
 
-BLAKE2s (hatch_jupyter_builder-0.8.3.tar.gz) = add45671366b77559dbe68931da0bda91cdefd8323aa88581969603e229e7cb1
-SHA512 (hatch_jupyter_builder-0.8.3.tar.gz) = c4dc0605338bafeeba21cc7260005815654d3e4646296d91af6fb3199be8645a06b2226608e6b0558ee01c7eed682162eefcf686a7e20636031b95c3a11ae265
-Size (hatch_jupyter_builder-0.8.3.tar.gz) = 54754 bytes
+BLAKE2s (hatch_jupyter_builder-0.9.1.tar.gz) = 3ba72598a7c141786589640c29b8af34dcc26af6da859420f97786e22d9c6b33
+SHA512 (hatch_jupyter_builder-0.9.1.tar.gz) = 705b4e9c1d73f81f7a6962070d9893c32ce61ee49d658ac053f508125b21e425a21732cd9ea8d1e9e1f8c62c2a14c0e7507418c8f2a4f77a5951ee03bbed171d
+Size (hatch_jupyter_builder-0.9.1.tar.gz) = 55953 bytes



Home | Main Index | Thread Index | Old Index