You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
415573f3b9
add py39-pygithub subport drop py27-pygithub subport (unsupported since v1.46)
32 lines
1021 B
Tcl
32 lines
1021 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 github 1.0
|
|
PortGroup python 1.0
|
|
|
|
github.setup PyGithub PyGithub 1.54 v
|
|
name py-pygithub
|
|
platforms darwin
|
|
license LGPL-3+
|
|
maintainers {raimue @raimue} \
|
|
openmaintainer
|
|
|
|
description Python module for Github API v3
|
|
long_description ${description}
|
|
|
|
checksums rmd160 2bda7c70a65e453053236f5e7fd29e8f0a036f11 \
|
|
sha256 196cab6dd6421b194245dc8943dce5be3ecc4536af1e2f0b5573939e03f65585 \
|
|
size 3117724
|
|
|
|
python.versions 35 36 37 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
} else {
|
|
livecheck.url ${github.homepage}/releases/latest
|
|
livecheck.regex {archive/v(1\.[^"]+)\.tar}
|
|
}
|