Skip to content

Commit

Permalink
py-poetry-core: update to 1.9.1 for all pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilman committed Dec 12, 2024
1 parent b1d4ad9 commit 480765c
Showing 1 changed file with 4 additions and 11 deletions.
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

0 comments on commit 480765c

Please sign in to comment.