Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37568700
en ru br
ALT Linux repos
S:0.50.2-alt1

Group :: Development/Python3
RPM: python3-module-yams

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname yams

%def_with check

Name: python3-module-%oname
Version: 0.50.2
Release: alt1

Summary: Entity / relation schema
License: LGPL-2.1
Group: Development/Python3
Url: https://pypi.org/project/yams

Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-wheel
%if_with check
BuildRequires: python3-module-logilab-common
BuildRequires: python3-module-dateutil
BuildRequires: python3-module-importlib-metadata
BuildRequires: python3-module-pytest
%endif

%py_provides %oname

%description
Yet Another Magic Schema ! A simple/generic but powerful entities /
relations schema, suitable to represent RDF like data. The schema is
readable/writable from/to various formats.

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%check
%pyproject_run_pytest -v

%files
%doc README.rst COPYING
%_bindir/*
%python3_sitelibdir/%oname
%python3_sitelibdir/%{pyproject_distinfo %oname}


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin