You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
30 lines
886 B
Tcl
30 lines
886 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
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
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 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
}
|