pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 18 18:39:29 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3831 -r1.3832 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-editables/DESCR \
    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/Makefile
diff -u pkgsrc/devel/Makefile:1.3831 pkgsrc/devel/Makefile:1.3832
--- pkgsrc/devel/Makefile:1.3831        Tue Nov 15 09:29:52 2022
+++ pkgsrc/devel/Makefile       Fri Nov 18 18:39:28 2022
@@ -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-doctor
 SUBDIR+=       py-dogpile-cache
 SUBDIR+=       py-dotenv
 SUBDIR+=       py-dulwich
+SUBDIR+=       py-editables
 SUBDIR+=       py-editorconfig-core
 SUBDIR+=       py-empty-files
 SUBDIR+=       py-entrypoints

Added files:

Index: pkgsrc/devel/py-editables/DESCR
diff -u /dev/null pkgsrc/devel/py-editables/DESCR:1.1
--- /dev/null   Fri Nov 18 18:39:29 2022
+++ pkgsrc/devel/py-editables/DESCR     Fri Nov 18 18:39:29 2022
@@ -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.
Index: pkgsrc/devel/py-editables/Makefile
diff -u /dev/null pkgsrc/devel/py-editables/Makefile:1.1
--- /dev/null   Fri Nov 18 18:39:29 2022
+++ pkgsrc/devel/py-editables/Makefile  Fri Nov 18 18:39:29 2022
@@ -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"
Index: pkgsrc/devel/py-editables/PLIST
diff -u /dev/null pkgsrc/devel/py-editables/PLIST:1.1
--- /dev/null   Fri Nov 18 18:39:29 2022
+++ pkgsrc/devel/py-editables/PLIST     Fri Nov 18 18:39:29 2022
@@ -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
Index: pkgsrc/devel/py-editables/distinfo
diff -u /dev/null pkgsrc/devel/py-editables/distinfo:1.1
--- /dev/null   Fri Nov 18 18:39:29 2022
+++ pkgsrc/devel/py-editables/distinfo  Fri Nov 18 18:39:29 2022
@@ -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