freebsd-ports/devel/py-scikit-build/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

7 lines
351 B
Text

scikit-build is an improved build system generator for CPython
C/C++/Fortran/Cython extensions. It provides better support for additional
compilers, build systems, cross compilation, and locating dependencies and
their associated build requirements.
The scikit-build package is fundamentally just glue between the setuptools
Python module and CMake.