You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
a1e5b08e23
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
28 lines
882 B
Tcl
28 lines
882 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-standard-chunk
|
|
version 3.13.0
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license PSF-2.0
|
|
maintainers nomaintainer
|
|
|
|
description Standard library chunk redistribution. \"dead battery\".
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/youknowone/python-deadlib
|
|
|
|
distname standard_chunk-${version}
|
|
|
|
checksums rmd160 13d8ae745c23e8e3f97c341f8f39439997a7ea1c \
|
|
sha256 4ac345d37d7e686d2755e01836b8d98eda0d1a3ee90375e597ae43aaf064d654 \
|
|
size 4672
|
|
|
|
python.versions 313 314
|