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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define pypi_name zxcvbn

%def_disable check

Name: python3-module-%pypi_name
Version: 4.4.28
Release: alt1

Summary: A realistic password strength estimator
Group: Development/Python3
License: MIT
Url: https://pypi.python.org/pypi/%pypi_name
Vcs: https://github.com/dwolfhub/zxcvbn-python.git

Source: https://pypi.io/packages/source/z/%pypi_name/%pypi_name-%version.tar.gz

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-wheel python3-module-setuptools

%description
This is a Python implementation of the library created by the team at
Dropbox.

While there may be other Python ports available, this one is the most up
to date and is recommended by the original developers of zxcvbn at this
time.

%prep
%setup -n %pypi_name-%version

%build
%pyproject_build

%install
%pyproject_install

%files
%_bindir/%pypi_name
%python3_sitelibdir/%pypi_name/
%python3_sitelibdir/%{pyproject_distinfo %pypi_name}
%doc README*

%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