You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.5 KiB
Tcl
41 lines
1.5 KiB
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-pysigma
|
|
version 1.4.0
|
|
revision 0
|
|
|
|
license LGPL-2.1
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description Sigma rule processing and conversion tools
|
|
long_description {*}${description}
|
|
homepage https://github.com/SigmaHQ/pySigma
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 cafdb7039b7f9cc77b499b28454e7c46d61fcba8 \
|
|
sha256 0a9cc76f76470e8097543b653aecf91e59f7de1199c67e36fc57f2831b35eed7 \
|
|
size 138090
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
python.pep517_backend \
|
|
poetry
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-diskcache \
|
|
port:py${python.version}-diskcache-stubs \
|
|
port:py${python.version}-jinja2 \
|
|
port:py${python.version}-jq \
|
|
port:py${python.version}-packaging \
|
|
port:py${python.version}-parsing \
|
|
port:py${python.version}-requests \
|
|
port:py${python.version}-types-pyyaml \
|
|
port:py${python.version}-typing_extensions \
|
|
port:py${python.version}-yaml
|
|
}
|