Skip to content

Commit 08f8a59

Browse files
author
Matthias Koeppe
committed
Include m4/setup_cfg_metadata.m4 in setup.cfg files to reduce boilerplate
1 parent af9592a commit 08f8a59

File tree

6 files changed

+6
-114
lines changed

6 files changed

+6
-114
lines changed

pkgs/sagemath-bliss/setup.cfg.m4

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,7 @@ version = file: VERSION.txt
55
description = Sage: Open Source Mathematics Software: Graph (iso/auto)morphisms with bliss
66
long_description = file: README.rst
77
long_description_content_type = text/x-rst
8-
license = GNU General Public License (GPL) v2 or later
9-
author = The Sage Developers
10-
author_email = [email protected]
11-
url = https://www.sagemath.org
12-
13-
classifiers =
14-
Development Status :: 6 - Mature
15-
Intended Audience :: Education
16-
Intended Audience :: Science/Research
17-
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
18-
Operating System :: POSIX
19-
Operating System :: MacOS :: MacOS X
20-
Programming Language :: Python :: 3 :: Only
21-
Programming Language :: Python :: 3.8
22-
Programming Language :: Python :: 3.9
23-
Programming Language :: Python :: 3.10
24-
Programming Language :: Python :: 3.11
25-
Programming Language :: Python :: Implementation :: CPython
26-
Topic :: Scientific/Engineering :: Mathematics
8+
include(`setup_cfg_metadata.m4')dnl'
279

2810
[options]
2911
python_requires = >=3.8, <3.12

pkgs/sagemath-coxeter3/setup.cfg.m4

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,7 @@ version = file: VERSION.txt
55
description = Sage: Open Source Mathematics Software: Coxeter groups, Bruhat ordering, Kazhdan-Lusztig polynomials with coxeter3
66
long_description = file: README.rst
77
long_description_content_type = text/x-rst
8-
license = GNU General Public License (GPL) v2 or later
9-
author = The Sage Developers
10-
author_email = [email protected]
11-
url = https://www.sagemath.org
12-
13-
classifiers =
14-
Development Status :: 6 - Mature
15-
Intended Audience :: Education
16-
Intended Audience :: Science/Research
17-
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
18-
Operating System :: POSIX
19-
Operating System :: MacOS :: MacOS X
20-
Programming Language :: Python :: 3 :: Only
21-
Programming Language :: Python :: 3.8
22-
Programming Language :: Python :: 3.9
23-
Programming Language :: Python :: 3.10
24-
Programming Language :: Python :: 3.11
25-
Programming Language :: Python :: Implementation :: CPython
26-
Topic :: Scientific/Engineering :: Mathematics
8+
include(`setup_cfg_metadata.m4')dnl'
279

2810
[options]
2911
python_requires = >=3.8, <3.12

pkgs/sagemath-mcqd/setup.cfg.m4

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,7 @@ version = file: VERSION.txt
55
description = Sage: Open Source Mathematics Software: Finding maximum cliques with mcqd
66
long_description = file: README.rst
77
long_description_content_type = text/x-rst
8-
license = GNU General Public License (GPL) v2 or later
9-
author = The Sage Developers
10-
author_email = [email protected]
11-
url = https://www.sagemath.org
12-
13-
classifiers =
14-
Development Status :: 6 - Mature
15-
Intended Audience :: Education
16-
Intended Audience :: Science/Research
17-
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
18-
Operating System :: POSIX
19-
Operating System :: MacOS :: MacOS X
20-
Programming Language :: Python :: 3 :: Only
21-
Programming Language :: Python :: 3.8
22-
Programming Language :: Python :: 3.9
23-
Programming Language :: Python :: 3.10
24-
Programming Language :: Python :: 3.11
25-
Programming Language :: Python :: Implementation :: CPython
26-
Topic :: Scientific/Engineering :: Mathematics
8+
include(`setup_cfg_metadata.m4')dnl'
279

2810
[options]
2911
python_requires = >=3.8, <3.12

pkgs/sagemath-meataxe/setup.cfg.m4

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,7 @@ version = file: VERSION.txt
55
description = Sage: Open Source Mathematics Software: Matrices over small finite fields with meataxe
66
long_description = file: README.rst
77
long_description_content_type = text/x-rst
8-
license = GNU General Public License (GPL) v2 or later
9-
author = The Sage Developers
10-
author_email = [email protected]
11-
url = https://www.sagemath.org
12-
13-
classifiers =
14-
Development Status :: 6 - Mature
15-
Intended Audience :: Education
16-
Intended Audience :: Science/Research
17-
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
18-
Operating System :: POSIX
19-
Operating System :: MacOS :: MacOS X
20-
Programming Language :: Python :: 3 :: Only
21-
Programming Language :: Python :: 3.8
22-
Programming Language :: Python :: 3.9
23-
Programming Language :: Python :: 3.10
24-
Programming Language :: Python :: 3.11
25-
Programming Language :: Python :: Implementation :: CPython
26-
Topic :: Scientific/Engineering :: Mathematics
8+
include(`setup_cfg_metadata.m4')dnl'
279

2810
[options]
2911
python_requires = >=3.8, <3.12

pkgs/sagemath-sirocco/setup.cfg.m4

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,7 @@ version = file: VERSION.txt
55
description = Sage: Open Source Mathematics Software: Certified root continuation with sirocco
66
long_description = file: README.rst
77
long_description_content_type = text/x-rst
8-
license = GNU General Public License (GPL) v2 or later
9-
author = The Sage Developers
10-
author_email = [email protected]
11-
url = https://www.sagemath.org
12-
13-
classifiers =
14-
Development Status :: 6 - Mature
15-
Intended Audience :: Education
16-
Intended Audience :: Science/Research
17-
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
18-
Operating System :: POSIX
19-
Operating System :: MacOS :: MacOS X
20-
Programming Language :: Python :: 3 :: Only
21-
Programming Language :: Python :: 3.8
22-
Programming Language :: Python :: 3.9
23-
Programming Language :: Python :: 3.10
24-
Programming Language :: Python :: 3.11
25-
Programming Language :: Python :: Implementation :: CPython
26-
Topic :: Scientific/Engineering :: Mathematics
8+
include(`setup_cfg_metadata.m4')dnl'
279

2810
[options]
2911
python_requires = >=3.8, <3.12

pkgs/sagemath-tdlib/setup.cfg.m4

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,7 @@ version = file: VERSION.txt
55
description = Sage: Open Source Mathematics Software: Tree decompositions with tdlib
66
long_description = file: README.rst
77
long_description_content_type = text/x-rst
8-
license = GNU General Public License (GPL) v2 or later
9-
author = The Sage Developers
10-
author_email = [email protected]
11-
url = https://www.sagemath.org
12-
13-
classifiers =
14-
Development Status :: 6 - Mature
15-
Intended Audience :: Education
16-
Intended Audience :: Science/Research
17-
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
18-
Operating System :: POSIX
19-
Operating System :: MacOS :: MacOS X
20-
Programming Language :: Python :: 3 :: Only
21-
Programming Language :: Python :: 3.8
22-
Programming Language :: Python :: 3.9
23-
Programming Language :: Python :: 3.10
24-
Programming Language :: Python :: 3.11
25-
Programming Language :: Python :: Implementation :: CPython
26-
Topic :: Scientific/Engineering :: Mathematics
8+
include(`setup_cfg_metadata.m4')dnl'
279

2810
[options]
2911
python_requires = >=3.8, <3.12

0 commit comments

Comments
 (0)