scikit-build 0.16.4-1 source package in Ubuntu

Changelog

scikit-build (0.16.4-1) unstable; urgency=medium

  * New upstream version.
  * d/copyright: Update the Upstream-Contact. Upstream does not use the
    mailing list, now Github Discussions is used.
    - Remove Licenses entries for BSD-3-clause and CC0-1.0. They are not
    present in upstream source.
    - Use expat license name instead of MIT.
    - Update Copyright Year for debian/* files.
  * d/control: Bump Standards-Version to 4.6.2 (from 4.6.1; no further changes
    needed).
  * d/control: Update upstream Homepage link.
  * d/rules: Activate unit tests execution. Remove PYBUILD_DISABLE=test variable.
  * d/control: Move cmake from binary dependency to build dependency. It is
    used in tests.
  * d/control: Add python3-build, python3-pip, python3-pytest-mock, git,
    python3-all-dev as build depends. They are used in tests.
  * d/rules: override dh_auto_test to execute unit tests.
    - Ignore tests that need more work to run successful.
  * d/control: Add <!nocheck> profile to packages used in tests.
  * d/control: Remove python3-pytest-cov and python3-mock from build depends.
    They are not used.
  * wrap-and-sort.
  * d/tests: Add autopkgtest.
  * d/control: Add Rules-Requires-Root: no in source stanza.
  * d/tests/control: Add build-essential as a Depends of autopkgtests.

 -- Emmanuel Arias <email address hidden>  Sun, 29 Jan 2023 16:35:12 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe python
Mantic release universe python
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
scikit-build_0.16.4-1.dsc 2.1 KiB 68452c3162976b32ee71b028940ec44912ea8ea607fc499862936e6eb27f982e
scikit-build_0.16.4.orig.tar.gz 253.3 KiB be5faf69e11af8fac4d20ece9e64b7cd41fc0e02f6d85fd75772fbe57443a9aa
scikit-build_0.16.4-1.debian.tar.xz 5.0 KiB 8161275b8e4ec9d726a936f02999bedb68fdcea2f1c9e544d2167136ff56df96

Available diffs

No changes file available.

Binary packages built by this source

python-skbuild-doc: skbuild (documentation)

 Better support is available for additional compilers, build systems, cross
 compilation, and locating dependencies and determining their build
 requirements.
 .
 This package contains documentation.

python3-skbuild: improved build system generator for Python C/C++/Fortran/Cython extensions

 Better support is available for additional compilers, build systems, cross
 compilation, and locating dependencies and determining their build
 requirements.
 .
 The scikit-build package is fundamentally just glue between the setuptools
 Python module and CMake.
 .
 This is Python 3 module.