python-hatchling 1.14.0-1 (aarch64;znver1;x86_64) 2023-17436
9999
Status | published | ||||||
Submitter | mandian [@T] tutanota.com | ||||||
Platform | rolling | ||||||
Repository | main | ||||||
URL | https://abf.openmandriva.org/build_lists/330301 | ||||||
Packages |
|
||||||
Build Date | 2023-04-10 22:33:13 +0000 UTC | ||||||
Last Updated | 2023-04-16 00:07:50.711189589 +0000 UTC |
$ git diff --patch-with-stat --summary 5d7041f7fb5922e9e927c8210ef1360be67bdfc4..7d48a0ed3570abc479c133efe64973c52b84ec9e .abf.yml | 2 +- python-hatchling.spec | 21 ++++++++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.abf.yml b/.abf.yml index fd200de..1680fd3 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - hatchling-1.13.0.tar.gz: 1949d456cdb773bf55dcca3caa55dc8d3696deed + hatchling-1.14.0.tar.gz: 6675f885f6bb0ee09309ac4e89ea6c7bcb294ee1 diff --git a/python-hatchling.spec b/python-hatchling.spec index df9d818..77b67c6 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -1,16 +1,17 @@ Name: python-hatchling -Version: 1.13.0 +Version: 1.14.0 Release: 1 Source0: https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-%{version}.tar.gz Summary: Modern, extensible Python build backend URL: https://pypi.org/project/hatchling/ License: GPL Group: Development/Python -BuildRequires: python-pip -BuildRequires: python3dist(pathspec) >= 0.9 -BuildRequires: python3dist(wheel) -BuildRequires: python3dist(pluggy) >= 1.0.0 -BuildRequires: python3dist(packaging) >= 21.3 +BuildRequires: python%{py_ver}dist(pip) +BuildRequires: python%{py_ver}dist(pathspec) >= 0.9 +BuildRequires: python%{py_ver}dist(wheel) +BuildRequires: python%{py_ver}dist(pluggy) >= 1.0.0 +BuildRequires: python%{py_ver}dist(packaging) >= 21.3 +BuildRequires: python%{py_ver}dist(trove-classifiers) BuildArch: noarch %description @@ -20,11 +21,13 @@ Modern, extensible Python build backend %autosetup -p1 -n hatchling-%{version} %build -mkdir wheels -pip wheel --wheel-dir wheels --no-deps --no-build-isolation --verbose . +#mkdir wheels +#pip wheel --wheel-dir wheels --no-deps --no-build-isolation --verbose . +%py_build %install -pip install --root=%{buildroot} --no-deps --verbose --ignore-installed --no-warn-script-location --no-index --no-cache-dir --find-links wheels wheels/*.whl +#pip install --root=%{buildroot} --no-deps --verbose --ignore-installed --no-warn-script-location --no-index --no-cache-dir --find-links wheels wheels/*.whl +%py_install %files %{_bindir}/hatchling
Not Available
benbullard79 [@T] cox.net | No Comment. | 587d 22hrs |
benbullard79 [@T] cox.net | No Comment. | 587d 22hrs |