mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 2.5.4
- Add LICENSE - Add DOCS and EXAMPLES to OPTIONS_DEFINE Changes: http://initd.org/psycopg/articles/2014/08/30/psycopg-254-released/
This commit is contained in:
parent
234b9c78eb
commit
a0748d649b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373302
2 changed files with 14 additions and 16 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= psycopg2
|
PORTNAME= psycopg2
|
||||||
PORTVERSION= 2.5.3
|
PORTVERSION= 2.5.4
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= databases python
|
CATEGORIES= databases python
|
||||||
MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-5/ \
|
MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-5/ \
|
||||||
CHEESESHOP
|
CHEESESHOP
|
||||||
|
@ -12,21 +11,20 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= High performance Python adapter for PostgreSQL
|
COMMENT= High performance Python adapter for PostgreSQL
|
||||||
|
|
||||||
USES= pgsql python
|
LICENSE= LGPL3
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
USES= pgsql python
|
||||||
|
|
||||||
PORTEXAMPLES= binary.py copy_from.py copy_to.py cursor.py dialtone.py \
|
PORTDOCS= AUTHORS INSTALL NEWS PKG-INFO README
|
||||||
dict.py dt.py encoding.py fetch.py lastrowid.py lobject.py \
|
PORTEXAMPLES= *
|
||||||
mogrify.py myfirstrecipe.py notify.py simple.py somehackers.jpg \
|
|
||||||
threads.py typecast.py tz.py usercast.py whereareyou.jpg
|
|
||||||
|
|
||||||
PORTDOCS= AUTHORS INSTALL README NEWS PKG-INFO
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||||
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
|
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
|
||||||
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/
|
||||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (psycopg2-2.5.3.tar.gz) = 3a2df3bb113187227aa97d0dd3d06e0f26be3d50dcdeeaef67fac59ed51a030a
|
SHA256 (psycopg2-2.5.4.tar.gz) = 24ba3f328aba08d8d505bc2a8f68a94ebe24a85e8483640b667221bc0efd3b1e
|
||||||
SIZE (psycopg2-2.5.3.tar.gz) = 690689
|
SIZE (psycopg2-2.5.4.tar.gz) = 682578
|
||||||
|
|
Loading…
Add table
Reference in a new issue