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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | PortGroup python 1.0 |
---|
7 | |
---|
8 | github.setup saltstack libnacl 1.4.0 v |
---|
9 | name py-libnacl |
---|
10 | categories net |
---|
11 | platforms darwin |
---|
12 | maintainers saltstack.com:cr |
---|
13 | license Apache-2 |
---|
14 | supported_archs noarch |
---|
15 | distname v1.4.0 |
---|
16 | |
---|
17 | description Libnacl is a Python binding for the libsodium NaCl crypto \ |
---|
18 | library. |
---|
19 | |
---|
20 | long_description Libnacl is a Python binding for the libsodium NaCl crypto \ |
---|
21 | library. |
---|
22 | |
---|
23 | homepage http://github.com/saltstack/libnacl |
---|
24 | |
---|
25 | python.versions 27 34 |
---|
26 | |
---|
27 | checksums rmd160 573c6d621926268a478518c0c03080d58cccf8ae \ |
---|
28 | sha256 50bf608a23ec10040f9a8e4666b89b8bebac40f3bee91c528e5356162433452e |
---|
29 | |
---|
30 | if {${name} ne ${subport}} { |
---|
31 | depends_lib port:py${python.version}-setuptools \ |
---|
32 | port:py${python.version}-six |
---|
33 | } |
---|
34 | |
---|
35 | depends_lib-append port:libsodium |
---|