scotchpy 1.0.1-1
Package Information
| Description | a 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. |
|---|---|
| Maintainer | Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org> |
| Changed By | Drew Parsons <dparsons@debian.org> |
| Sponsor | dparsons@debian.org |
| Distribution | unstable |
| Architecture | any all |
| VCS | git: https://salsa.debian.org/science-team/scotchpy.git (browse) |
| Closes | #1128989 |
| Tracker | https://tracker.debian.org/pkg/scotchpy |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Date | Tue, 24 Mar 2026 18:37:26 +0100 |
|---|---|
| Source | scotchpy |
| Version | 1.0.1-1 |
| Changed-By | Drew Parsons |
| Architecture | source all amd64 |
| Distribution | unstable |
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-List | python-scotchpy-doc deb doc optional arch=all python3-scotchpy deb python optional arch=any |
|---|---|
| Section | doc |
| Priority | optional |
| Component | main |
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.