File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PortGroup github 1.0
6
6
github.setup BenLangmead bowtie 1.3.1 v
7
7
# Change github.tarball_from to 'releases' or 'archive' next update
8
8
github.tarball_from tarball
9
- revision 0
9
+ revision 1
10
10
categories science biology
11
11
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
12
12
license Artistic-1 LGPL-3+
@@ -31,7 +31,7 @@ patchfiles-append patch-Makefile.diff \
31
31
32
32
post-patch {
33
33
reinplace -W ${worksrcpath} \
34
- " s|^#!/usr/bin/env python |#!${prefix} /bin/python2.7 |" \
34
+ " s|^#!/usr/bin/env python3 |#!${prefix} /bin/python3.13 |" \
35
35
bowtie \
36
36
bowtie-build \
37
37
bowtie-inspect
@@ -57,7 +57,7 @@ depends_build-append port:seqan-1
57
57
58
58
depends_lib-append port:zlib
59
59
60
- depends_run-append port:python27
60
+ depends_run-append port:python313
61
61
62
62
# replicate values from Makefile prior to patching
63
63
configure.optflags -O3
You can’t perform that action at this time.
0 commit comments