diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-12-09 14:40:59 +0800 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-12-09 19:21:36 +0800 |
| commit | 7de51112c03d11de208786d70bc70c53d0611396 (patch) | |
| tree | 2466fd3a5ba5e2b955e57757e672cf507b3e30c2 /net/py-aiocoap/files/patch-pyproject.toml | |
| parent | math/py-statsmodels: Update to 0.14.6 (diff) | |
net/py-aiocoap: Update to 0.4.17
- Update CATEGORIES
- Update LICENSE
- Add LICENSE_FILE
- Convert to USE_PYTHON=pep517
- Add NO_ARCH
- Update pkg-descr
- Take maintainership
Changes: https://codeberg.org/aiocoap/aiocoap/src/branch/main/NEWS.rst
Diffstat (limited to 'net/py-aiocoap/files/patch-pyproject.toml')
| -rw-r--r-- | net/py-aiocoap/files/patch-pyproject.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/py-aiocoap/files/patch-pyproject.toml b/net/py-aiocoap/files/patch-pyproject.toml new file mode 100644 index 000000000000..b57c57f0df6f --- /dev/null +++ b/net/py-aiocoap/files/patch-pyproject.toml @@ -0,0 +1,23 @@ +--- pyproject.toml.orig 2025-11-05 01:21:23 UTC ++++ pyproject.toml +@@ -2,7 +2,7 @@ + # SPDX-License-Identifier: MIT + + [build-system] +-requires = [ "setuptools >= 77.0" ] ++requires = [ "setuptools >= 61.0" ] + build-backend = "setuptools.build_meta" + + [project] +@@ -13,10 +13,7 @@ authors = [ + { name = "Christian Amsüss", email = "chrysn@fsfe.org" }, + { name = "the aiocoap contributors" }, + ] +-license = "MIT AND BSD-3-Clause" +-license-files = [ +- "LICENSES/*", +-] ++license = { text = "MIT AND BSD-3-Clause" } + keywords = [ "coap", "asyncio", "iot" ] + classifiers= [ + "Development Status :: 5 - Production/Stable", |
