diff --git a/anda/langs/python/standard-sunau/anda.hcl b/anda/langs/python/standard-sunau/anda.hcl new file mode 100644 index 0000000000..3d7f393683 --- /dev/null +++ b/anda/langs/python/standard-sunau/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "standard-sunau.spec" + } +} diff --git a/anda/langs/python/standard-sunau/standard-sunau.spec b/anda/langs/python/standard-sunau/standard-sunau.spec new file mode 100644 index 0000000000..febc32dc9b --- /dev/null +++ b/anda/langs/python/standard-sunau/standard-sunau.spec @@ -0,0 +1,52 @@ +%global pypi_name standard-sunau +%global _desc Standard library sunau redistribution. + +Name: python-%{pypi_name} +Version: 3.13.0 +Release: 1%?dist +Summary: Standard library sunau redistribution +License: PSF-2.0 +URL: https://github.com/youknowone/python-deadlib +Source0: %url/archive/refs/tags/v%version.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-wheel +BuildRequires: python3-setuptools +BuildRequires: python3-pip + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +Provides: standard-sunau +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n python-deadlib-%{version} + +%build +pushd sunau +%pyproject_wheel +popd + +%install +pushd sunau +%pyproject_install +%pyproject_save_files sunau +popd + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc sunau/Doc/sunau.rst +%doc sunau/README.rst +%license sunau/LICENSE + +%changelog +* Sat Dec 27 2025 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/standard-sunau/update.rhai b/anda/langs/python/standard-sunau/update.rhai new file mode 100644 index 0000000000..f06c07b50a --- /dev/null +++ b/anda/langs/python/standard-sunau/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("standard-sunau"));