mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-poetry-core: update to 2.0.1.
This commit is contained in:
parent
1b2774bf1a
commit
cae822f0c2
1 changed files with 9 additions and 4 deletions
|
@ -1,18 +1,23 @@
|
||||||
# Template file for 'python3-poetry-core'
|
# Template file for 'python3-poetry-core'
|
||||||
pkgname=python3-poetry-core
|
pkgname=python3-poetry-core
|
||||||
version=1.9.0
|
version=2.0.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style="python3-pep517"
|
build_style="python3-pep517"
|
||||||
|
make_check_args="
|
||||||
|
--deselect tests/masonry/builders/test_sdist.py::test_sdist_mtime_zero
|
||||||
|
--deselect tests/masonry/builders/test_sdist.py::test_sdist_members_mtime_default
|
||||||
|
--deselect tests/masonry/builders/test_wheel.py::test_dist_info_date_time_default_value
|
||||||
|
"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-devel python3-setuptools python3-virtualenv python3-pyrsistent
|
checkdepends="python3-devel python3-setuptools python3-virtualenv python3-pyrsistent
|
||||||
python3-pytest-mock python3-tomli-w"
|
python3-pytest-mock python3-tomli-w python3-trove-classifiers"
|
||||||
short_desc="Poetry PEP 517 Build Backend & Core Utilities"
|
short_desc="Poetry PEP 517 Build Backend & Core Utilities"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/python-poetry/poetry-core"
|
homepage="https://github.com/python-poetry/poetry-core"
|
||||||
changelog="https://raw.githubusercontent.com/python-poetry/poetry-core/main/CHANGELOG.md"
|
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"
|
distfiles="https://github.com/python-poetry/poetry-core/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=642f63ec06ba4e581b720def3a162bc23d11588fef9e9c5c57ab8a1e4f36e721
|
checksum=1d7a1052f073896c1dad9f06bcbba711d0e6bbfe5118c5c8e39dc5ce89ae7db0
|
||||||
make_check_pre="env PYTHONPATH=src PATH=/usr/libexec/chroot-git:${PATH}"
|
make_check_pre="env PYTHONPATH=src PATH=/usr/libexec/chroot-git:${PATH}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue