You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
aae924f304
In preparation for changing the default.
31 lines
990 B
Tcl
31 lines
990 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
|
|
PortGroup github 1.0
|
|
|
|
github.setup gitpython-developers gitdb 4.0.11
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name py-gitdb
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description GitDB is a pure-Python git object database
|
|
long_description {*}${description}
|
|
|
|
python.versions 38 39 310 311 312
|
|
|
|
checksums rmd160 6782400bbbc63c991b03deb5d09db45c4eb56b94 \
|
|
sha256 8730dc6d219f8f3e43008b26472fb1e9a69336181cab89c67c4ef7cf3423253c \
|
|
size 406504
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:py${python.version}-smmap
|
|
}
|