py-editorconfig: update to 0.17.1

This commit is contained in:
Renee Otten
2025-06-09 11:24:29 -04:00
parent e2781d016d
commit a4a964e7fb
2 changed files with 17 additions and 6 deletions
+8 -6
View File
@@ -5,23 +5,25 @@ PortGroup python 1.0
name py-editorconfig
python.rootname EditorConfig
version 0.17.0
version 0.17.1
revision 0
platforms {darwin any}
supported_archs noarch
license BSD
license PSF-2.0
maintainers {reneeotten @reneeotten} openmaintainer
description EditorConfig File Locator and Interpreter for Python
long_description {*}${description}
homepage https://editorconfig.org/
homepage https://github.com/editorconfig/editorconfig-core-py
distname editorconfig-${version}
checksums rmd160 95e22cd6551c63af7c87416e3a366845e1b90d11 \
sha256 8739052279699840065d3a9f5c125d7d5a98daeefe53b0e5274261d77cb49aa2 \
size 13369
checksums rmd160 057bee3fade6ec48ee8fe9e145db3001c3ae7dba \
sha256 23c08b00e8e08cc3adcddb825251c497478df1dada6aefeb01e626ad37303745 \
size 14695
python.versions 39 310 311 312 313
patchfiles-append patch-pyproject.toml.diff
@@ -0,0 +1,9 @@
--- pyproject.toml.orig 2025-06-09 11:30:57
+++ pyproject.toml 2025-06-09 11:31:05
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=80.9.0"]
+requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]