Mageia Bugzilla – Attachment 12894 Details for
Bug 29345
[NEW PKG REQUEST] python3-libnacl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Working proposal spec for python-libnacl
python-libnacl.spec (text/x-matlab), 1.38 KB, created by
Kristoffer Grundström
on 2021-08-09 00:29:45 CEST
(
hide
)
Description:
Working proposal spec for python-libnacl
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2021-08-09 00:29:45 CEST
Size:
1.38 KB
patch
obsolete
>%global srcname libnacl > >Name: python-%{srcname} >Version: 1.7.2 >Release: %mkrel 1 >Summary: Python bindings for libsodium based on ctypes > >License: ASL 2.0 >URL: https://libnacl.readthedocs.org/ >Source0: %{pypi_source} >Patch1: libacl_issue_126.patch >BuildArch: noarch >BuildRequires: libsodium-devel >BuildRequires: python3-devel >BuildRequires: python3-setuptools > >%description >python-libnacl is used to gain direct access to the functions exposed by >Daniel J. Bernsteinâs nacl library via libsodium. It has been constructed >to maintain extensive documentation on how to use nacl as well as being >completely portable. > > >%package -n python3-%{srcname} >Summary: %{summary} >%{?python_provide:%python_provide python3-%{srcname}} > >%description -n python3-%{srcname} >python-libnacl is used to gain direct access to the functions exposed by >Daniel J. Bernsteinâs nacl library via libsodium. It has been constructed >to maintain extensive documentation on how to use nacl as well as being >completely portable. > > >%prep >%autosetup -p1 -n %{srcname}-%{version} >rm -rf %{srcname}.egg-info > >%build >%py3_build > >%install >%py3_install > >%check >%{python3} -m unittest discover --start-directory tests -v > >%files -n python3-%{srcname} >%license LICENSE >%doc AUTHORS >%doc README.rst >%{python3_sitelib}/%{srcname}-*.egg-info/ >%{python3_sitelib}/%{srcname}/
%global srcname libnacl Name: python-%{srcname} Version: 1.7.2 Release: %mkrel 1 Summary: Python bindings for libsodium based on ctypes License: ASL 2.0 URL: https://libnacl.readthedocs.org/ Source0: %{pypi_source} Patch1: libacl_issue_126.patch BuildArch: noarch BuildRequires: libsodium-devel BuildRequires: python3-devel BuildRequires: python3-setuptools %description python-libnacl is used to gain direct access to the functions exposed by Daniel J. Bernsteinâs nacl library via libsodium. It has been constructed to maintain extensive documentation on how to use nacl as well as being completely portable. %package -n python3-%{srcname} Summary: %{summary} %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} python-libnacl is used to gain direct access to the functions exposed by Daniel J. Bernsteinâs nacl library via libsodium. It has been constructed to maintain extensive documentation on how to use nacl as well as being completely portable. %prep %autosetup -p1 -n %{srcname}-%{version} rm -rf %{srcname}.egg-info %build %py3_build %install %py3_install %check %{python3} -m unittest discover --start-directory tests -v %files -n python3-%{srcname} %license LICENSE %doc AUTHORS %doc README.rst %{python3_sitelib}/%{srcname}-*.egg-info/ %{python3_sitelib}/%{srcname}/
View Attachment As Raw
Actions:
View
Attachments on
bug 29345
: 12894 |
12895