Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-khoca
Commits:
c0798bd2 by Antonio Rojas at 2025-12-23T18:32:21+01:00
upgpkg: 1.4-2: Python 3.14 rebuild
- - - - -
6 changed files:
- .SRCINFO
- + .nvchecker.toml
- + LICENSE
- + LICENSES/0BSD.txt
- PKGBUILD
- + REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-khoca
pkgdesc = A C++/python program for research in knot theory
pkgver = 1.4
- pkgrel = 1
+ pkgrel = 2
url = http://lewark.de/lukas/khoca.html
arch = x86_64
license = GPL-3.0-or-later
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[python-khoca]
+source = "git"
+git = "https://github.com/soehms/khoca.git"
=====================================
LICENSE
=====================================
@@ -0,0 +1,12 @@
+Copyright Arch Linux Contributors
+
+Permission to use, copy, modify, and/or distribute this software for
+any purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
+WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
+FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
+DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
+AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
=====================================
LICENSES/0BSD.txt
=====================================
@@ -0,0 +1 @@
+../LICENSE
\ No newline at end of file
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-khoca
pkgver=1.4
-pkgrel=1
+pkgrel=2
pkgdesc='A C++/python program for research in knot theory'
arch=(x86_64)
url='http://lewark.de/lukas/khoca.html'
=====================================
REUSE.toml
=====================================
@@ -0,0 +1,22 @@
+version = 1
+
+[[annotations]]
+path = [
+ "PKGBUILD",
+ "README.md",
+ "keys/**",
+ ".SRCINFO",
+ ".nvchecker.toml",
+ "*.install",
+ "*.sysusers",
+ "*.tmpfiles",
+ "*.logrotate",
+ "*.pam",
+ "*.service",
+ "*.socket",
+ "*.timer",
+ "*.desktop",
+ "*.hook",
+]
+SPDX-FileCopyrightText = "Arch Linux contributors"
+SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-khoca/-/commit/c0798bd2c049fa7aa366998cb15b9f7811feb241
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-khoca/-/commit/c0798bd2c049fa7aa366998cb15b9f7811feb241
You're receiving this email because of your account on gitlab.archlinux.org.