summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-02-17 02:31:40 +0000
committerCoprDistGit <infra@openeuler.org>2025-02-17 02:31:40 +0000
commitb8f672ff12d8b5f8d0ee0531fbce1d213e2ecbf8 (patch)
tree2a38b8e41d2ff1d5fa157f72ae1db1cedbcbd300
parenta2c4bcd995cdf84f5a9e93d46823d88d94369b92 (diff)
automatic import of python-hatchlingopeneuler22.03_LTS_SP4
-rw-r--r--.gitignore1
-rw-r--r--python-hatchling.spec52
-rw-r--r--sources1
3 files changed, 54 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..109a118 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/hatchling-1.25.0.tar.gz
diff --git a/python-hatchling.spec b/python-hatchling.spec
new file mode 100644
index 0000000..4471c25
--- /dev/null
+++ b/python-hatchling.spec
@@ -0,0 +1,52 @@
+Name: python-hatchling
+Version: 1.25.0
+Release: 1
+Summary: The build backend used by Hatch
+License: MIT
+URL: https://pypi.org/project/hatchling
+Source0: https://files.pythonhosted.org/packages/a3/51/8a4a67a8174ce59cf49e816e38e9502900aea9b4af672d0127df8e10d3b0/hatchling-1.25.0.tar.gz
+BuildArch: noarch
+
+BuildRequires: python3-devel python3-pip python3-hatch-vcs python3-pathspec
+BuildRequires: python3-pluggy python3-tomli python3-packaging python3-trove-classifiers
+
+%global common_description %{expand:
+This is the extensible, standards compliant build backend used by Hatch.}
+
+%description %{common_description}
+
+
+%package -n python3-hatchling
+Summary: %{summary}
+
+%description -n python3-hatchling %{common_description}
+
+%prep
+%autosetup -n hatchling-%{version}
+
+%build
+%pyproject_build
+
+%install
+%pyproject_install
+
+%files -n python3-hatchling
+%doc README.md
+%license LICENSE.txt
+%{python3_sitelib}/hatchling*
+%{_bindir}/hatchling
+
+%changelog
+* Mon Aug 12 2024 lixiaoyong <lixiaoyong@kylinos.cn> - 1.25.0-1
+- Upgrade package version to 1.25.0
+ Add .venv to the list of directories that cannot be traversed
+ Output from the core Application utility now writes to stderr
+
+* Thu Feb 22 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 1.21.1-1
+- Update package to version 1.21.1
+
+* Thu Nov 2 2023 Dongxing Wang <dxwangk@isoftstone.com> - 1.18.0-1
+- Upgrade package to version 1.18.0
+
+* Thu Apr 13 2023 caodongxia <caodongxia@h-partners.com> - 1.13.0-1
+- Package init
diff --git a/sources b/sources
new file mode 100644
index 0000000..74b1ba0
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+ac265366ccd17365db319dc95a9e5bc5 hatchling-1.25.0.tar.gz