python-setproctitle: remove long_desc.
This commit is contained in:
parent
c27583b127
commit
cc2768859b
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'python-setproctitle'
|
# Template file for 'python-setproctitle'
|
||||||
pkgname=python-setproctitle
|
pkgname=python-setproctitle
|
||||||
version=1.1.6
|
version=1.1.6
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="setproctitle-${version}"
|
wrksrc="setproctitle-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
hostmakedepends="python-devel"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="setproctitle"
|
pycompile_module="setproctitle"
|
||||||
|
@ -13,15 +14,3 @@ homepage="http://code.google.com/p/py-setproctitle/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://pypi.python.org/packages/source/s/setproctitle/setproctitle-${version}.tar.gz"
|
distfiles="http://pypi.python.org/packages/source/s/setproctitle/setproctitle-${version}.tar.gz"
|
||||||
checksum=f2926abd47803e288f665401268a9950961be734e981035bde9acb4af80a032d
|
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."
|
|
||||||
|
|
Loading…
Reference in New Issue