You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
4026521893
- add Python 3.9 subport - add Python 3.9 subport for py-smmap
42 lines
1.3 KiB
Tcl
42 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 gitpython-developers gitdb 4.0.7
|
|
name py-gitdb
|
|
revision 0
|
|
|
|
platforms darwin
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description GitDB is a pure-Python git object database
|
|
long_description ${description}
|
|
|
|
python.versions 27 36 37 38 39
|
|
|
|
checksums rmd160 1db42892e5329dfd39d954b58f7b35a05239215b \
|
|
sha256 31608fd01d78ecd830ff5d93b844d036be7041be8837236b613cbe280e8f9e16 \
|
|
size 406864
|
|
|
|
if {${name} ne ${subport}} {
|
|
if {${python.version} == 27} {
|
|
github.setup gitpython-developers gitdb 2.0.6
|
|
revision 0
|
|
checksums rmd160 8991fdb0bb948686d9af3b91dbb9a9985640690f \
|
|
sha256 8358ca2481184108009118ee3437b51b934aa38544405388b6ca21dcbd3f109c \
|
|
size 407378
|
|
}
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_run-append \
|
|
port:py${python.version}-smmap
|
|
|
|
livecheck.type none
|
|
}
|