Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37427712
en ru br
ALT Linux repos
S:2.1.0-alt1

Group :: Development/Python3
RPM: python3-module-libnacl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname libnacl

Name: python3-module-%oname
Version: 1.7.1
Release: alt2

Summary: This library is used to gain direct access to the functions exposed by Daniel J. Bernstein's nacl library via libsodium or tweetnacl

License: Apache-2.0
Group: Development/Python3
Url: https://github.com/saltstack/libnacl
Packager: Valentin Rosavitskiy <valintinr at altlinux.org>
BuildArch: noarch

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3

Requires: libsodium23


%description
This library is used to gain direct access to the functions exposed by
Daniel J. Bernstein's nacl library via libsodium or tweetnacl. It has
been constructed to maintain extensive documentation on how to use nacl
as well as being completely portable. The file in libnacl/__init__.py
can be pulled out and placed directly in any project to give a single
file binding to all of nacl.

%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%doc AUTHORS LICENSE MANIFEST.in README.rst
%python3_sitelibdir/*


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin