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: adam
Date: Mon Apr 20 13:51:11 UTC 2026
Modified Files:
pkgsrc/devel/py-editables: Makefile distinfo
Log Message:
py-editables: updated to 0.6
0.6
Add a new "self_replace" strategy for map (and name the old strategy "import_hook"). Based on an idea by Daniel Tang in #40.
Rename the generated .pth file to _editable_impl_<project>.pth and document that it is possible to customise the file names used.
Rework the documentataion, replacing the "use cases" section with an expanded and less opinionated "scope" section.
Test suite improvements.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-editables/Makefile
cvs rdiff -u -r1.2 -r1.3 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.4 pkgsrc/devel/py-editables/Makefile:1.5
--- pkgsrc/devel/py-editables/Makefile:1.4 Sun Feb 23 18:47:37 2025
+++ pkgsrc/devel/py-editables/Makefile Mon Apr 20 13:51:11 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2025/02/23 18:47:37 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2026/04/20 13:51:11 adam Exp $
-DISTNAME= editables-0.5
+DISTNAME= editables-0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/editables/}
@@ -12,13 +11,8 @@ COMMENT= Editable installations
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
-# 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/distinfo
diff -u pkgsrc/devel/py-editables/distinfo:1.2 pkgsrc/devel/py-editables/distinfo:1.3
--- pkgsrc/devel/py-editables/distinfo:1.2 Thu Aug 24 19:51:30 2023
+++ pkgsrc/devel/py-editables/distinfo Mon Apr 20 13:51:11 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/08/24 19:51:30 wiz Exp $
+$NetBSD: distinfo,v 1.3 2026/04/20 13:51:11 adam Exp $
-BLAKE2s (editables-0.5.tar.gz) = f97e2a6f408a1557bb1af6eeaad95a78158d64a90ed7785179e633967d5ebe92
-SHA512 (editables-0.5.tar.gz) = eba54a4624d4df6b2aaf33a46da1dfd4b218da4f89c5832401b074eae089bc59e1eae9e16291374c9f0406923e4c9d02682dabbc91ad263203cb897ba7dc796f
-Size (editables-0.5.tar.gz) = 14744 bytes
+BLAKE2s (editables-0.6.tar.gz) = 7dcb5acd60a71d905759f4c627147c1327f935d8cb90acd5e078be18995ec1e7
+SHA512 (editables-0.6.tar.gz) = 9852fa7ab154b8f24572814b79ad2425edca2c5a54307e446674c33366f405c588af5a7c87344513912e7c707c5ecafc415f3b70c3b61eca39ba8fa53524d742
+Size (editables-0.6.tar.gz) = 16763 bytes
Home |
Main Index |
Thread Index |
Old Index