Skip to content

Commit 7725af0

Browse files
committed
bowtie: use Python 3.13
1 parent b3b34e3 commit 7725af0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

science/bowtie/Portfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PortGroup github 1.0
66
github.setup BenLangmead bowtie 1.3.1 v
77
# Change github.tarball_from to 'releases' or 'archive' next update
88
github.tarball_from tarball
9-
revision 0
9+
revision 1
1010
categories science biology
1111
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
1212
license Artistic-1 LGPL-3+
@@ -31,7 +31,7 @@ patchfiles-append patch-Makefile.diff \
3131

3232
post-patch {
3333
reinplace -W ${worksrcpath} \
34-
"s|^#!/usr/bin/env python|#!${prefix}/bin/python2.7|" \
34+
"s|^#!/usr/bin/env python3|#!${prefix}/bin/python3.13|" \
3535
bowtie \
3636
bowtie-build \
3737
bowtie-inspect
@@ -57,7 +57,7 @@ depends_build-append port:seqan-1
5757

5858
depends_lib-append port:zlib
5959

60-
depends_run-append port:python27
60+
depends_run-append port:python313
6161

6262
# replicate values from Makefile prior to patching
6363
configure.optflags -O3

0 commit comments

Comments
 (0)