You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
9a1cc7c11d
Closes: https://trac.macports.org/ticket/74122 See: https://www.kitware.com/import-cmake-the-experiment-is-over/
50 lines
1.7 KiB
Tcl
50 lines
1.7 KiB
Tcl
# -*- 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
|
|
|
|
name py-pikepdf
|
|
version 10.9.1
|
|
revision 0
|
|
|
|
categories-append graphics
|
|
license MPL-2
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description pikepdf is based on QPDF, a powerful PDF manipulation and repair \
|
|
library.
|
|
long_description {*}${description}
|
|
homepage https://github.com/pikepdf/pikepdf
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
checksums rmd160 36d3bce12fb80ae3e3fc4747a19d1e3c75b0caac \
|
|
sha256 410fcf32bc9c8a0a96d94bbd6268ba7585333b1423b93a5fa2ef3c05f4eba3da \
|
|
size 23854194
|
|
|
|
python.pep517_backend \
|
|
scikit
|
|
|
|
if {${name} ne ${subport}} {
|
|
# Explicitly call for py-trove-classifiers
|
|
# See: https://trac.macports.org/ticket/73559
|
|
depends_build-append \
|
|
port:py${python.version}-nanobind \
|
|
port:py${python.version}-trove-classifiers
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-deprecated \
|
|
port:py${python.version}-lxml \
|
|
port:py${python.version}-packaging \
|
|
port:py${python.version}-Pillow \
|
|
port:qpdf
|
|
|
|
compiler.cxx_standard \
|
|
2020
|
|
# fatal error: 'ranges' file not found
|
|
compiler.blacklist-append {clang < 900}
|
|
|
|
# workaround for CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS-NOTFOUND
|
|
# See: https://www.kitware.com/import-cmake-the-experiment-is-over/
|
|
patchfiles patch-CMakeLists.txt.diff
|
|
}
|