mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python3-poetry-core: update to 1.9.0.
Closes: #49648 [via git-merge-pr]
This commit is contained in:
parent
5a85aa5760
commit
be0bf6423a
1 changed files with 4 additions and 8 deletions
|
@ -1,24 +1,20 @@
|
||||||
# Template file for 'python3-poetry-core'
|
# Template file for 'python3-poetry-core'
|
||||||
pkgname=python3-poetry-core
|
pkgname=python3-poetry-core
|
||||||
version=1.5.0
|
version=1.9.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style="python3-pep517"
|
build_style="python3-pep517"
|
||||||
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-pytest-mock python3-tomli-w"
|
||||||
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=c186b6212224fddae1de8ad7c5e660f40f295cf42559550523f15e72c562f5a8
|
checksum=642f63ec06ba4e581b720def3a162bc23d11588fef9e9c5c57ab8a1e4f36e721
|
||||||
make_check_pre="env PYTHONPATH=src PATH=/usr/libexec/chroot-git:${PATH}"
|
make_check_pre="env PYTHONPATH=src PATH=/usr/libexec/chroot-git:${PATH}"
|
||||||
|
|
||||||
pre_check() {
|
|
||||||
rm -r tests/integration
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue