- Fix metadata (description and files).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch_nodejs_version?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 09:34:04 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Fix metadata (description and files).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 18:16:36 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@@ -36,6 +36,14 @@ BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Hatch plugin to read pyproject.toml metadata from package.json
|
||||
|
||||
This package provides two Hatch plugins:
|
||||
|
||||
* version source plugin that reads/writes the package version
|
||||
from the version field of the Node.js package.json file.
|
||||
* metadata hook plugin that reads PEP 621 metadata from the
|
||||
Node.js package.json file.
|
||||
|
||||
%prep
|
||||
%setup -q -n hatch_nodejs_version-%{version}
|
||||
@@ -52,7 +60,7 @@ BuildArch: noarch
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%{python_sitelib}/hatch_nodejs_version/*
|
||||
%{python_sitelib}/hatch_nodejs_version-%{version}.dist-info/*
|
||||
%{python_sitelib}/hatch_nodejs_version
|
||||
%{python_sitelib}/hatch_nodejs_version-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user