diff -u /Users/pieter/Projects/MACPORTS/python/py-pynacl/Portfile.\~1\~ /Users/pieter/Projects/MACPORTS/python/py-pynacl/Portfile
old
|
new
|
|
7 | 7 | name py-pynacl |
8 | 8 | python.rootname PyNaCl |
9 | 9 | version 1.5.0 |
10 | | revision 0 |
| 10 | revision 1 |
11 | 11 | categories-append devel |
12 | 12 | license Apache-2 |
13 | 13 | |
… |
… |
|
41 | 41 | } |
42 | 42 | |
43 | 43 | depends_build-append \ |
44 | | port:py${python.version}-setuptools |
| 44 | port:py${python.version}-setuptools \ |
| 45 | port:py${python.version}-wheel |
45 | 46 | depends_lib-append port:py${python.version}-cffi \ |
46 | 47 | port:py${python.version}-six \ |
47 | 48 | port:libsodium |