You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
837 B
Tcl
22 lines
837 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-backports.zstd
|
|
python.rootname backports_zstd
|
|
version 1.6.0
|
|
revision 0
|
|
|
|
license PSF
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description Backport of PEP-784 \“adding Zstandard to the standard library\”
|
|
long_description {*}${description}
|
|
homepage https://github.com/rogdham/backports.zstd?tab=readme-ov-file
|
|
|
|
checksums rmd160 c40c031a0bd64c651856d83b8a5f950a125dec12 \
|
|
sha256 80a7859ffe70bf239d7a2ce15293bdeb5b4280ff7dc326ffab312b0e254dbb24 \
|
|
size 1000009
|
|
|
|
python.versions 310 311 312 313
|