Sunpoet Po-Chuan Hsieh 2017-04-24 15:16:42 +00:00
parent 92f55e5684
commit 38868905e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439306
3 changed files with 8 additions and 6 deletions

View File

@ -2,16 +2,17 @@
# $FreeBSD$
PORTNAME= psycopg2
PORTVERSION= 2.6.2
PORTVERSION= 2.7.1
CATEGORIES= databases python
MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-${PORTVERSION:R:S|.|-|}/ \
CHEESESHOP
MASTER_SITES= CHEESESHOP \
http://initd.org/psycopg/tarballs/PSYCOPG-${PORTVERSION:R:S|.|-|}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= High performance Python adapter for PostgreSQL
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/doc/COPYING.LESSER
OPTIONS_DEFINE= DOCS EXAMPLES

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1477046087
SHA256 (psycopg2-2.6.2.tar.gz) = 70490e12ed9c5c818ecd85d185d363335cc8a8cbf7212e3c185431c79ff8c05c
SIZE (psycopg2-2.6.2.tar.gz) = 376348
TIMESTAMP = 1492961252
SHA256 (psycopg2-2.7.1.tar.gz) = 86c9355f5374b008c8479bc00023b295c07d508f7c3b91dbd2e74f8925b1d9c6
SIZE (psycopg2-2.7.1.tar.gz) = 421034

View File

@ -12,3 +12,4 @@ makes psycopg very fast in typical client-server applications that create a
servicing thread every time a client request arrives.
WWW: http://initd.org/psycopg/
WWW: https://github.com/psycopg/psycopg2