<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2af8c0482023ec00b64b53ea89779005e217f6a1">https://github.com/macports/macports-ports/commit/2af8c0482023ec00b64b53ea89779005e217f6a1</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 2af8c0482023ec00b64b53ea89779005e217f6a1
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Jun 11 20:07:09 2021 +0100
<span style='display:block; white-space:pre;color:#404040;'> py-cipheycore: migrate to boost PG
</span>---
python/py-cipheycore/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cipheycore/Portfile b/python/py-cipheycore/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7eef984a4ba..e69141360bb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-cipheycore/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-cipheycore/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup python 1.0
</span>
github.setup ciphey cipheycore 0.3.2 v
name py-cipheycore
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 3
</span> python.versions 38 39
description Some cryptanalysis tidbits written in a proper language
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,12 +35,12 @@ if {${name} ne ${subport}} {
</span> # This installs the generated python package
PortGroup cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ PortGroup boost 1.0
</span>
PortGroup compiler_blacklist_versions 1.0
depends_build-append \
port:py${python.version}-setuptools \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:boost \
</span> port:poetry \
port:swig-python \
port:swig
</pre><pre style='margin:0'>
</pre>