Package approved

epel9
Zbigniew Jędrzejewski-Szmek 5 years ago
parent 0a4e2a0070
commit 45b56b1322

1
.gitignore vendored

@ -0,0 +1 @@
/makefun-1.6.11.tar.gz

@ -0,0 +1,56 @@
Name: python-makefun
Version: 1.6.11
Release: 1%{?dist}
Summary: Dynamically create python functions with a proper signature
License: BSD
URL: https://pypi.org/project/makefun
Source0: %{pypi_source makefun}
BuildArch: noarch
BuildRequires: pyproject-rpm-macros
%global _description \
%summary.
%description %_description
%package -n python3-makefun
Summary: %{summary}
%{?python_provide:%python_provide python3-makefun}
%description -n python3-makefun %_description
%prep
%autosetup -n makefun-%{version}
cat >pyproject.toml <<EOF
[build-system]
requires = ["pytest-runner", "setuptools_scm", "pypandoc", "six", "wheel"]
build-backend = "setuptools.build_meta"
EOF
sed -r -i "s/'pandoc', //" setup.py
%generate_buildrequires
%pyproject_buildrequires
%build
%pyproject_wheel
%install
%pyproject_install
%check
# Tests require pytest-cases, which requires this package. Yay!
%{__python3} -m pytest -v || :
%files -n python3-makefun
%license LICENSE
%doc README.md
%{python3_sitelib}/makefun/
%{python3_sitelib}/makefun-%{version}.dist-info/
%changelog
* Sat Aug 10 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.6.11-1
- Initial packaging

@ -0,0 +1 @@
SHA512 (makefun-1.6.11.tar.gz) = 7716fceecf528b5e09a1e1234efb1ad04c56114cfe43d1cb40df1c447a18a2a9af9b475bb5f5829d61d7a60d367b1f62905920e70e9e3a55dd422f864d963bd1
Loading…
Cancel
Save