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.1 KiB
Tcl
35 lines
1.1 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-keep
|
|
version 2.10.1
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description A Meta CLI toolkit
|
|
long_description A Meta CLI toolkit: your personal shell command keeper
|
|
|
|
homepage https://github.com/orkohunter/keep
|
|
|
|
checksums rmd160 5bef8733deb9231da85b96993d381eb169533909 \
|
|
sha256 3abbe445347711cecd9cbb80dab4a0777418972fc14a14e9387d0d2ae4b6adb7 \
|
|
size 13044
|
|
|
|
python.versions 310
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append port:py${python.version}-click \
|
|
port:py${python.version}-pygithub \
|
|
port:py${python.version}-requests \
|
|
port:py${python.version}-terminaltables
|
|
}
|