Editable installations
https://github.com/pfmoore/editables
A Python library for creating "editable wheels"
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.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-editables && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
editables-0.4.tar.gz | 0000014440 14.1 KB | |
python-editables.changes | 0000001268 1.24 KB | |
python-editables.spec | 0000002345 2.29 KB |
Revision 3 (latest revision is 4)
Dominique Leuenberger (dimstar_suse)
accepted
request 1098095
from
Markéta Machová (mcalabkova)
(revision 3)
- Convert to multibuild to break a build cycle - update to version 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 - drop skip_python2 and require python >= 3.7 - drop setuptools and requires pip and flit-core to build the rpm - add pytest as a build requirement and run the tests
Comments 0