You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
28 lines
894 B
Tcl
28 lines
894 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 python 1.0
|
|
|
|
name github-backup
|
|
version 0.36.0
|
|
platforms darwin
|
|
license MIT
|
|
maintainers {gmail.com:davide.liessi @dliessi} openmaintainer
|
|
|
|
description Backup a GitHub user or organization
|
|
long_description ${description}
|
|
|
|
homepage https://github.com/josegonzalez/python-github-backup
|
|
|
|
checksums rmd160 95331354d819a1e8a72571dd45ed35ad7c36b074 \
|
|
sha256 a8af5cd9ff0f82d873f2114313be2b7e68c86d2a3075300fa7689671d13ad98a \
|
|
size 25396
|
|
|
|
python.default_version \
|
|
38
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
livecheck.type pypi
|