Files
macports-ports/python/py-gitdb/Portfile
T
Joshua Root aae924f304 python/py-[a-i]*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-27 02:48:23 +11:00

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
}