Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37558513
en ru br
ALT Linux repos
5.0: 2.4.0-alt1.1
4.1: 2.4.0-alt1.1

Group :: Development/Python
RPM: python-module-rdflib

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname rdflib
Name: python-module-%oname
Version: 2.4.0
Release: alt1.1

Summary: RDFLib is a Python library for working with RDF

Group: Development/Python
License: See License
Url: http://rdflib.net/

Packager: Vitaly Lipatov <lav at altlinux.ru>

%setup_python_module %oname

Source: http://rdflib.net/%oname-%version.tar.bz2

%add_python_req_skip FOPLRelationalModel RDF

# Automatically added by buildreq on Tue Sep 18 2007

BuildRequires: pybliographic python-module-MySQLdb python-module-PyXML python-module-Pyrex python-module-setuptools python-module-zope.interface python-modules-email

%description
RDFLib is a Python library for working with RDF, a simple yet powerful
language for representing information.  The library contains parsers
and serializers for RDF/XML, N3, NTriples, Turtle, TriX and RDFa. The
library presents a Graph interface which can be backed by any one of
a number of store implementations, including, memory, MySQL, Redland,
SQLite, Sleepycat, ZODB and SQLObject.

%prep
%setup -q -n %oname-%version

%build
%__python setup.py build

%install
%__python setup.py install --root %buildroot
rm -f %buildroot%python_sitelibdir/%oname/store/ZODB*

%files
%_bindir/rdfpipe
%python_sitelibdir/%oname/
%python_sitelibdir/rdflib_tools/

%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