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

@ -3,14 +3,13 @@ pkgname=python-setproctitle
version=1.1.6
revision=1
wrksrc="setproctitle-${version}"
homepage="http://code.google.com/p/py-setproctitle/"
license="BSD"
distfiles="http://pypi.python.org/packages/source/s/setproctitle/setproctitle-${version}.tar.gz"
build_style=python-module
fulldepends="python"
makedepends="python-devel"
short_desc="A library to allow customization of the process title"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://code.google.com/p/py-setproctitle/"
license="BSD"
distfiles="http://pypi.python.org/packages/source/s/setproctitle/setproctitle-${version}.tar.gz"
checksum=f2926abd47803e288f665401268a9950961be734e981035bde9acb4af80a032d
long_desc="
The library allows a process to change its title (as displayed by system tools
@ -25,4 +24,10 @@ long_desc="
a good multi-platform implementation: this module is a Python wrapper around
PostgreSQL code."
pycompile_module="setproctitle"
python-setproctitle_package() {
depends="python"
pycompile_module="setproctitle"
pkg_install() {
vmove usr
}
}