Commits

Davide Liessi authored and Perry E. Metzger committed b7378c82601
github-backup: update to 0.20.0; use Python 3.7

also fix dependency and livecheck (there are no pyXX-* subports)
No tags

python/github-backup/Portfile

Modified
1 1 # -*- 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
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name github-backup
7 7 set _n [string index ${name} 0]
8 -version 0.14.1
8 +version 0.20.0
9 9 platforms darwin
10 10 license MIT
11 11 maintainers {gmail.com:davide.liessi @dliessi} openmaintainer
12 12
13 13 description Backup a GitHub user or organization
14 14 long_description ${description}
15 15
16 16 homepage https://github.com/josegonzalez/python-github-backup
17 17 master_sites pypi:${_n}/${name}
18 18
19 -checksums rmd160 908bed9d654168c3033ff89174130a3f52838cae \
20 - sha256 e36a6405102b1db83b4341cf2767c4f5b900200ac058f8fa47df1cb7898289b2
19 +checksums rmd160 1089dc2d67260cb41fb4639646f141c9caca5bd9 \
20 + sha256 d082fa39a956763a4f18aa4fd4def53a721215b3f202bd016cefa653bc6884e5 \
21 + size 16394
21 22
22 -python.default_version 27
23 +python.default_version 37
23 24
24 -if {${name} ne ${subport}} {
25 - depends_build-append \
25 +depends_build-append \
26 26 port:py${python.version}-setuptools
27 27
28 - livecheck.type none
29 -} else {
30 - livecheck.type pypi
31 -}
28 +livecheck.type pypi

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut