mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 01:53:50 +02:00
python-rdflib: remove long_desc.
This commit is contained in:
parent
cc2768859b
commit
a4c2f88f55
1 changed files with 3 additions and 11 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python-rdflib'
|
# Template file for 'python-rdflib'
|
||||||
pkgname=python-rdflib
|
pkgname=python-rdflib
|
||||||
version=3.2.2
|
version=3.2.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="rdflib-${version}"
|
wrksrc="rdflib-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
makedepends="python-devel python-distribute python-isodate"
|
hostmakedepends="python-setuptools"
|
||||||
|
makedepends="python-devel python-isodate"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pycompile_module="rdflib"
|
pycompile_module="rdflib"
|
||||||
depends="python>=2.7<3.0 python-isodate"
|
depends="python>=2.7<3.0 python-isodate"
|
||||||
|
@ -14,12 +15,3 @@ license="BSD"
|
||||||
homepage="http://rdflib.net/"
|
homepage="http://rdflib.net/"
|
||||||
distfiles="https://github.com/downloads/RDFLib/rdflib/rdflib-${version}.tar.gz"
|
distfiles="https://github.com/downloads/RDFLib/rdflib/rdflib-${version}.tar.gz"
|
||||||
checksum=996b5c10b3303b10f155665066174c0b4cb1a6b756f8124eb92eb63dfc9a6a05
|
checksum=996b5c10b3303b10f155665066174c0b4cb1a6b756f8124eb92eb63dfc9a6a05
|
||||||
long_desc="
|
|
||||||
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."
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue