Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poetry: update to 1.8.5 #26982

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions python/poetry/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name poetry
version 1.8.4
version 1.8.5
revision 0
categories-append devel
platforms {darwin any}
Expand All @@ -23,20 +23,21 @@ long_description Poetry: Dependency Management for Python. \

homepage https://python-poetry.org/

checksums rmd160 6d613084f993d446ad044cdf727565c83883d087 \
sha256 5490f8da66d17eecd660e091281f8aaa5554381644540291817c249872c99202 \
size 1519163
checksums rmd160 f4a25e3e7e56aa6384675cf8d23bce06387996fb \
sha256 eb2c88d224f58f36df8f7b36d6c380c07d1001bca28bde620f68fc086e881b70 \
size 1519790

variant python39 conflicts python310 python311 python312 description {Use Python 3.9} {}
variant python310 conflicts python39 python311 python312 description {Use Python 3.10} {}
variant python311 conflicts python39 python310 python312 description {Use Python 3.11} {}
variant python312 conflicts python39 python310 python311 description {Use Python 3.12} {}
variant python313 conflicts python39 python310 python311 description {Use Python 3.12} {}

if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
default_variants +python312
if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312] } {
default_variants +python313
}

foreach pv {312 311 310 39} {
foreach pv {313 312 311 310 39} {
if {[variant_isset python${pv}]} {
python.default_version ${pv}
break
Expand Down
2 changes: 1 addition & 1 deletion python/py-cachecontrol/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ platforms {darwin any}
license Apache-2
supported_archs noarch

python.versions 39 310 311 312
python.versions 39 310 311 312 313

python.pep517_backend \
flit
Expand Down
2 changes: 1 addition & 1 deletion python/py-cleo/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ platforms {darwin any}
license MIT
supported_archs noarch

python.versions 39 310 311 312
python.versions 39 310 311 312 313

maintainers {gmail.com:davidgilman1 @dgilman} openmaintainer

Expand Down
2 changes: 1 addition & 1 deletion python/py-keyring/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ checksums rmd160 387d9ffb40a099f08c1d1d1ee2b3eb79039b7afd \
sha256 4c753b3ec91717fe713c4edd522d625889d8973a349b0e582622f49766de58e6 \
size 62675

python.versions 39 310 311 312
python.versions 39 310 311 312 313

if {${name} ne ${subport}} {
depends_build-append \
Expand Down
15 changes: 4 additions & 11 deletions python/py-poetry-core/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ PortGroup select 1.0
# compatible with this port. py-poetry-core is closely coupled to poetry,
# both in terms of APIs but also the version pinning.
name py-poetry-core
version 1.9.0
version 1.9.1
revision 0

distname poetry_core-${version}

checksums rmd160 c42f182a805e3874558f927fcd0114dd0b1a99f0 \
sha256 fa7a4001eae8aa572ee84f35feb510b321bd652e5cf9293249d62853e1f935a2 \
size 337190
checksums rmd160 259c8e1cca4b6282c3612dfe3add2c304fbfe0e0 \
sha256 7a2d49214bf58b4f17f99d6891d947a9836c9899a67a5069f52d7b67217f61b8 \
size 337193

categories-append devel
supported_archs noarch
Expand Down Expand Up @@ -43,13 +43,6 @@ if {${name} ne ${subport}} {
sha256 0f9b0de39665f36d6594657e7d57b6f463cc10f30c28e6d1c3b9ff54c26c9ac3 \
size 443618
depends_lib-append port:py${python.version}-importlib-metadata
} elseif {${python.version} == 313} {
version 1.9.1
revision 0
distname poetry_core-${version}
checksums rmd160 259c8e1cca4b6282c3612dfe3add2c304fbfe0e0 \
sha256 7a2d49214bf58b4f17f99d6891d947a9836c9899a67a5069f52d7b67217f61b8 \
size 337193
}
post-destroot {
set docdir ${prefix}/share/doc/${subport}
Expand Down
2 changes: 1 addition & 1 deletion python/py-poetry-plugin-export/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ checksums rmd160 f3c580be59521d4366953be07134b8dbcf916678 \
sha256 1fa6168a85d59395d835ca564bc19862a7c76061e60c3e7dfaec70d50937fc61 \
size 29840

python.versions 39 310 311 312
python.versions 39 310 311 312 313

if {${name} ne ${subport}} {
python.pep517_backend poetry
Expand Down