diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 23:40:45 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 23:40:45 +0000 |
commit | ef9de9b1f7b8b042acc4652ac5dd979d52391bdd (patch) | |
tree | 098da1f2fc88f65d026689cde111f59f6abae6b2 | |
parent | 87bc86720f42676962884a4fa22220b7df30b9b0 (diff) |
automatic import of python-pretty-bad-protocol
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pretty-bad-protocol.spec | 75 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 77 insertions, 0 deletions
@@ -0,0 +1 @@ +/pretty-bad-protocol-3.1.1.tar.gz diff --git a/python-pretty-bad-protocol.spec b/python-pretty-bad-protocol.spec new file mode 100644 index 0000000..c5e4879 --- /dev/null +++ b/python-pretty-bad-protocol.spec @@ -0,0 +1,75 @@ +%global _empty_manifest_terminate_build 0 +Name: python-pretty-bad-protocol +Version: 3.1.1 +Release: 1 +Summary: A Python wrapper for GnuPG +License: GPLv3+ +URL: https://github.com/isislovecruft/python-gnupg +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/84/0d/814c6c96f64f9cfc235fe102024b00ee77d107977e32996c59aed8f27ec0/pretty-bad-protocol-3.1.1.tar.gz +BuildArch: noarch + + +%description +This module allows easy access to GnuPG's key management, encryption and signature functionality from Python programs, by interacting with GnuPG through file descriptors. Input arguments are strictly checked and sanitised, and therefore this module should be safe to use in networked applications requiring direct user input. It is intended for use on Windows, MacOS X, BSD, or Linux, with Python 2.6, Python 2.7, Python 3.3, Python 3.4, or PyPy. + + +%package -n python3-pretty-bad-protocol +Summary: A Python wrapper for GnuPG +Provides: python-pretty-bad-protocol +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-pretty-bad-protocol +This module allows easy access to GnuPG's key management, encryption and signature functionality from Python programs, by interacting with GnuPG through file descriptors. Input arguments are strictly checked and sanitised, and therefore this module should be safe to use in networked applications requiring direct user input. It is intended for use on Windows, MacOS X, BSD, or Linux, with Python 2.6, Python 2.7, Python 3.3, Python 3.4, or PyPy. + + +%package help +Summary: Development documents and examples for pretty-bad-protocol +Provides: python3-pretty-bad-protocol-doc +%description help +This module allows easy access to GnuPG's key management, encryption and signature functionality from Python programs, by interacting with GnuPG through file descriptors. Input arguments are strictly checked and sanitised, and therefore this module should be safe to use in networked applications requiring direct user input. It is intended for use on Windows, MacOS X, BSD, or Linux, with Python 2.6, Python 2.7, Python 3.3, Python 3.4, or PyPy. + + +%prep +%autosetup -n pretty-bad-protocol-3.1.1 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +if [ -d usr/lib ]; then + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-pretty-bad-protocol -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.1-1 +- Package Spec generated @@ -0,0 +1 @@ +cfa54ca6734bfb36767f8fe2b311797d pretty-bad-protocol-3.1.1.tar.gz |