mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1005 B
Tcl
31 lines
1005 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 common_lisp 1.0
|
|
|
|
name cl-py-configparser
|
|
version 1.0.3
|
|
revision 0
|
|
|
|
checksums rmd160 f63ba2bdefb704d3fada712f32bc6d344a2aa7e0 \
|
|
sha256 b237be141b7dae11ef2c93b819ff88cb195d80e7b4f480b860a79dcdcac79944 \
|
|
size 8411
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
homepage https://py-configparser.common-lisp.dev
|
|
master_sites ${homepage}/releases
|
|
distname py-configparser-${version}
|
|
|
|
description Common Lisp implementation of the Python ConfigParser module
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-parse-number
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${master_sites}
|
|
livecheck.regex py-configparser-(\[\\d.\]+)${extract.suffix}
|