You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.3 KiB
Tcl
38 lines
1.3 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 libgit2 pygit2 1.14.1 v
|
|
github.tarball_from archive
|
|
name py-pygit2
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license {GPL-2 Permissive}
|
|
homepage https://www.pygit2.org/
|
|
maintainers {devans @dbevans} {mascguy @mascguy} openmaintainer
|
|
|
|
description Python bindings for libgit2
|
|
long_description Pygit2 is a set of Python bindings to the libgit2 shared \
|
|
library, libgit2 implements the core of Git.
|
|
|
|
checksums rmd160 7f608a1a0a15b106ec32d09f9273f9057e6549a2 \
|
|
sha256 2e60ee9ae0ccbf8f61d5ff29e59c8ac69a07b9be4ae44c5545f2cc35fe070b41 \
|
|
size 788770
|
|
|
|
python.versions 38 39 310 311 312
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append \
|
|
path:lib/pkgconfig/libgit2.pc:libgit2 \
|
|
port:py${python.version}-cffi
|
|
|
|
# https://trac.macports.org/ticket/66256
|
|
compiler.blacklist-append *gcc-4.*
|
|
}
|