[info=74a7ac7c013254045570c8f17434d7228a4f9e735ee484d816236199d8c0b703]

OBS-URL: https://build.opensuse.org/package/show/science/gap-cap?expand=0&rev=10
This commit is contained in:
Jan Engelhardt 2024-09-11 15:28:42 +00:00 committed by Git OBS Bridge
commit 60de66b08f
7 changed files with 117 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
CAP-2024.03-02.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51db65e94e2d68a12ad24604549e1d9f69caca70b0183723ec96f88e8915afe2
size 1512763

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1711397359
commit: 74a7ac7c013254045570c8f17434d7228a4f9e735ee484d816236199d8c0b703
url: https://src.opensuse.org/jengelh/gap-cap
revision: master

3
build.specials.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c5672ae5d16053b0b5b0d752d1d2217a3a123eb40fe240bd806cf79081c0b15
size 256

29
gap-cap.changes Normal file
View File

@ -0,0 +1,29 @@
-------------------------------------------------------------------
Sat Mar 23 21:24:48 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2024.03.02
* No changelog was provided
-------------------------------------------------------------------
Sat Feb 11 11:21:27 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2023.02.06
* No changelog was provided
-------------------------------------------------------------------
Sat Nov 19 04:41:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2022.10.06
* Derive ZeroMorphism as the empty sum of morphisms
* Make FreydCategoriesForCAP independent of LinearAlgebraForCAP
-------------------------------------------------------------------
Wed Nov 14 20:22:48 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2018.08.31
* No changelog was provided
-------------------------------------------------------------------
Fri Dec 22 20:18:50 UTC 2017 - jengelh@inai.de
- Initial package (version 2017.09.25) for build.opensuse.org

54
gap-cap.spec Normal file
View File

@ -0,0 +1,54 @@
#
# spec file for package gap-cap
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gap-cap
Version: 2024.03.02
%define sillyver 2024.03-02
Release: 0
Summary: GAP: Categories, Algorithms and Programming
License: GPL-2.0-only
Group: Productivity/Scientific/Math
URL: https://homalg-project.github.io/pkg/CAP
#Git-Clone: https://github.com/homalg-project/CAP_project
Source: https://github.com/homalg-project/CAP_project/releases/download/CAP-%sillyver/CAP-%sillyver.tar.gz
BuildRequires: gap-devel
BuildRequires: gap-rpm-devel
BuildArch: noarch
Requires: gap-core >= 4.12.1
Requires: gap-io
Requires: gap-toolsforhomalg >= 2023.11.01
Suggests: gap-browse
Suggests: gap-compilerforcap >= 2021.12.05
%description
CAP is a package for category theory. It facilitates the
implementation of specific instances of categories and provides a
language for writing generic categorical algorithms.
%prep
%autosetup -n CAP-%sillyver
%build
rm -v doc/clean
%install
%gappkg_simple_install
%files -f %name.files
%changelog