You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
32 lines
911 B
Tcl
32 lines
911 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-simplegeneric
|
|
version 0.8.1
|
|
revision 0
|
|
categories-append devel
|
|
platforms darwin
|
|
license ZPL
|
|
supported_archs noarch
|
|
|
|
python.versions 27 36 37 38 39
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Simple generic functions.
|
|
long_description ${description}
|
|
|
|
homepage https://cheeseshop.python.org/pypi/simplegeneric
|
|
|
|
use_zip yes
|
|
|
|
checksums rmd160 a464ef9b3dc774be8d13c0578c15c17dfd392eb0 \
|
|
sha256 dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173 \
|
|
size 12663
|
|
|
|
if {${name} ne ${subport}} {
|
|
livecheck.type none
|
|
}
|