source: general/prog/pycryptodome.xml@ ec047148

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ec047148 was ec047148, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Drop the python2 version of the pycryptodome module
Update to gsettings-desktop-schemas-3.38.0
Update to VTE-0.62.0
Update to yelp-xsl-3.38.0
Update to gnome-desktop-3.38.1
Update to cheese-3.38.0
Update to libpeas-1.28.0
Update to evolution-data-server-3.38.1
Update to dconf-0.38.0
Update to dconf-editor-3.38.0
Update to tracker-3.0.1
Update to tracker-miners-3.0.1
Modify tracker and tracker-miners to allow them to build on SysV systems.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23794 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.6 KB
RevLine 
[82eddd4]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[44ce01f]7 <!ENTITY pycryptodome-download-http "https://github.com/Legrandin/pycryptodome/archive/v&pycryptodome-version;/pycryptodome-&pycryptodome-version;.tar.gz">
[ceafde50]8 <!ENTITY pycryptodome-download-ftp " ">
[44ce01f]9 <!ENTITY pycryptodome-md5sum "cde0875132ca73bd3ca4f58cd3242aa3">
[eed5cd8]10 <!ENTITY pycryptodome-size "15 MB">
[44ce01f]11 <!ENTITY pycryptodome-buildsize "202 MB">
[1b9f28f]12 <!ENTITY pycryptodome-time "0.2 SBU">
[82eddd4]13]>
14
[ceafde50]15 <!-- Begin pycryptodome -->
16 <sect2 id="pycryptodome" xreflabel="PyCryptodome-&pycryptodome-version;">
[82eddd4]17
[ceafde50]18 <title>PyCryptodome-&pycryptodome-version;</title>
[82eddd4]19
[ceafde50]20 <indexterm zone="pycryptodome">
21 <primary sortas="a-pycryptodome">pycryptodome</primary>
[82eddd4]22 </indexterm>
23
24 <sect3 role="package">
[ceafde50]25 <title>Introduction to the PyCryptodome Module</title>
[82eddd4]26
27 <para>
[ceafde50]28 <application>PyCryptodome</application> is a collection of both secure
29 hash functions (such as SHA256 and RIPEMD160), and various encryption
30 algorithms (AES, DES, RSA, ElGamal, etc.), and is a drop-in replacement
31 for PyCrypto.
[82eddd4]32 </para>
33
[5f34cb2]34 &lfs10_checked;
[82eddd4]35
36 <bridgehead renderas="sect4">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
[ceafde50]40 Download (HTTP): <ulink url="&pycryptodome-download-http;"/>
[82eddd4]41 </para>
42 </listitem>
43 <listitem>
44 <para>
[ceafde50]45 Download (FTP): <ulink url="&pycryptodome-download-ftp;"/>
[82eddd4]46 </para>
47 </listitem>
48 <listitem>
49 <para>
[ceafde50]50 Download MD5 sum: &pycryptodome-md5sum;
[82eddd4]51 </para>
52 </listitem>
53 <listitem>
54 <para>
[ceafde50]55 Download size: &pycryptodome-size;
[82eddd4]56 </para>
57 </listitem>
58 <listitem>
59 <para>
[ceafde50]60 Estimated disk space required: &pycryptodome-buildsize;
[82eddd4]61 </para>
62 </listitem>
63 <listitem>
64 <para>
[ceafde50]65 Estimated build time: &pycryptodome-time;
[82eddd4]66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <para condition="html" role="usernotes">
[ceafde50]71 User Notes: <ulink url="&blfs-wiki;/pycryptodome"/>
[82eddd4]72 </para>
73 </sect3>
74
75 <sect3 role="installation">
[ceafde50]76 <title>Installation of PyCryptodome</title>
[82eddd4]77
78<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
79
80 <para>
[ec047148]81 To build <application>PyCryptodome</application> as a Python 3
82 module, run the following command:
[82eddd4]83 </para>
84
[ec047148]85<screen><userinput>python3 setup.py build</userinput></screen>
[82eddd4]86
87 <para>
[ec047148]88 To install the module, run the following command as the
[82eddd4]89 <systemitem class="username">root</systemitem> user:
90 </para>
91
[ec047148]92<screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
[82eddd4]93
94 </sect3>
95
96 <sect3 role="content">
97 <title>Contents</title>
98
99 <segmentedlist>
100 <segtitle>Installed Programs</segtitle>
101 <segtitle>Installed Libraries</segtitle>
102 <segtitle>Installed Directories</segtitle>
103
104 <seglistitem>
105 <seg>
106 None
107 </seg>
108 <seg>
[ceafde50]109 pycryptodome-&pycryptodome-version;-py&python3-majorver;.egg-info
[82eddd4]110 </seg>
111 <seg>
112 /usr/lib/python&python3-majorver;/site-packages/Crypto
113 </seg>
114 </seglistitem>
115 </segmentedlist>
116
117 </sect3>
118
119 </sect2>
[ceafde50]120 <!--End pycryptodome -->
Note: See TracBrowser for help on using the repository browser.