You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
959 B
Tcl
25 lines
959 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-boltons
|
|
version 23.0.0
|
|
platforms {darwin any}
|
|
license BSD
|
|
supported_archs noarch
|
|
|
|
maintainers {@harens harens} openmaintainer
|
|
|
|
description Constructs, recipes, and snippets which extend the Python standard library
|
|
long_description Boltons is a set of over 230 BSD-licensed, pure-Python utilities in the same \
|
|
spirit as — and yet conspicuously missing from — the standard library.
|
|
|
|
homepage https://boltons.readthedocs.org/
|
|
|
|
checksums rmd160 526fb6a2866d2b63549a502ce634926133099c6b \
|
|
sha256 8c50a71829525835ca3c849c7ed2511610c972b4dddfcd41a4a5447222beb4b0 \
|
|
size 182572
|
|
|
|
python.versions 310 311
|