You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
f31289caff
In preparation for changing the default.
36 lines
1.2 KiB
Tcl
36 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 jelmer dulwich 0.19.16 dulwich-
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name py27-dulwich
|
|
revision 2
|
|
categories-append devel
|
|
maintainers {danchr @danchr} openmaintainer
|
|
license {GPL-2+ Apache-2+}
|
|
|
|
description Pure-Python Git Library
|
|
long_description Simple Pure-Python implementation of the Git file \
|
|
formats and protocols. Dulwich is the place where \
|
|
Mr. and Mrs. Git live in one of the Monty Python sketches.
|
|
|
|
homepage https://www.dulwich.io
|
|
|
|
python.versions 27
|
|
|
|
checksums rmd160 019ffd5912a681107841109cd03b591e711c9146 \
|
|
sha256 6c64c7704a8029b2f53fff9292b4a2c7136639f94415960511156a80fbac71ca \
|
|
size 369735
|
|
|
|
extract.rename yes
|
|
|
|
build.target-append build_ext
|
|
build.args-append --inplace
|
|
|
|
livecheck.type none
|