./devel/py-editables, Editable installations

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5nb1, Package name: py311-editables-0.5nb1, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 14.398 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-08-24 21:51:30 by Thomas Klausner | Files touched by this commit (3) | Package updated
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
   2022-11-18 19:39:29 by Adam Ciarcinski | Files touched by this commit (4)
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.