Ticket #54245: Portfile_py-twine

File Portfile_py-twine, 1020 bytes (added by jjstickel (Jonathan Stickel), 7 years ago)
Line 
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# $Id: Portfile  $
3
4PortSystem              1.0
5PortGroup               python 1.0
6PortGroup               github 1.0
7
8github.setup            pypa twine 1.9.1
9
10name                    py-twine
11license                 apache
12maintainers             {@jjstickel gmail.com:jjstickel} openmaintainer
13description             Twine is a utility for interacting with PyPI.
14long_description        ${description}
15platforms               darwin
16
17checksums           rmd160  ee278694354444004b321b87fbb7701ac92e192a \
18                    sha256  c382d996bc4bb5d1eaf7cac6cf3bb439680e28613a5de2ba6bf225dd0b51ca31
19
20python.versions         27 36
21
22if {${name} ne ${subport}} {
23    depends_build-append    port:py${python.version}-setuptools
24    depends_run-append \
25        port:py${python.version}-requests-toolbelt \
26        port:py${python.version}-tqdm \
27        port:py${python.version}-pkginfo
28}