Files
macports-ports/python/py-gitpython/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

33 lines
1.2 KiB
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 GitPython 3.1.43
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name py-gitpython
revision 0
platforms {darwin any}
supported_archs noarch
license BSD
maintainers nomaintainer
description A python library used to interact with Git repositories.
long_description GitPython provides object model access to your git \
repository. Once you have created a repository object, you \
can traverse it to find parent commit(s), trees, blobs, etc.
checksums rmd160 fda5873927d0e1127dc0dbedaaed727a1794a243 \
sha256 e61b20a0421e25d9040f7d83f08ceb46fea658aab6960fb6906c82818657d73d \
size 529679
python.versions 38 39 310 311 312
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-gitdb
}