Convert packages to the new template format (p).
This commit is contained in:
@@ -4,9 +4,7 @@ version=3.2.2
|
||||
revision=1
|
||||
wrksrc="rdflib-${version}"
|
||||
build_style=python-module
|
||||
depends="python>=2.7<3.0"
|
||||
makedepends="python-devel python-distribute"
|
||||
fulldepends="python-isodate"
|
||||
makedepends="python-devel python-distribute python-isodate"
|
||||
short_desc="Python library for working with RDF"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
@@ -23,5 +21,11 @@ long_desc="
|
||||
The library presents a Graph interface which can be backed by
|
||||
any one of a number of Store implementations."
|
||||
|
||||
noarch=yes
|
||||
pycompile_module="rdflib"
|
||||
python-rdflib_package() {
|
||||
noarch="yes"
|
||||
pycompile_module="rdflib"
|
||||
depends="python>=2.7<3.0 python-isodate"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user