Skip to content

Commit

Permalink
github-backup: update to 0.20.0; use Python 3.7
Browse files Browse the repository at this point in the history
also fix dependency and livecheck (there are no pyXX-* subports)
  • Loading branch information
dliessi authored and pmetzger committed Aug 8, 2018
1 parent 632e780 commit b7378c8
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions python/github-backup/Portfile
Expand Up @@ -5,7 +5,7 @@ PortGroup python 1.0

name github-backup
set _n [string index ${name} 0]
version 0.14.1
version 0.20.0
platforms darwin
license MIT
maintainers {gmail.com:davide.liessi @dliessi} openmaintainer
Expand All @@ -16,16 +16,13 @@ long_description ${description}
homepage https://github.com/josegonzalez/python-github-backup
master_sites pypi:${_n}/${name}

checksums rmd160 908bed9d654168c3033ff89174130a3f52838cae \
sha256 e36a6405102b1db83b4341cf2767c4f5b900200ac058f8fa47df1cb7898289b2
checksums rmd160 1089dc2d67260cb41fb4639646f141c9caca5bd9 \
sha256 d082fa39a956763a4f18aa4fd4def53a721215b3f202bd016cefa653bc6884e5 \
size 16394

python.default_version 27
python.default_version 37

if {${name} ne ${subport}} {
depends_build-append \
depends_build-append \
port:py${python.version}-setuptools

livecheck.type none
} else {
livecheck.type pypi
}
livecheck.type pypi

0 comments on commit b7378c8

Please sign in to comment.