py-pg8000-1.16.6 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-27 11:18:56 +01:00
parent 0a71a6ea54
commit ec6db4c467
4 changed files with 52 additions and 0 deletions

7
py-pg8000/DESCR Normal file
View File

@ -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.

18
py-pg8000/Makefile Normal file
View File

@ -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
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"

21
py-pg8000/PLIST Normal file
View File

@ -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

6
py-pg8000/distinfo Normal file
View File

@ -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