pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-pg8000-1.16.6 import to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Sun Dec 27 11:18:56 2020 +0100
Changeset: ec6db4c467c159a72ac27afbf11fc6bfd886bd69
Added Files:
py-pg8000/DESCR
py-pg8000/Makefile
py-pg8000/PLIST
py-pg8000/distinfo
Log Message:
py-pg8000-1.16.6 import to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ec6db4c467c159a72ac27afbf11fc6bfd886bd69
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-pg8000/DESCR | 7 +++++++
py-pg8000/Makefile | 18 ++++++++++++++++++
py-pg8000/PLIST | 21 +++++++++++++++++++++
py-pg8000/distinfo | 6 ++++++
4 files changed, 52 insertions(+)
diffs:
diff --git a/py-pg8000/DESCR b/py-pg8000/DESCR
new file mode 100644
index 0000000000..3b43055d79
--- /dev/null
+++ b/py-pg8000/DESCR
@@ -0,0 +1,7 @@
+pg8000 is a Pure-Python interface to the PostgreSQL
+database engine. It is one of many PostgreSQL interfaces
+for the Python programming language. pg8000 is somewhat
+distinctive in that it is written entirely in Python
+and does not rely on any external libraries (such as
+a compiled python module, or PostgreSQL's libpq library).
+pg8000 supports the standard Python DB-API version 2.0.
diff --git a/py-pg8000/Makefile b/py-pg8000/Makefile
new file mode 100644
index 0000000000..8f48d2a332
--- /dev/null
+++ b/py-pg8000/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= pg8000-1.16.6
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= databases python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pg8000/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/tlocke/pg8000
+COMMENT= PostgreSQL interface library
+LICENSE= modified-bsd
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+DEPENDS+= ${PYPKGPREFIX}-scramp>=1.2.0:../../wip/py-scramp
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pg8000/PLIST b/py-pg8000/PLIST
new file mode 100644
index 0000000000..31610db1f5
--- /dev/null
+++ b/py-pg8000/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pg8000/__init__.py
+${PYSITELIB}/pg8000/__init__.pyc
+${PYSITELIB}/pg8000/__init__.pyo
+${PYSITELIB}/pg8000/_version.py
+${PYSITELIB}/pg8000/_version.pyc
+${PYSITELIB}/pg8000/_version.pyo
+${PYSITELIB}/pg8000/converters.py
+${PYSITELIB}/pg8000/converters.pyc
+${PYSITELIB}/pg8000/converters.pyo
+${PYSITELIB}/pg8000/core.py
+${PYSITELIB}/pg8000/core.pyc
+${PYSITELIB}/pg8000/core.pyo
+${PYSITELIB}/pg8000/exceptions.py
+${PYSITELIB}/pg8000/exceptions.pyc
+${PYSITELIB}/pg8000/exceptions.pyo
diff --git a/py-pg8000/distinfo b/py-pg8000/distinfo
new file mode 100644
index 0000000000..962f4debd9
--- /dev/null
+++ b/py-pg8000/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pg8000-1.16.6.tar.gz) = 13dc7347dbb371102c3d3adae59b3981dcab8268
+RMD160 (pg8000-1.16.6.tar.gz) = 774edbfa16eb650267a6f93f3bb65c671cc5e25f
+SHA512 (pg8000-1.16.6.tar.gz) = 175cf0260bfecd9e0525171faacc75b494b06420cd1fdc05d019d5bec10ad7ace5b78e4c160a9e0a36d3ee2fe886dd309ccecf8b276a6c8620674feb5cb81f92
+Size (pg8000-1.16.6.tar.gz) = 79009 bytes
Home |
Main Index |
Thread Index |
Old Index