This repository was archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
for f in build/pkgs/*/SPKG.txt; do pandoc --from=mediawiki --to=rst $…
…f --output=$(dirname $f)/SPKG.rst; git rm -f $f; git add $(dirname $f)/SPKG.rst; done
- Loading branch information
Matthias Koeppe
committed
Dec 29, 2020
1 parent
9d686f2
commit b98bcbb
Showing
28 changed files
with
243 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
\_recommended | ||
============= | ||
|
||
Description | ||
----------- | ||
|
||
Script package representing a list of system packages recommended to be | ||
installed for additional functionality. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
= backcall = | ||
backcall | ||
======== | ||
|
||
== Description == | ||
Description | ||
----------- | ||
|
||
Specifications for callback functions passed in to an API |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
cffi | ||
==== | ||
|
||
Description | ||
----------- | ||
|
||
development website: https://foss.heptapod.net/pypy/cffi documentation | ||
website: https://cffi.readthedocs.io/en/latest/ PyPI page: | ||
https://pypi.org/project/cffi/ | ||
|
||
License | ||
------- | ||
|
||
``* MIT`` | ||
|
||
.. _upstream_contact: | ||
|
||
Upstream Contact | ||
---------------- | ||
|
||
``* ``\ ```https://foss.heptapod.net/pypy/cffi`` <https://foss.heptapod.net/pypy/cffi>`__ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
cunningham_tables | ||
|
||
The script read_cunningham_prime_factors.py was used to generate the | ||
data set from the file http://cage.ugent.be/~jdemeyer/cunningham/main.gz | ||
We include a local copy, main.gz (see comments in the file for details) | ||
|
||
Changelog | ||
--------- | ||
|
||
2009/10/18 - version 1.0 - Initial version | ||
|
||
- add cunningham_prime_factors |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
libnauty | ||
======== | ||
|
||
Description | ||
----------- | ||
|
||
Nauty has various tools for finding the automorphism group of a graph, | ||
generating non-isomorphic graphs with certain properties, etc. | ||
|
||
This script package represents the callable library of nauty. | ||
|
||
License | ||
------- | ||
|
||
Since version 2.6, nauty license is GPL-compatible, see | ||
|
||
http://users.cecs.anu.edu.au/~bdm/nauty/COPYRIGHT.txt | ||
|
||
(a copy of this file, called COPYRIGHT, is also present in the tarball) | ||
|
||
.. _special_packaging_instruction: | ||
|
||
Special Packaging Instruction | ||
----------------------------- | ||
|
||
Upstream distribute tarball named nauty${version}.tar.gz. We cannot deal | ||
with that so rename it nauty-${version}.tar.gz (notice the "-") without | ||
any changes. | ||
|
||
.. _upstream_contact: | ||
|
||
Upstream Contact | ||
---------------- | ||
|
||
Brendan D. McKay Computer Science Department Australian National | ||
University [email protected] | ||
|
||
Adolfo Piperno Dipartimento di Informatica Sapienza - Università di Roma | ||
[email protected] | ||
|
||
See http://cs.anu.edu.au/~bdm/nauty/ Or http://pallini.di.uniroma1.it/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
parso | ||
===== | ||
|
||
Description | ||
----------- | ||
|
||
Parso is a Python parser that supports error recovery and round-trip | ||
parsing for different Python versions (in multiple Python versions). | ||
Parso is also able to list multiple syntax errors in your python file. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
.. _d_reflexive_polytopes_database: | ||
|
||
4D Reflexive Polytopes Database | ||
=============================== | ||
|
||
Description | ||
----------- | ||
|
||
This package contains the database of 4-d reflexive polytopes with Hodge | ||
numbers as index. | ||
|
||
Based on the original list by Maximilian Kreuzer and Harald Skarke using | ||
their software PALP. | ||
|
||
License | ||
------- | ||
|
||
GPL v2+ | ||
|
||
.. _spkg_maintainers: | ||
|
||
SPKG Maintainers | ||
---------------- | ||
|
||
Volker Braun <[email protected]> | ||
|
||
Dependencies | ||
------------ | ||
|
||
None | ||
|
||
Changelog | ||
--------- | ||
|
||
.. _polytopes_db_3d_1.0_volker_braun_2013_april_17: | ||
|
||
polytopes_db_3d-1.0 (Volker Braun, 2013 April 17) | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
``* #14467: Initial version`` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
pycparser | ||
========= | ||
|
||
Description | ||
----------- | ||
|
||
development website: https://github.com/eliben/pycparser PyPI page: | ||
https://pypi.org/project/pycparser/ | ||
|
||
License | ||
------- | ||
|
||
``* BSD`` | ||
|
||
.. _upstream_contact: | ||
|
||
Upstream Contact | ||
---------------- | ||
|
||
``* ``\ ```https://github.com/eliben/pycparser`` <https://github.com/eliben/pycparser>`__ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. _sphinxcontrib_applehelp: | ||
|
||
sphinxcontrib-applehelp | ||
======================= | ||
|
||
Description | ||
----------- | ||
|
||
Sphinx extension which outputs Apple help book | ||
|
||
License | ||
------- | ||
|
||
BSD |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. _sphinxcontrib_devhelp: | ||
|
||
sphinxcontrib-devhelp | ||
===================== | ||
|
||
Description | ||
----------- | ||
|
||
Sphinx extension which outputs Devhelp documents | ||
|
||
License | ||
------- | ||
|
||
BSD |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. _sphinxcontrib_htmlhelp: | ||
|
||
sphinxcontrib-htmlhelp | ||
====================== | ||
|
||
Description | ||
----------- | ||
|
||
Sphinx extension which outputs HTML help book | ||
|
||
License | ||
------- | ||
|
||
BSD |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. _sphinxcontrib_jsmath: | ||
|
||
sphinxcontrib-jsmath | ||
==================== | ||
|
||
Description | ||
----------- | ||
|
||
Sphinx extension which renders display math in HTML via JavaScript | ||
|
||
License | ||
------- | ||
|
||
BSD |
Oops, something went wrong.