install.texi | 8 -------- makedist | 1 - diff --git a/install.texi b/install.texi index 4aa7afdc1632f181db47eac618006cd861f9666b6e403efdf1402cb556a2d765..f1045a51fc65531aec7729c5b45cb121983855560b5d02330a99e5ae21a7b0ed 100644 --- a/install.texi +++ b/install.texi @@ -16,14 +16,6 @@ @end example @include download.texi -But also you can use pip (@strong{no} OpenPGP authentication is -performed!) with PyPI: - -@example -$ echo pygost==@value{VERSION} --hash=sha256:430bab3fdb4c2f59d89b5c80293468b3d3f5b713b49157d995b723ff909cf7c8 > requirements.txt -$ pip install --requirement requirements.txt -@end example - You @strong{have to} verify downloaded tarballs integrity and authenticity to be sure that you retrieved trusted and untampered software. @url{https://www.gnupg.org/, GNU Privacy Guard} is used diff --git a/makedist b/makedist index c9748e8444198d1d2f09b5407c66e410f57e3c8b190f29d64b3ef8fc40e091cf..479f4163b9f596969022b2d8cc9c7a9424c69933848a20169a417cd24e8cbb08 100755 --- a/makedist +++ b/makedist @@ -5,7 +5,6 @@ tmp=$(mktemp -d) release=$1 [ -n "$release" ] -pip_hash=$(pip hash dist/pygost-"$release".tar.gz | sed -n '$p') cp dist/pygost-"$release".tar.gz $tmp cd $tmp gunzip pygost-"$release".tar.gz