46 lines
1.3 KiB
Bash
46 lines
1.3 KiB
Bash
# Template file for 'python-rdflib'
|
|
pkgname=python-rdflib
|
|
version=4.2.2
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="rdflib-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python-setuptools python-isodate python-parsing"
|
|
pycompile_module="rdflib"
|
|
short_desc="Python2 library for working with RDF"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="https://github.com/RDFLib/rdflib"
|
|
license="3-clause-BSD"
|
|
distfiles="${PYPI_SITE}/r/rdflib/rdflib-${version}.tar.gz"
|
|
checksum=da1df14552555c5c7715d8ce71c08f404c988c58a1ecd38552d0da4fc261280d
|
|
|
|
alternatives="
|
|
rdflib:csv2rdf:/usr/bin/csv2rdf2
|
|
rdflib:rdf2dot:/usr/bin/rdf2dot2
|
|
rdflib:rdfgraphisomorphism:/usr/bin/rdfgraphisomorphism2
|
|
rdflib:rdfpipe:/usr/bin/rdfpipe2
|
|
rdflib:rdfs2dot:/usr/bin/rdfs2dot2"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-rdflib_package() {
|
|
alternatives="
|
|
rdflib:csv2rdf:/usr/bin/csv2rdf3
|
|
rdflib:rdf2dot:/usr/bin/rdf2dot3
|
|
rdflib:rdfgraphisomorphism:/usr/bin/rdfgraphisomorphism3
|
|
rdflib:rdfpipe:/usr/bin/rdfpipe3
|
|
rdflib:rdfs2dot:/usr/bin/rdfs2dot3"
|
|
noarch=yes
|
|
depends="python3-setuptools python3-isodate python3-parsing"
|
|
pycompile_module="rdflib"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/bin/*3
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE
|
|
}
|
|
}
|