Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f613f9718c78253e2407c3a7fe40bf719f2304dc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f613f9718c78253e2407c3a7fe40bf719f2304dc)
  • Date: Tue, 21 Nov 2017 01:44:30 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/py-setproctitle/DEPENDS | 1 +
python-pypi/py-setproctitle/DETAILS | 24 ++++++++++++++++++++++++
python-pypi/py-setproctitle/HISTORY | 2 ++
4 files changed, 31 insertions(+)

New commits:
commit f613f9718c78253e2407c3a7fe40bf719f2304dc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

py-setproctitle: new spell, Python module to customize the process title

diff --git a/ChangeLog b/ChangeLog
index 64867c1..003a169 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-11-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/py-setproctitle: new spell, Python module to customize
+ the process title
+
2017-11-19 Treeve Jelbert <treeve AT sourcemage.org>
* gnu.gpg: add F1175C5B "Benno Schulenberg <bensberg AT justemail.net>"

diff --git a/python-pypi/py-setproctitle/DEPENDS
b/python-pypi/py-setproctitle/DEPENDS
new file mode 100755
index 0000000..6de4242
--- /dev/null
+++ b/python-pypi/py-setproctitle/DEPENDS
@@ -0,0 +1 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS"
diff --git a/python-pypi/py-setproctitle/DETAILS
b/python-pypi/py-setproctitle/DETAILS
new file mode 100755
index 0000000..d5bd84a
--- /dev/null
+++ b/python-pypi/py-setproctitle/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=py-setproctitle
+ SPELLX=setproctitle
+ VERSION=1.1.10
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.io/packages/source/s/${SPELLX}/${SOURCE}
+
SOURCE_HASH=sha512:c976c5b86f59bc6d0f840f495b8256813169d3d7b9edae70207a24d62e1240bfec954fdc4f67b429ae124e3dc74efd7193404785643a52b2d57b55028bb3c533
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ LICENSE[0]=BSD
+ WEB_SITE=https://github.com/dvarrazzo/py-setproctitle
+ ENTERED=20171120
+ SHORT="Python module to customize the process title"
+cat << EOF
+The setproctitle module 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.
+EOF
diff --git a/python-pypi/py-setproctitle/HISTORY
b/python-pypi/py-setproctitle/HISTORY
new file mode 100644
index 0000000..a349a9e
--- /dev/null
+++ b/python-pypi/py-setproctitle/HISTORY
@@ -0,0 +1,2 @@
+2017-11-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.1.10



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f613f9718c78253e2407c3a7fe40bf719f2304dc), Vlad Glagolev, 11/20/2017

Archive powered by MHonArc 2.6.24.

Top of Page