mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python3-poetry-core: update to 1.1.0.
This commit is contained in:
parent
3103c7967e
commit
fa72d83cd6
1 changed files with 13 additions and 6 deletions
|
@ -1,18 +1,25 @@
|
|||
# Template file for 'python3-poetry-core'
|
||||
pkgname=python3-poetry-core
|
||||
version=1.0.7
|
||||
version=1.1.0
|
||||
revision=1
|
||||
wrksrc="poetry-core-${version}"
|
||||
build_style="python3-module"
|
||||
make_install_target="poetry_core-${version}-*-*-*.whl"
|
||||
hostmakedepends="python3-wheel"
|
||||
build_style="python3-pep517"
|
||||
make_check_args="--deselect tests/masonry/builders/test_sdist.py::test_default_with_excluded_data
|
||||
--deselect tests/masonry/builders/test_wheel.py::test_default_src_with_excluded_data"
|
||||
depends="python3"
|
||||
checkdepends="python3-devel python3-virtualenv python3-pyrsistent python3-pytest-mock git"
|
||||
short_desc="Poetry PEP 517 Build Backend & Core Utilities"
|
||||
maintainer="Kye Shi <shi.kye@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/python-poetry/poetry-core"
|
||||
distfiles="${PYPI_SITE}/p/poetry-core/poetry-core-${version}.tar.gz"
|
||||
checksum="98c11c755a16ef6c5673c22ca94a3802a7df4746a0853a70b6fae8b9f5cac206"
|
||||
changelog="https://raw.githubusercontent.com/python-poetry/poetry-core/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/python-poetry/poetry-core/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=44535d5c20e20189041714a45758774f713e4a53c3db071dca11a59d32aeba44
|
||||
make_check_pre="env PYTHONPATH=src"
|
||||
|
||||
pre_check() {
|
||||
rm -r tests/integration
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue