databases/py-psycopg2cffi: update to version 2.7.5
Release Notes: https://pypi.python.org/pypi/psycopg2cffi#october-2016 Port changes: Set LICENSE_FILE and strip shared library. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8413
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= psycopg2cffi
|
||||
PORTVERSION= 2.7.4
|
||||
PORTVERSION= 2.7.5
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -10,6 +10,7 @@ MAINTAINER= jrm@FreeBSD.org
|
||||
COMMENT= Implementation of the psycopg2 module using cffi
|
||||
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so:devel/py-cffi
|
||||
RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so:devel/py-cffi
|
||||
@@ -19,4 +20,7 @@ NO_ARCH= yes
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= pgsql python
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/_impl/_libpq.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
SHA256 (psycopg2cffi-2.7.4.tar.gz) = ade6927a58c8deeaddcde0dea57c2c0e822b3a3ec703cebb63b4c0fcf98d2ed1
|
||||
SIZE (psycopg2cffi-2.7.4.tar.gz) = 62017
|
||||
TIMESTAMP = 1478013173
|
||||
SHA256 (psycopg2cffi-2.7.5.tar.gz) = a36a4c74060123232abed6fa8bbc7355b322b99fc22b60191128aa20d147e290
|
||||
SIZE (psycopg2cffi-2.7.5.tar.gz) = 62733
|
||||
|
||||
Reference in New Issue
Block a user