python-pyproject_metadata 0.7.1-1 (x86_64;znver1;aarch64) 2023-17451
9999
Status | published | ||||||
Submitter | mandian [@T] tutanota.com | ||||||
Platform | rolling | ||||||
Repository | unsupported | ||||||
URL | https://abf.openmandriva.org/build_lists/331057 | ||||||
Packages |
|
||||||
Build Date | 2023-04-12 13:03:09 +0000 UTC | ||||||
Last Updated | 2023-04-16 01:03:09.398350665 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary 2f880a239044587a8561e49aae0d7cc7abe4d233 commit 2f880a239044587a8561e49aae0d7cc7abe4d233 Author: mandian <mandian@users.noreply.github.com> AuthorDate: Wed Apr 12 12:27:27 2023 +0100 Commit: mandian <mandian@users.noreply.github.com> CommitDate: Wed Apr 12 12:27:27 2023 +0100 Initial release --- .abf.yml | 2 ++ python-pyproject_metadata.spec | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .abf.yml create mode 100644 python-pyproject_metadata.spec diff --git a/.abf.yml b/.abf.yml new file mode 100644 index 0000000..392ef7b --- /dev/null +++ b/.abf.yml @@ -0,0 +1,2 @@ +sources: + pyproject-metadata-0.7.1.tar.gz: 41fba5c33917d77b9364fadb76e590e86789634d diff --git a/python-pyproject_metadata.spec b/python-pyproject_metadata.spec new file mode 100644 index 0000000..725a8e4 --- /dev/null +++ b/python-pyproject_metadata.spec @@ -0,0 +1,38 @@ +Summary: PEP 621 metadata parsing +Name: python-pyproject_metadata +Version: 0.7.1 +Release: 1 +License: MIT +Group: Development/Python +URL: https://pypi.org/project/pyproject_metadata/ +Source0: https://pypi.io/packages/source/p/pyproject_metadata/pyproject-metadata-%{version}.tar.gz +BuildRequires: python%{pyver}dist(pip) +BuildRequires: python%{py_ver}dist(setuptools) +BuildRequires: python%{py_ver}dist(wheel) +BuildArch: noarch + +%description +Dataclass for PEP 621 metadata with support for core metadata generation + +This project does not implement the parsing of pyproject.toml containing PEP +621 metadata. + +Instead, given a Python data structure representing PEP 621 metadata (already +parsed), it will validate this input and generate a PEP 643-compliant metadata +file (e.g. PKG-INFO). + +%files +%{py_sitedir}/pyproject_metadata +%{py_sitedir}/pyproject_metadata-*.*-info + +#---------------------------------------------------------------------------- + +%prep +%autosetup -p1 -n pyproject-metadata-%{version} + +%build +%py_build + +%install +%py_install +
Not Available
benbullard79 [@T] cox.net | No Comment. | 587d 19hrs |
benbullard79 [@T] cox.net | No Comment. | 587d 18hrs |