You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
30 lines
1.0 KiB
Tcl
30 lines
1.0 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-jsonlines
|
|
version 4.0.0
|
|
revision 0
|
|
|
|
license BSD
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description jsonlines is a Python library to simplify working with jsonlines and ndjson data.
|
|
long_description {*}${description}
|
|
homepage https://github.com/wbolster/jsonlines
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 156ff2f32c5ba1e0d9700828de4af895b5ba995c \
|
|
sha256 0c6d2c09117550c089995247f605ae4cf77dd1533041d366351f6f298822ea74 \
|
|
size 11359
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-attrs \
|
|
port:py${python.version}-typing_extensions
|
|
}
|