|
1 | | -# Generated from: |
2 | | -# https://github.com/zopefoundation/meta/tree/master/config/buildout-recipe |
3 | | - |
| 1 | +# Generated with zope.meta (https://zopemeta.readthedocs.io/) from: |
| 2 | +# https://github.com/zopefoundation/meta/tree/master/src/zope/meta/buildout-recipe |
4 | 3 | [build-system] |
5 | 4 | requires = [ |
6 | | - "setuptools == 75.8.2", |
| 5 | + "setuptools >= 78.1.1,< 81", |
7 | 6 | "wheel", |
8 | 7 | ] |
9 | 8 | build-backend = "setuptools.build_meta" |
10 | 9 |
|
| 10 | + |
| 11 | +[project] |
| 12 | +name = "z3c.recipe.compattest" |
| 13 | +version = "4.1.dev0" |
| 14 | +description = "Buildout recipe to create testrunners for testing compatibility with other packages" |
| 15 | +license = "ZPL-2.1" |
| 16 | +classifiers = [ |
| 17 | + "Framework :: Zope :: 3", |
| 18 | + "Intended Audience :: Developers", |
| 19 | + "Operating System :: OS Independent", |
| 20 | + "Programming Language :: Python", |
| 21 | + "Programming Language :: Python :: 3", |
| 22 | + "Programming Language :: Python :: 3.10", |
| 23 | + "Programming Language :: Python :: 3.11", |
| 24 | + "Programming Language :: Python :: 3.12", |
| 25 | + "Programming Language :: Python :: 3.13", |
| 26 | + "Programming Language :: Python :: 3.14", |
| 27 | + "Programming Language :: Python :: Implementation :: CPython", |
| 28 | + "Programming Language :: Python :: Implementation :: PyPy", |
| 29 | +] |
| 30 | +dynamic = ["readme"] |
| 31 | +requires-python = ">=3.10" |
| 32 | +authors = [ |
| 33 | + {name = "Zope Foundation and contributors",email = "zope-dev@zope.dev"}, |
| 34 | +] |
| 35 | +maintainers = [ |
| 36 | + {name = "Plone Foundation and contributors",email = "zope-dev@zope.dev"}, |
| 37 | +] |
| 38 | +dependencies = [ |
| 39 | + "zc.buildout >= 2.0.0", |
| 40 | + "zc.recipe.testrunner >= 2.0.0", |
| 41 | +] |
| 42 | +keywords = ["zope", "setuptools", "egg", "kgs"] |
| 43 | + |
| 44 | +[project.entry-points."zc.buildout"] |
| 45 | +default = "z3c.recipe.compattest.recipe:Recipe" |
| 46 | + |
| 47 | +[project.optional-dependencies] |
| 48 | +test = [ |
| 49 | + "zope.dottedname", |
| 50 | + "zope.testing", |
| 51 | + "manuel", |
| 52 | +] |
| 53 | + |
| 54 | +[project.urls] |
| 55 | +Source = "https://github.com/zopefoundation/z3c.recipe.compattest" |
| 56 | +Issues = "https://github.com/zopefoundation/z3c.recipe.compattest/issues" |
| 57 | +Changelog = "https://raw.githubusercontent.com/zopefoundation/z3c.recipe.compattest/master/CHANGES.rst" |
| 58 | + |
11 | 59 | [tool.coverage.run] |
12 | 60 | branch = true |
13 | 61 | source = ["z3c.recipe.compattest"] |
@@ -38,3 +86,7 @@ source = [ |
38 | 86 | ".tox/*/lib/python*/site-packages/", |
39 | 87 | ".tox/pypy*/site-packages/", |
40 | 88 | ] |
| 89 | + |
| 90 | +[tool.setuptools.dynamic] |
| 91 | +readme = {file = ["README.rst", "CHANGES.rst"]} |
| 92 | + |
0 commit comments