init package
This commit is contained in:
parent
58924b92ab
commit
c0600525c4
BIN
python-pbkdf2-1.3.tar.gz
Normal file
BIN
python-pbkdf2-1.3.tar.gz
Normal file
Binary file not shown.
42
python-pbkdf2.spec
Normal file
42
python-pbkdf2.spec
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
%bcond_with bootstrap
|
||||||
|
|
||||||
|
Name: python-pbkdf2
|
||||||
|
Version: 1.3
|
||||||
|
Release: 1
|
||||||
|
Summary: This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0.
|
||||||
|
License: MIT
|
||||||
|
URL: https://pypi.org/project/pbkdf2/
|
||||||
|
Source0: pypi.org/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description
|
||||||
|
This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0.
|
||||||
|
|
||||||
|
%package -n python3-pbkdf2
|
||||||
|
Summary: password-based key derivation function
|
||||||
|
BuildRequires: python3-pytest
|
||||||
|
|
||||||
|
%description -n python3-pbkdf2
|
||||||
|
This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n pbkdf2-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%py3_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%py3_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
%{__python3} -m pytest test/
|
||||||
|
|
||||||
|
%files -n python3-pbkdf2
|
||||||
|
%doc PKG-INFO README.txt
|
||||||
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Apr 28 2020 Wei Xiong <myeuler@163.com>
|
||||||
|
- init package
|
||||||
Loading…
x
Reference in New Issue
Block a user