Skip to content

Commit

Permalink
py-acme: add py-requests-toolbelt dependency
Browse files Browse the repository at this point in the history
(re-)enable python 36 variant
  • Loading branch information
Schamschula committed Jun 10, 2018
1 parent 04241a2 commit d42400c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/py-acme/Portfile
Expand Up @@ -6,6 +6,7 @@ PortGroup python 1.0
set real_name acme
name py-${real_name}
version 0.25.0
revision 1
worksrcdir ${real_name}-${version}
distfiles ${real_name}-${version}${extract.suffix}
categories-append security
Expand All @@ -17,7 +18,7 @@ platforms darwin
homepage https://pypi.python.org/pypi/acme
master_sites pypi:a/acme

python.versions 27
python.versions 27 36

checksums rmd160 3346d41fe2f2529f1362ea0b649d015928c397a7 \
sha256 78c72b37d9ebc16ceb21df7f6b1037e80297abd61d0555c9d11f219a7118cef2 \
Expand All @@ -37,6 +38,7 @@ if {${name} ne ${subport}} {
port:py${python.version}-ndg_httpsclient \
port:py${python.version}-openssl \
port:py${python.version}-requests \
port:py${python.version}-requests-toolbelt \
port:py${python.version}-pyrfc3339 \
port:py${python.version}-setuptools \
port:py${python.version}-six \
Expand Down

0 comments on commit d42400c

Please sign in to comment.