pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel py-editables: added version 0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8d2b518f989
branches:  trunk
changeset: 388395:b8d2b518f989
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 18 18:39:28 2022 +0000

description:
py-editables: added version 0.3

This library supports the building of wheels which, when installed, will expose
packages in a local directory on sys.path in "editable mode". In other words,
changes to the package source will be reflected in the package visible to
Python, without needing a reinstall.

diffstat:

 devel/Makefile              |   3 ++-
 devel/py-editables/DESCR    |   4 ++++
 devel/py-editables/Makefile |  18 ++++++++++++++++++
 devel/py-editables/PLIST    |  11 +++++++++++
 devel/py-editables/distinfo |   5 +++++
 5 files changed, 40 insertions(+), 1 deletions(-)

diffs (71 lines):

diff -r d7fb6a950220 -r b8d2b518f989 devel/Makefile
--- a/devel/Makefile    Fri Nov 18 13:20:51 2022 +0000
+++ b/devel/Makefile    Fri Nov 18 18:39:28 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3831 2022/11/15 09:29:52 adam Exp $
+# $NetBSD: Makefile,v 1.3832 2022/11/18 18:39:28 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2439,6 +2439,7 @@
 SUBDIR+=       py-dogpile-cache
 SUBDIR+=       py-dotenv
 SUBDIR+=       py-dulwich
+SUBDIR+=       py-editables
 SUBDIR+=       py-editorconfig-core
 SUBDIR+=       py-empty-files
 SUBDIR+=       py-entrypoints
diff -r d7fb6a950220 -r b8d2b518f989 devel/py-editables/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-editables/DESCR  Fri Nov 18 18:39:28 2022 +0000
@@ -0,0 +1,4 @@
+This library supports the building of wheels which, when installed, will expose
+packages in a local directory on sys.path in "editable mode". In other words,
+changes to the package source will be reflected in the package visible to
+Python, without needing a reinstall.
diff -r d7fb6a950220 -r b8d2b518f989 devel/py-editables/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-editables/Makefile       Fri Nov 18 18:39:28 2022 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2022/11/18 18:39:29 adam Exp $
+
+DISTNAME=      editables-0.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=e/editables/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/pfmoore/editables
+COMMENT=       Editable installations
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d7fb6a950220 -r b8d2b518f989 devel/py-editables/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-editables/PLIST  Fri Nov 18 18:39:28 2022 +0000
@@ -0,0 +1,11 @@
+@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
+${PYSITELIB}/editables/__init__.py
+${PYSITELIB}/editables/__init__.pyc
+${PYSITELIB}/editables/__init__.pyo
+${PYSITELIB}/editables/redirector.py
+${PYSITELIB}/editables/redirector.pyc
+${PYSITELIB}/editables/redirector.pyo
diff -r d7fb6a950220 -r b8d2b518f989 devel/py-editables/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-editables/distinfo       Fri Nov 18 18:39:28 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/11/18 18:39:29 adam Exp $
+
+BLAKE2s (editables-0.3.tar.gz) = 7a21cb09e89fa9f4a80a758d08971994302ad7d21588e72ff5bb3d50d5377261
+SHA512 (editables-0.3.tar.gz) = 4bdd1f43100cb1f9d46135f422ebe512d6fd61b47ab30c7a2ddb34515f3032cf1a6a28900c866b1b4b7b1bb267aadbe93efe2f41163a82666251b9e9f5cb1210
+Size (editables-0.3.tar.gz) = 4668 bytes



Home | Main Index | Thread Index | Old Index