You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
35 lines
1.3 KiB
Tcl
35 lines
1.3 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 python 1.0
|
|
|
|
name py-kitchen
|
|
version 1.2.6
|
|
revision 1
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license LGPL-2.1
|
|
|
|
python.versions 310
|
|
|
|
maintainers {gmail.com:srirangav @srirangav} openmaintainer
|
|
|
|
description ${name} is a python API for commonly used snippets of \
|
|
code
|
|
long_description The ${name} module provides a python API for all sorts \
|
|
of little useful snippets of code that everybody ends \
|
|
up writing for their projects but never seem big enough \
|
|
to build an independent release. Use kitchen and stop \
|
|
cutting and pasting that code over and over.
|
|
|
|
homepage https://github.com/fedora-infra/kitchen
|
|
|
|
checksums rmd160 67fd6269f9eabb6f299022770ee8d1e6395067e7 \
|
|
sha256 b84cf582f1bd1556b60ebc7370b9d331eb9247b6b070ce89dfe959cba2c0b03c \
|
|
size 255369
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-chardet
|
|
}
|