mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 2.7.1
- Add LICENSE_FILE - Add GitHub repository to WWW Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS http://initd.org/psycopg/articles/2017/03/13/psycopg-271-released/ http://initd.org/psycopg/articles/2017/03/01/psycopg-27-released/
This commit is contained in:
parent
92f55e5684
commit
38868905e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439306
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user