Package init
This commit is contained in:
parent
8f0889ca4d
commit
295bbbad40
BIN
pyinstaller-hooks-contrib-2023.2.tar.gz
Normal file
BIN
pyinstaller-hooks-contrib-2023.2.tar.gz
Normal file
Binary file not shown.
47
python-pyinstaller-hooks-contrib.spec
Normal file
47
python-pyinstaller-hooks-contrib.spec
Normal file
@ -0,0 +1,47 @@
|
||||
Name: python-pyinstaller-hooks-contrib
|
||||
Version: 2023.2
|
||||
Release: 1
|
||||
Summary: Community maintained hooks for PyInstaller
|
||||
License: Apache-2.0 or GPL-2.0-only
|
||||
URL: https://pypi.org/project/pyinstaller-hooks-contrib
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pyinstaller-hooks-contrib/pyinstaller-hooks-contrib-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-psutil
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-pyinstaller
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Community maintained hooks for PyInstaller
|
||||
|
||||
%package -n python3-pyinstaller-hooks-contrib
|
||||
Summary: %{Summary}
|
||||
|
||||
%description -n python3-pyinstaller-hooks-contrib
|
||||
Community maintained hooks for PyInstaller
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n pyinstaller-hooks-contrib-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
export PYTHONPATH=%{buildroot}%{python3_sitelib}
|
||||
pytest
|
||||
|
||||
%files -n python3-pyinstaller-hooks-contrib
|
||||
%doc README.md
|
||||
%license LICENSE LICENSE.APL.txt LICENSE.GPL.txt
|
||||
%{python3_sitelib}/_pyinstaller_hooks_contrib/*
|
||||
%{python3_sitelib}/pyinstaller_hooks_contrib-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Fri May 12 2023 yaoxin <yao_xin001@hoperun.com> - 2023.2-1
|
||||
- Package init
|
||||
4
python-pyinstaller-hooks-contrib.yaml
Normal file
4
python-pyinstaller-hooks-contrib.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: pypi
|
||||
src_repo: pyinstaller-hooks-contrib
|
||||
tag_prefix: "v"
|
||||
seperator: ""
|
||||
Loading…
x
Reference in New Issue
Block a user