X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=download.texi;h=1e5c63514b3e923ae04aa8bfdce6652cd774037a;hb=c80c7551777aaf4deb880b108870e6f889034a53;hp=6dd1efb4401585dffea8b5704b6fe9e38ed10cc0;hpb=613ccc82b67b8b81e1c3d811377c6c472b55fe9c;p=pygost.git diff --git a/download.texi b/download.texi index 6dd1efb..1e5c635 100644 --- a/download.texi +++ b/download.texi @@ -1,24 +1,11 @@ -@node Download -@unnumbered Download - -@set VERSION 4.1 - -No additional dependencies except Python 2.7/3.x interpreter are required. - -Preferable way is to download tarball with the signature: - -@example -$ [fetch|wget] http://pygost.cypherpunks.ru/pygost-@value{VERSION}.tar.xz -$ [fetch|wget] http://pygost.cypherpunks.ru/pygost-@value{VERSION}.tar.xz.sig -$ gpg --verify pygost-@value{VERSION}.tar.xz.sig pygost-@value{VERSION}.tar.xz -$ xz --decompress --stdout pygost-@value{VERSION}.tar.xz | tar xf - -$ cd pygost-@value{VERSION} -$ python setup.py install -@end example - @multitable {XXXXX} {XXXX-XX-XX} {XXXX KiB} {link sign} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} @headitem Version @tab Date @tab Size @tab Tarball @tab SHA256 checksum @tab Streebog-256 checksum +@item @ref{Release 4.1, 4.1} @tab 2019-12-17 @tab 60 KiB +@tab @url{pygost-4.1.tar.xz, link} @url{pygost-4.1.tar.xz.sig, sign} +@tab @code{CF029E30 8207DF45 884DD118 843A9E5A 33C5D979 F1D05FEA 17B81628 41257A64} +@tab @code{5ac0ab2989f5dd5ed3f941f40db5e6e0eba7d84708b376b95eb7396427b2511e} + @item @ref{Release 4.0, 4.0} @tab 2019-07-19 @tab 61 KiB @tab @url{pygost-4.0.tar.xz, link} @url{pygost-4.0.tar.xz.sig, sign} @tab @code{E4A329A9 AB0A781A 254AF940 10237D4C 9EEB37CB F849BA1C EA7BAF60 E3BB98B3} @@ -93,46 +80,3 @@ $ python setup.py install @tab @code{42cfd0cdf357997a909a9114ca14391b4c5e8b62e298675f899b80a8a26d690f} @end multitable - -But also you can use pip (@strong{no} OpenPGP authentication is -performed!) with PyPI: - -@example -$ cat > requirements.txt < -@end verbatim - -@itemize - -@item @url{https://lists.cypherpunks.ru/mailman/listinfo/gost, gost} maillist - -@item -@example -$ gpg --auto-key-locate dane --locate-keys pygost at cypherpunks dot ru -$ gpg --auto-key-locate wkd --locate-keys pygost at cypherpunks dot ru -@end example - -@item -@verbatiminclude PUBKEY.asc - -@end itemize - -You can obtain development source code with -@command{git clone git://git.cypherpunks.ru/pygost.git}.