Skip to Content.
Sympa Menu

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

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 (fada55e73b21e17d7999e84e974af054adf95483)
  • Date: Sun, 21 May 2017 00:59:08 +0000

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

ChangeLog | 4 ++++
python-pypi/pg8000/DEPENDS | 3 +++
python-pypi/pg8000/DETAILS | 17 +++++++++++++++++
python-pypi/pg8000/HISTORY | 2 ++
4 files changed, 26 insertions(+)

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

pg8000: new spell, pure-Python interface to the PostgreSQL database engine

diff --git a/ChangeLog b/ChangeLog
index 6b499fe..9d14759 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pg8000: new spell, pure-Python interface to the
+ PostgreSQL database engine
+
2017-05-19 Vlad Glagolev <stealth AT sourcemage.org>
* chat-irc/hexchat.gpg: moved from chat-irc/hexchat/hexchat.gpg
* chat-irc/hexchat-otr: new spell, off the record plugin for HexChat
diff --git a/python-pypi/pg8000/DEPENDS b/python-pypi/pg8000/DEPENDS
new file mode 100755
index 0000000..db79fd0
--- /dev/null
+++ b/python-pypi/pg8000/DEPENDS
@@ -0,0 +1,3 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS" &&
+
+depends six
diff --git a/python-pypi/pg8000/DETAILS b/python-pypi/pg8000/DETAILS
new file mode 100755
index 0000000..75f80f5
--- /dev/null
+++ b/python-pypi/pg8000/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=pg8000
+ VERSION=1.10.6
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.io/packages/source/p/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:629878b0f32892ea47b4e3c522e93f81b8226fdff481b3f93aed81deaa09e463f06c1fe465a14b92a0af1c4211dba165224c7cbfcf6752c8df6ece03df158316
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://pythonhosted.org/pg8000/
+ LICENSE[0]=BSD
+ ENTERED=20170520
+ KEYWORDS="python postgresql"
+ SHORT="pure-Python interface to the PostgreSQL database engine"
+cat << EOF
+pg8000 is a pure-Python PostgreSQL driver that complies with DB-API 2.0.
+
+The driver communicates with the database using the PostgreSQL
Frontend/Backend
+Protocol.
+EOF
diff --git a/python-pypi/pg8000/HISTORY b/python-pypi/pg8000/HISTORY
new file mode 100644
index 0000000..2294de8
--- /dev/null
+++ b/python-pypi/pg8000/HISTORY
@@ -0,0 +1,2 @@
+2017-05-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 1.10.6



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

Archive powered by MHonArc 2.6.24.

Top of Page