You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
33 lines
959 B
Tcl
33 lines
959 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-setuptools-git
|
|
version 1.2
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms darwin
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Setuptools revision control system plugin for Git.
|
|
long_description ${description}
|
|
|
|
homepage https://github.com/msabramo/setuptools-git
|
|
|
|
checksums rmd160 b4be687e637c1f4f3d8f1da0b7073ffda0a5b726 \
|
|
sha256 ff64136da01aabba76ae88b050e7197918d8b2139ccbf6144e14d472b9c40445 \
|
|
size 10546
|
|
|
|
python.versions 27 35 36 37 38
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|