- Repocopy py-pg8000 --> py-pg8000-112 and downgrade to 1.12.5

This commit is contained in:
Wen Heping 2019-02-14 07:36:54 +00:00
parent 9f72b1fba1
commit 52804d2f53
4 changed files with 36 additions and 0 deletions

View file

@ -802,6 +802,7 @@
SUBDIR += py-oursql
SUBDIR += py-peewee
SUBDIR += py-pg8000
SUBDIR += py-pg8000-112
SUBDIR += py-pg_pqueue
SUBDIR += py-pgcli
SUBDIR += py-pgdbconn

View file

@ -0,0 +1,23 @@
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= pg8000
PORTVERSION= 1.12.5
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -112
MAINTAINER= wen@FreeBSD.org
COMMENT= Pure-Python Interface to the PostgreSQL Database
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1550111139
SHA256 (pg8000-1.12.5.tar.gz) = 5d07ac0afc154897eaa2faff27b8f71e1d85719de5b92896cca33324a09d83f9
SIZE (pg8000-1.12.5.tar.gz) = 55513

View file

@ -0,0 +1,9 @@
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.
WWW: https://github.com/mfenniak/pg8000