Path to this page:
./
devel/py-editables,
Editable installations
Branch: CURRENT,
Version: 0.5nb1,
Package name: py311-editables-0.5nb1,
Maintainer: pkgsrc-usersThis 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)
- (2023-10-28) Updated to version: py311-editables-0.5nb1
- (2023-08-24) Updated to version: py311-editables-0.5
- (2022-11-18) Package added to pkgsrc.se, version py310-editables-0.3 (created)
CVS history: (Expand)
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
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) | |
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.
|