Files
macports-ports/python/py-clint/Portfile
T
2025-06-10 14:59:56 -04:00

36 lines
1.2 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 github 1.0
PortGroup python 1.0
PortGroup deprecated 1.0
github.setup kennethreitz clint 0.5.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 1
name py-clint
categories-append devel
supported_archs noarch
platforms {darwin any}
license MIT
maintainers nomaintainer
description Clint: Python Command-line Application Tools
long_description Clint is a module filled with a set of awesome \
tools for developing commandline applications.
checksums rmd160 c6427bb99dba2c897e35806d71c302215980261a \
sha256 079039920bc0b2cc766356dfa9cb3a5a365b10c17aab693ada1f0b9041c10e28 \
size 81136
deprecated.upstream_support no
python.versions 312 313
if {${name} ne ${subport}} {
test.run yes
python.test_framework
test.cmd ${python.bin} test_clint.py
}