bedtools: update to 2.31.1, use Python 3.14

This commit is contained in:
Renee Otten
2026-02-26 22:32:38 -05:00
parent e8d07444b0
commit fea1975492
+8 -10
View File
@@ -3,9 +3,9 @@
PortSystem 1.0
PortGroup github 1.0
github.setup arq5x bedtools2 2.31.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
github.setup arq5x bedtools2 2.31.1 v
github.tarball_from archive
revision 0
name bedtools
categories science
@@ -19,13 +19,13 @@ long_description The BEDTools utilities allow one to address common genomics
The utilities are largely based on four widely-used file formats: \
BED, GFF/GTF, VCF, and SAM/BAM.
checksums rmd160 f684f45155f0b046712d394845265d9a1bc1ba53 \
sha256 e8c442acedd1706d64f7cc5e00d26692fbe0821871440972f8b5fa19ca1734c2 \
size 21086571
checksums rmd160 bb1bb677b6306da1b5cfbb8ef3ad585f681143c9 \
sha256 79a1ba318d309f4e74bfa74258b73ef578dccb1045e270998d7fe9da9f43a50e \
size 21085970
compiler.cxx_standard 2011
depends_build port:py38-sphinx
depends_build port:py314-sphinx
depends_lib-append port:zlib port:xz port:bzip2
@@ -34,10 +34,8 @@ use_configure no
build.args-append CC=${configure.cc} \
CXX=${configure.cxx}
use_parallel_build yes
post-build {
system -W ${worksrcpath}/docs "${build.cmd} SPHINXBUILD=${prefix}/bin/sphinx-build-3.8 html man"
system -W ${worksrcpath}/docs "${build.cmd} SPHINXBUILD=${prefix}/bin/sphinx-build-3.14 html man"
}
destroot {