DFSG NEW Queue

DFSG, Licensing & New Packages Team

scotchpy 1.0.1-1

Package Information

Descriptiona Python3 interface for the Scotch graph partitioning library

ScotchPy provides a Python3 interface for the Scotch graph partitioning library

This package installs the library for Python 3.

MaintainerDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Changed ByDrew Parsons <dparsons@debian.org>
Sponsordparsons@debian.org
Distributionunstable
Architectureany all
VCSgit: https://salsa.debian.org/science-team/scotchpy.git (browse)
Closes#1128989
Trackerhttps://tracker.debian.org/pkg/scotchpy
Uploaded4 hours ago

New Package Report

.changes
DateTue, 24 Mar 2026 18:37:26 +0100
Sourcescotchpy
Version1.0.1-1
Changed-ByDrew Parsons
Architecturesource all amd64
Distributionunstable
Changelog
scotchpy (1.0.1-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1128989)
     - initially only supports the standard scotch build
       (32-bit integers, not 64-bit integers)
   * handle upstream configuration idiosyncracies in debian/rules
     - run ./configure before dh_auto_configure to generate
       pyproject.toml, and delete it after dh_clean
     - set env variable to default (multiarch) library path to find
       libscotch.so. Upstream uses find_library(scotch) rather than
       find_package(scotch).
   * add debian patches
     - use_system_scotch.patch configures scotchpy to use
       system installation of SCOTCH if env var SCOTCHPY_SCOTCH is not
       set (i.e. enable usage without specifying SCOTCHPY_SCOTCH)
     - find_libs.patch looks for scotch libraries in standard system
       library dir unless overridden by env var SCOTCHPY_SCOTCH
     - test_without_ptscotch.patch disables test_dgraph.py
       if libptscotch-dev is not installed
   * python3-scotchpy Depends: libscotch-dev, but
     Recommends: libptscotch-dev
.dsc
Package-Listpython-scotchpy-doc deb doc optional arch=all
python3-scotchpy deb python optional arch=any
Sectiondoc
Priorityoptional
Componentmain
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://codeberg.org/fpellegr/scotchpy
Upstream-Name: scotchpy
Upstream-Contact: François PELLEGRINI <francois.pellegrini@u-bordeaux.fr>

Files:
 *
Copyright:
 2020-2025 Inria & Université de Bordeaux
 2025 Marc Fuentes, Pierre PAVIA, Aymen ALI YAHIA, Francois PELLEGRINI
License: BSD-2-clause

Files:
 debian/*
Copyright:
 2026 Drew Parsons <dparsons@debian.org>
License: BSD-2-clause

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the
    distribution. 
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
 WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

Back to Dashboard | View all reviews for this package