summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-09-14 12:39:50 +0000
committerCoprDistGit <infra@openeuler.org>2026-09-14 12:39:50 +0000
commit53918c6b7040c7eb8fc387d9d931d50afb750fb5 (patch)
tree255dd82755fd71d454b7cd625cbd15c2445422a5
parent617d856d4c43a469176b2f411af8f80c1c34383e (diff)
automatic import of python-polyfactory
-rw-r--r--.gitignore1
-rw-r--r--polyfactory.spec67
-rw-r--r--sources1
3 files changed, 69 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..76c670a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/polyfactory-2.6.3.tar.gz
diff --git a/polyfactory.spec b/polyfactory.spec
new file mode 100644
index 0000000..d87b646
--- /dev/null
+++ b/polyfactory.spec
@@ -0,0 +1,67 @@
+%global pypi_name polyfactory
+
+Name: python-%{pypi_name}
+Version: 2.6.3
+Release: 1%{?dist}
+Summary: Simple and powerful mock data generation library based on type hints
+License: MIT
+URL: https://github.com/litestar-org/polyfactory
+Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
+BuildArch: noarch
+
+BuildRequires: python3-devel
+BuildRequires: python3-pip
+BuildRequires: pyproject-rpm-macros
+BuildRequires: python3-poetry-core
+BuildRequires: python3-faker
+BuildRequires: python3-typing-extensions
+
+%description
+Polyfactory is a simple and powerful mock data generation library, based around
+type hints and supporting dataclasses, typed-dicts, pydantic models, msgspec
+structs and more.
+
+%package -n python3-%{pypi_name}
+Summary: Simple and powerful mock data generation library based on type hints
+Provides: python-%{pypi_name} = %{version}-%{release}
+Provides: python3dist(%{pypi_name}) = %{version}
+Requires: python3-faker
+Requires: python3-typing-extensions
+
+%description -n python3-%{pypi_name}
+Polyfactory is a simple and powerful mock data generation library, based around
+type hints and supporting dataclasses, typed-dicts, pydantic models, msgspec
+structs and more.
+
+It is part of the Litestar project and actively maintained by a community of
+maintainers and contributors.
+
+%package help
+Summary: Development documents and examples for %{pypi_name}
+Provides: python3-%{pypi_name}-doc
+Requires: python3-%{pypi_name} = %{version}-%{release}
+
+%description help
+Development documents and examples for the polyfactory library.
+
+%prep
+%autosetup -n %{name}-%{version} -p1
+
+%build
+%pyproject_build
+
+%install
+%pyproject_install
+
+%files -n python3-%{pypi_name}
+%license LICENSE
+%{python3_sitelib}/%{pypi_name}/
+%{python3_sitelib}/%{pypi_name}-%{version}*.dist-info/
+
+%files help
+%license LICENSE
+%doc README.md
+
+%changelog
+* Mon Sep 14 2026 Python_Bot <Python_Bot@openeuler.org> - 2.6.3-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..cb2bf95
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+1fab49750ea4c33f9cb5c1ed3fb4e820 polyfactory-2.6.3.tar.gz