Convert packages to the new template format (p).

This commit is contained in:
Juan RP
2013-04-14 11:13:30 +02:00
parent 2f132e330b
commit 08b4f6aae8
137 changed files with 1368 additions and 898 deletions

View File

@@ -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
}
}