Skip to content
Permalink
Browse files

txgithub: New port, version 15.0.0

  • Loading branch information
raimue committed Mar 11, 2018
1 parent f473602 commit ddf8de4cb02cfef344ef2761353158a3e35e8801
Showing with 30 additions and 0 deletions.
  1. +30 −0 python/py-txgithub/Portfile
@@ -0,0 +1,30 @@
# -*- 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 github 1.0
PortGroup python 1.0

github.setup tomprince txgithub 15.0.0
name py-txgithub
license MIT
platforms darwin
supported_archs noarch
maintainers nomaintainer

description GitHub API client implemented using Twisted
long_description ${description}

checksums rmd160 645d05ac2166fd590f1f9ea3a667168af6b71488 \
sha256 9b49812facdaf6010ffd23d4a8ce197a815449a1a04e35a1d3e430303405c47a \
size 9874

python.versions 27 36

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

livecheck.type none
}

0 comments on commit ddf8de4

Please sign in to comment.
You can’t perform that action at this time.