./databases/py-pgnotify, Python interface to PostgreSQL LISTEN/NOTIFY

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1nb5, Package name: py311-pgnotify-0.1nb5, Maintainer: pkgsrc-users

pgnotify is a PostgreSQL client-side asynchronous notification handler for
Python and PyGreSQL.

Typically, asynchronous notification is used to communicate the message "I
changed this table, take a look at it to see what's new" from one PostgreSQL
client to other interested PostgreSQL clients.

A useful programming technique is to generate asynchronous notification in a
rule that is triggered by table updates; this way, notification happens
automatically when the table is changed and the application programmer can't
accidentally forget to do it.

At present, pgnotify works with PyGreSQL only. It should work with PoPy and
psycopg when those modules provide Pythonic interfaces to additional necessary
PostgreSQL client-side functions, as described in the README.


Required to run:
[databases/py-postgresql] [lang/python310]

Master sites:

Filesize: 6.004 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-15 14:48:13 by Thomas Klausner | Files touched by this commit (5)
Log message:
*: reset MAINTAINER/OWNER for inactive developer
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2022-01-01 16:07:27 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-pgnotify: convert to egg.mk

Disable for python 2.7. Nothing in pkgsrc needs this, and supporting
this would need hacks.

Bump PKGREVISION.
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2017-09-04 20:01:05 by Thomas Klausner | Files touched by this commit (192)
Log message:
Comment out dead sites.
   2016-03-25 22:15:07 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Avoid outdated exception throwing syntax.
   2016-03-20 23:10:14 by Thomas Klausner | Files touched by this commit (2)
Log message:
Convert to distutils.mk.

Mark as ready for python-3.x now that py-postgresql is.

Bump PKGREVISION.