You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
29 lines
953 B
Tcl
29 lines
953 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
|
|
set _n [string index ${name} 0]
|
|
version 0.26.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
|
|
master_sites pypi:${_n}/${name}
|
|
|
|
checksums rmd160 db1bcc505329f615e3e02668c86d9f70410cc230 \
|
|
sha256 c5b6c07d918acccf1cf09abe704891d3e0729cc0ea02f3a1edf775b0fb7ec73e \
|
|
size 21319
|
|
|
|
python.default_version 38
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
livecheck.type pypi
|