]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
Include termcolor tarball
authorSergey Matveev <stargrave@stargrave.org>
Sun, 20 May 2018 13:12:51 +0000 (16:12 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 20 May 2018 13:25:55 +0000 (16:25 +0300)
doc/install.rst
doc/news.rst
makedist.sh

index 824e0c3440c67c3b21845f276bef1204bf5ce34f..2e62b09fe0769ca4153983d4453200d5aa55989b 100644 (file)
@@ -10,7 +10,7 @@ signature from `official website <http://pyderasn.cypherpunks.ru/>`__::
     % xz -d < pyderasn-3.7.tar.xz | tar xf -
     % cd pyderasn-3.7
     % python setup.py install
-    # or copy pyderasn.py (+six.py) to your PYTHONPATH
+    # or copy pyderasn.py (+six.py, possibly termcolor.py) to your PYTHONPATH
 
 PyDERASN depends on `six <https://pypi.org/project/six/>`__ package
 for keeping compatibility with Py27/Py35. It is included in the tarball.
index 0732dc3512ee01e6d9a0515c1e003e93ad7a3ad2..675ecf4b5e2f80203435b7deb607e5d11e1448e2 100644 (file)
@@ -8,6 +8,7 @@ News
 * Experimental BER decoding support (not extensively tested, but parses
   ``gpgsm`` CMS output)
 * BitString's ''H notation support
+* ``termcolor`` package is included in the tarball
 
 .. _release3.6:
 
index 1f7f9c8b80e1d40d4c0c74a3b689397fb2ce4021..3872812224fc0e71897bf28dfa423fec9b1084ab 100755 (executable)
@@ -16,6 +16,9 @@ PYTHONPATH="$tmp/pyderasn-$release" make -C $tmp/pyderasn-"$release"/doc
 tar xvfC doc/download/six-*.tar.xz $tmp --include "*/six.py"
 mv -v $tmp/six-*/six.py $tmp/pyderasn-"$release"
 
+tar xvfC doc/download/termcolor-*.tar.xz $tmp --include "*/termcolor.py"
+mv -v $tmp/termcolor-*/termcolor.py $tmp/pyderasn-"$release"
+
 cd $tmp
 tar cvf pyderasn-"$release".tar pyderasn-"$release"
 xz -9v pyderasn-"$release".tar