You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
linkchecker: use Python 3.14
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
||||
|
||||
PortSystem 1.0
|
||||
PortGroup python 1.0
|
||||
PortGroup python 1.0
|
||||
|
||||
# For version 10.2.1 and new build system, we need to use pypi version
|
||||
name linkchecker
|
||||
python.rootname LinkChecker
|
||||
version 10.6.0
|
||||
revision 0
|
||||
revision 1
|
||||
|
||||
categories www python
|
||||
maintainers {khindenburg @kurthindenburg} openmaintainer
|
||||
@@ -33,11 +32,11 @@ checksums rmd160 9cd85ce659a5db1d8c39279556ca94c3aad7a595 \
|
||||
sha256 fb7e8facda7749c2fa5fa5dc241c0adc302da3d31d588964a2570db501aa49e5 \
|
||||
size 547746
|
||||
|
||||
python.default_version 312
|
||||
python.pep517 yes
|
||||
python.default_version 314
|
||||
python.pep517_backend hatch
|
||||
|
||||
depends_build-append port:py${python.version}-hatchling \
|
||||
port:py${python.version}-hatch-vcs
|
||||
depends_build-append \
|
||||
port:py${python.version}-hatch-vcs
|
||||
|
||||
depends_lib-append port:py${python.version}-beautifulsoup4 \
|
||||
port:py${python.version}-dnspython \
|
||||
@@ -51,9 +50,6 @@ pre-test {
|
||||
|
||||
depends_test-append port:py${python.version}-parameterized \
|
||||
port:py${python.version}-py \
|
||||
port:py${python.version}-pytest \
|
||||
port:py${python.version}-openssl
|
||||
|
||||
test.run yes
|
||||
test.target
|
||||
test.cmd pytest-${python.branch}
|
||||
test.env PYTHONPATH=${worksrcpath}/build/lib
|
||||
|
||||
Reference in New Issue
Block a user