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

asciidoc: Use python 3.13 #27862

Merged
merged 1 commit into from
Mar 10, 2025
Merged
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
11 changes: 5 additions & 6 deletions textproc/asciidoc/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ PortGroup github 1.0
PortGroup python 1.0

github.setup asciidoc-py asciidoc-py 10.2.1
revision 0
github.tarball_from tarball
# Please use the line below instead next time the port is updated.
#github.tarball_from releases
revision 1
github.tarball_from releases
checksums rmd160 f7a190ae21ba4664cae18915038e0cdd9eccd15f \
sha256 c3d9df7d0150bd8431c44bcc85fb29bc953a76b86ad3b8ccb34272208bf7ab4c \
size 1200113
Expand All @@ -34,6 +32,7 @@ installs_libs no

homepage https://asciidoc-py.github.io/

worksrcdir ${github.author}-${github.project}-21e33ef
# Need autoconf to generate and install docs; python 1.0 PG disables configure, we can just re-enable it
use_autoreconf yes
use_configure yes
Expand All @@ -45,9 +44,9 @@ use_configure yes
# whether it is in autoconf or asciidoc.
configure.args --docdir=${prefix}/share/doc/${name}

python.versions 312
python.versions 313
python.default_version \
312
313
depends_build-append \
port:py${python.version}-setuptools
depends_lib port:python${python.version} \
Expand Down