Skip to content

Commit

Permalink
sagemath.yaml: Add passagemath repository
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe authored Oct 22, 2024
1 parent 782a385 commit d167579
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions repos.d/sagemath.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,36 @@
- type: PACKAGE_PATCH_RAW
url: 'https://raw.githubusercontent.com/sagemath/sage/develop/build/pkgs/{srcname}/patches/{?patch}'
groups: [ all, production, sagemath ]

- name: passagemath
type: repository
desc: passagemath
family: sagemath
ruleset: sagemath
minpackages: 200
sources:
- name: sage
fetcher:
class: GitFetcher
url: 'https://github.com/passagemath/passagemath.git'
sparse_checkout: ['build/pkgs']
branch: main
parser:
class: SageMathParser
repolinks:
- desc: passagemath home
url: https://github.com/passagemath/passagemath
packagelinks:
- type: PACKAGE_HOMEPAGE
url: 'https://doc.sagemath.org/html/en/reference/spkg/{srcname}.html'
- type: PACKAGE_SOURCES
url: 'https://github.com/passagemath/passagemath/tree/develop/build/pkgs/{srcname}'
- type: PACKAGE_RECIPE
url: 'https://github.com/passagemath/passagemath/blob/develop/build/pkgs/{srcname}/spkg-install.in'
- type: PACKAGE_RECIPE_RAW
url: 'https://raw.githubusercontent.com/passagemath/passagemath/develop/build/pkgs/{srcname}/spkg-install.in'
- type: PACKAGE_PATCH
url: 'https://github.com/passagemath/passagemath/blob/develop/build/pkgs/{srcname}/patches/{?patch}'
- type: PACKAGE_PATCH_RAW
url: 'https://raw.githubusercontent.com/passagemath/passagemath/develop/build/pkgs/{srcname}/patches/{?patch}'
groups: [ all, production, sagemath ]

0 comments on commit d167579

Please sign in to comment.