python3-poetry-core: update to 1.3.1.
This commit is contained in:
parent
6707297433
commit
25dfe0bbd8
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-poetry-core'
|
# Template file for 'python3-poetry-core'
|
||||||
pkgname=python3-poetry-core
|
pkgname=python3-poetry-core
|
||||||
version=1.1.0
|
version=1.3.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="poetry-core-${version}"
|
wrksrc="poetry-core-${version}"
|
||||||
build_style="python3-pep517"
|
build_style="python3-pep517"
|
||||||
|
@ -14,7 +14,7 @@ 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=44535d5c20e20189041714a45758774f713e4a53c3db071dca11a59d32aeba44
|
checksum=8da8ce8f2e861527f660d7205a77095279d462b44d1d11bcf9e8ce74d96219ee
|
||||||
make_check_pre="env PYTHONPATH=src"
|
make_check_pre="env PYTHONPATH=src"
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
|
|
Loading…
Reference in New Issue