pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-editables



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 24 19:51:30 UTC 2023

Modified Files:
        pkgsrc/devel/py-editables: Makefile PLIST distinfo

Log Message:
py-editables: update to 0.5.

Release 0.5

    Fix a bug that broke importlib.invalidate_caches

Release 0.4

    Add a new add_to_subpackage method.
    Add type annotations.
    Internal admin: Switch to nox for automation
    Internal admin: Switch to ruff for linting
    Internal admin: Switch from setuptools to flit_core


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-editables/Makefile \
    pkgsrc/devel/py-editables/PLIST pkgsrc/devel/py-editables/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-editables/Makefile
diff -u pkgsrc/devel/py-editables/Makefile:1.1 pkgsrc/devel/py-editables/Makefile:1.2
--- pkgsrc/devel/py-editables/Makefile:1.1      Fri Nov 18 18:39:29 2022
+++ pkgsrc/devel/py-editables/Makefile  Thu Aug 24 19:51:30 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/11/18 18:39:29 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/08/24 19:51:30 wiz Exp $
 
-DISTNAME=      editables-0.3
+DISTNAME=      editables-0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/editables/}
@@ -10,9 +10,16 @@ HOMEPAGE=    https://github.com/pfmoore/edi
 COMMENT=       Editable installations
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+# needs 'make install'
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-editables/PLIST
diff -u pkgsrc/devel/py-editables/PLIST:1.1 pkgsrc/devel/py-editables/PLIST:1.2
--- pkgsrc/devel/py-editables/PLIST:1.1 Fri Nov 18 18:39:29 2022
+++ pkgsrc/devel/py-editables/PLIST     Thu Aug 24 19:51:30 2023
@@ -1,11 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2022/11/18 18:39:29 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2023/08/24 19:51:30 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
 ${PYSITELIB}/editables/__init__.py
 ${PYSITELIB}/editables/__init__.pyc
-${PYSITELIB}/editables/__init__.pyo
+${PYSITELIB}/editables/py.typed
 ${PYSITELIB}/editables/redirector.py
 ${PYSITELIB}/editables/redirector.pyc
-${PYSITELIB}/editables/redirector.pyo
Index: pkgsrc/devel/py-editables/distinfo
diff -u pkgsrc/devel/py-editables/distinfo:1.1 pkgsrc/devel/py-editables/distinfo:1.2
--- pkgsrc/devel/py-editables/distinfo:1.1      Fri Nov 18 18:39:29 2022
+++ pkgsrc/devel/py-editables/distinfo  Thu Aug 24 19:51:30 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/11/18 18:39:29 adam Exp $
+$NetBSD: distinfo,v 1.2 2023/08/24 19:51:30 wiz Exp $
 
-BLAKE2s (editables-0.3.tar.gz) = 7a21cb09e89fa9f4a80a758d08971994302ad7d21588e72ff5bb3d50d5377261
-SHA512 (editables-0.3.tar.gz) = 4bdd1f43100cb1f9d46135f422ebe512d6fd61b47ab30c7a2ddb34515f3032cf1a6a28900c866b1b4b7b1bb267aadbe93efe2f41163a82666251b9e9f5cb1210
-Size (editables-0.3.tar.gz) = 4668 bytes
+BLAKE2s (editables-0.5.tar.gz) = f97e2a6f408a1557bb1af6eeaad95a78158d64a90ed7785179e633967d5ebe92
+SHA512 (editables-0.5.tar.gz) = eba54a4624d4df6b2aaf33a46da1dfd4b218da4f89c5832401b074eae089bc59e1eae9e16291374c9f0406923e4c9d02682dabbc91ad263203cb897ba7dc796f
+Size (editables-0.5.tar.gz) = 14744 bytes



Home | Main Index | Thread Index | Old Index