No project description provided
Project description
poetry-external-dependencies
The package is a poetry plugin, it extend the capability of poetry when installed in your environment.
When running poetry build
this plugin will look in the project toml configuration for an external
section and adds dependencies
in the built package's metadata as a Requires-External
entry.
#####Toml example:
[external]
dependencies = ["pkg:generic/libsomething"]
The toml syntax is not final, it is currently drafted in PEP725.
Only dependencies
are supported by this plugin, host-requires
and build-requires
are ignored, optional-xxx
fields are also ignored.
Installation
Poetry doesn't currently support auto installation of plugin from a pyproject.toml, in order to use this plugin you will need to install it using pip:
$ pip install poetry-external-dependencies
This needs to be installed in the same environnement as the one in which poetry is installed
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file poetry_external_dependencies-1.1.0.tar.gz
.
File metadata
- Download URL: poetry_external_dependencies-1.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.18 Linux/6.5.0-14-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d8c8d755183b6fd1b9e27c4af9b1768172254dae5371483d0cb80ea5a829f1d |
|
MD5 | 051ccca31f76d6128897007ac55ef38e |
|
BLAKE2b-256 | 119f1da52eff3003e850870c23c567a0e49061dfdbea4130f284269e847cb4c8 |
File details
Details for the file poetry_external_dependencies-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: poetry_external_dependencies-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.18 Linux/6.5.0-14-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a06759db507d54d85d612e5f587db88393bdb910cb48dc150adcb584c55d11e |
|
MD5 | 3da4b002f2d68de85ec66e6b7b86d40d |
|
BLAKE2b-256 | 7f12e4324c699a80461898a57681811c634250c9a04d0760e0a1b2ff665d716d |