You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
976 B
Tcl
30 lines
976 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-editorconfig
|
|
python.rootname EditorConfig
|
|
version 0.17.1
|
|
revision 0
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license PSF-2.0
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description EditorConfig File Locator and Interpreter for Python
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/editorconfig/editorconfig-core-py
|
|
|
|
distname editorconfig-${version}
|
|
|
|
checksums rmd160 057bee3fade6ec48ee8fe9e145db3001c3ae7dba \
|
|
sha256 23c08b00e8e08cc3adcddb825251c497478df1dada6aefeb01e626ad37303745 \
|
|
size 14695
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
patchfiles-append patch-pyproject.toml.diff
|