# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name github-backup set _n [string index ${name} 0] version 0.9.0 platforms darwin license MIT maintainers gmail.com:davide.liessi openmaintainer description Backup a GitHub user or organization long_description ${description} homepage http://github.com/josegonzalez/python-github-backup master_sites pypi:${_n}/${name} checksums rmd160 221e594dd54c1777f806830149c4e08a65514c2f \ sha256 375edd04b5bec475135f9e152142f98ef49457071426ab2fbdf29cb9170f0271 python.default_version 27 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }