diff options
author | Arn0 <yth@ythogtha.org> | 2022-02-24 15:29:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-24 22:11:41 +0700 |
commit | f49cfa8d312061aeb182a4db2c8f7f432dfc7de1 (patch) | |
tree | a32670e8ff2ba79bbca24b51a45128804442e7c7 /python/python2-psycopg2/slack-desc | |
parent | c325377a99698366a42697899f19281312f60826 (diff) |
python/python2-psycopg2: renamed from psycopg2 as the latest version supporting python2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-psycopg2/slack-desc')
-rw-r--r-- | python/python2-psycopg2/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python2-psycopg2/slack-desc b/python/python2-psycopg2/slack-desc new file mode 100644 index 0000000000000..7799fe98019ec --- /dev/null +++ b/python/python2-psycopg2/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python2-psycopg2: python2-psycopg2 (Python2 PostgreSQL bindings) +python2-psycopg2: +python2-psycopg2: psycopg is a PostgreSQL database adapter for Python. It supports the +python2-psycopg2: full Python DBAPI 2.0, and is thread safe at level 2. psycopg was +python2-psycopg2: designed for heavily multi-threaded applications. +python2-psycopg2: +python2-psycopg2: The psycopg2 website can be found at: +python2-psycopg2: http://initd.org/tracker/psycopg/wiki/PsycopgTwo +python2-psycopg2: +python2-psycopg2: +python2-psycopg2: |