<pre style='margin:0'>
Dan Villiom Podlaski Christiansen (danchr) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2e73fd71062784310b5a3fe88ab56e34f5b82c2b">https://github.com/macports/macports-ports/commit/2e73fd71062784310b5a3fe88ab56e34f5b82c2b</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 2e73fd7 pipenv: adjust description
</span>2e73fd7 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 2e73fd71062784310b5a3fe88ab56e34f5b82c2b
</span>Author: Dan Villiom Podlaski Christiansen <danchr@macports.org>
AuthorDate: Sat Aug 4 14:19:52 2018 +0200
<span style='display:block; white-space:pre;color:#404040;'> pipenv: adjust description
</span>---
python/pipenv/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/pipenv/Portfile b/python/pipenv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dbbf018..517014e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/pipenv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/pipenv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,12 +16,13 @@ maintainers {danchr @danchr} openmaintainer
</span> description The officially recommended Python packaging tool.
long_description ${description} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- pipenv is a tool that aims to bring the best of \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ Pipenv -- Python Dev Workflow for Humans -- is a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ tool that aims to bring the best of \
</span> all packaging worlds (bundler, composer, npm, \
cargo, yarn, etc.) to the Python world. Windows is \
a first-class citizen, in our world. \
\
<span style='display:block; white-space:pre;background:#ffe0e0;'>- It automatically creates and manages a virtualenv \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ \n\nIt automatically creates and manages a virtualenv \
</span> for your projects, as well as adds/removes \
packages from your Pipfile as you \
install/uninstall packages. It also generates the \
</pre><pre style='margin:0'>
</pre>