Name: python-proxy-py Version: 2.4.10 Release: %autorelease # Fill in the actual package summary to submit package to Fedora Summary: \u26a1 Fast \u2022 \U0001fab6 Lightweight \u2022 \U0001f51f Dependency \u2022 \U0001f50c Pluggable \u2022 \U0001f608 TLS interception \u2022 \U0001f512 DNS-over-HTTPS \u2022 \U0001f525 Poor Mans VPN \u2022 \u23ea Reverse & \u23e9 Forward \u2022 \U0001f46e\U0001f3ff Proxy Server framework \u2022 \U0001f310 Web Server framework \u2022 \u27b5 \u27b6 \u27b7 \u27a0 PubSub framework \u2022 \U0001f477 Work acceptor & executor framework. # No license information obtained, it's up to the packager to fill it in License: ... URL: https://hub.docker.com/r/abhinavsingh/proxy.py Source: %{pypi_source proxy_py} BuildArch: noarch BuildRequires: python3-devel # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'proxy-py' generated automatically by pyp2spec.} %description %_description %package -n python3-proxy-py Summary: %{summary} %description -n python3-proxy-py %_description # For official Fedora packages, review which extras should be actually packaged # See: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#Extras %pyproject_extras_subpkg -n python3-proxy-py metrics,release,testing,tunnel %prep %autosetup -p1 -n proxy_py-%{version} %generate_buildrequires # Keep only those extras which you actually want to package or use during tests %pyproject_buildrequires -x metrics,release,testing,tunnel %build %pyproject_wheel %install %pyproject_install # For official Fedora packages, including files with '*' +auto is not allowed # Replace it with a list of relevant Python modules/globs and list extra files in %%files %pyproject_save_files '*' +auto %check %_pyproject_check_import_allow_no_modules -t %files -n python3-proxy-py -f %{pyproject_files} %changelog %autochangelog