You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
27 lines
872 B
Tcl
27 lines
872 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.61.5
|
|
revision 0
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
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
|
|
|
|
distname github_backup-${version}
|
|
|
|
checksums rmd160 14c930c700598b1dc80ce8d73b0a201599b1262d \
|
|
sha256 5063bd4b557bf2948b0b7b7a3f48f4f43122752eb84b2fc44fd5776e4eac9efc \
|
|
size 80380
|
|
|
|
python.default_version 314
|