Ai
6 Star 0 Fork 5

src-openEuler/python-pam

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-pam.spec 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
dwl301 提交于 2022-07-20 12:02 +08:00 . Initial packaging, Add source files.
Name: python-pam
Version: 1.8.4
Release: 1
Summary: Pure Python interface to the Pluggable Authentication Modules system on Linux
License: MIT
URL: https://github.com/FirefighterBlu3/python-pam
Source0: https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description
This module provides an authenticate function that allows the caller to
authenticate a given username / password against the PAM system on Linux.
%package -n python3-pam
Summary: Pure Python interface to the Pluggable Authentication Modules system on Linux
%{?python_provide:%python_provide python3-pam}
%description -n python3-pam
This module provides an authenticate function that allows the caller to
authenticate a given username / password against the PAM system on Linux.
%prep
%autosetup
%build
%py3_build
%install
%py3_install
%files -n python3-pam
%doc README.md
%license LICENSE
%{python3_sitelib}/pam.py*
%{python3_sitelib}/python_pam*-%{version}-py*.egg-info
%{python3_sitelib}/__pycache__/pam.cpython*
%changelog
* Mon Jun 27 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.8.4-1
- Initial packaging
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-pam.git
git@gitee.com:src-openeuler/python-pam.git
src-openeuler
python-pam
python-pam
master

搜索帮助