diff --git a/srcpkgs/python-setproctitle/python-setproctitle.rshlibs b/srcpkgs/python-setproctitle/python-setproctitle.rshlibs new file mode 100644 index 0000000000..614278798c --- /dev/null +++ b/srcpkgs/python-setproctitle/python-setproctitle.rshlibs @@ -0,0 +1,3 @@ +libpython2.7.so.1.0 +libpthread.so.0 +libc.so.6 diff --git a/srcpkgs/python-setproctitle/template b/srcpkgs/python-setproctitle/template new file mode 100644 index 0000000000..5437859515 --- /dev/null +++ b/srcpkgs/python-setproctitle/template @@ -0,0 +1,28 @@ +# Template file for 'python-setproctitle' +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 " +checksum=f2926abd47803e288f665401268a9950961be734e981035bde9acb4af80a032d +long_desc=" + The library allows a process to change its title (as displayed by system tools + such as ps and top). + + Changing the title is mostly useful in multi-process systems, for example when + a master process is forked: changing the children's title allows to identify + the task each process is busy with. The technique is used by PostgreSQL and the + OpenSSH Server for example. + + The procedure is hardly portable across different systems. PostgreSQL provides + a good multi-platform implementation: this module is a Python wrapper around + PostgreSQL code." + +pycompile_module="setproctitle"