- Update to 3.8.1
PR: ports/109026 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> Approved by: maintainer timeout (girgen; 6 months)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= PyGreSQL
|
||||
PORTVERSION= 3.8
|
||||
PORTVERSION= 3.8.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= ftp://ftp.pygresql.org/pub/distrib/
|
||||
@@ -39,9 +39,9 @@ post-install:
|
||||
@ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -lf \
|
||||
${PYTHONPREFIX_SITELIBDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
.for docfile in announce.txt changelog.txt
|
||||
.for docfile in announce.txt changelog.txt pg.txt pgdb.txt
|
||||
@ ${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${docfile} \
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/${docfile} \
|
||||
${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (PyGreSQL-3.8.tgz) = 312f5e90a63ea17f8c65bc83b85a55f3
|
||||
SHA256 (PyGreSQL-3.8.tgz) = 551c02ee9d9dc434604c4df62221a6ded88a82999f43e286cf2d092255948777
|
||||
SIZE (PyGreSQL-3.8.tgz) = 40754
|
||||
MD5 (PyGreSQL-3.8.1.tgz) = 5575979dac93c9c5795d7693a8f91c86
|
||||
SHA256 (PyGreSQL-3.8.1.tgz) = 5638e1f12c8dd4f1ea8c9db4f92a98d19e66dbef2e25ab45ede190c3fcac816d
|
||||
SIZE (PyGreSQL-3.8.1.tgz) = 81186
|
||||
|
||||
@@ -4,9 +4,7 @@ From the README:
|
||||
embeds the PostgreSQL query library to allow easy use of the powerful
|
||||
PostgreSQL features from a Python script.
|
||||
|
||||
As of version 3.2, PyGreSQL was folded into the PostgreSQL development tree.
|
||||
PyGreSQL includes a DB-API 2.0 compliant API wrapper.
|
||||
|
||||
Author: D'Arcy J.M. Cain <darcy@druid.net>
|
||||
WWW: http://www.druid.net/pygresql/
|
||||
See also: http://www.postgresql.org/idocs/index.php?pygresql.html
|
||||
WWW: http://www.pygresql.org
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/announce.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/changelog.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pg.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pgdb.txt
|
||||
%%PYTHON_SITELIBDIR%%/_pg.so
|
||||
%%PYTHON_SITELIBDIR%%/pg.py
|
||||
%%PYTHON_SITELIBDIR%%/pg.pyc
|
||||
|
||||
Reference in New Issue
Block a user