mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
databases/py-psycopg2cffi: create port
psycopg2cffi is an implementation of the psycopg2 module using cffi, the C Foreign Function Interface for Python. psycopg2 is a PostgreSQL database adapter for the Python programming language. WWW: https://github.com/chtd/psycopg2cffi PR: 208686 Submitted by: Joseph Mingrone <jrm@ftfl.ca>
This commit is contained in:
parent
fd30b8eca5
commit
352cb0599c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413906
@ -759,6 +759,7 @@
|
||||
SUBDIR += py-psycogreen
|
||||
SUBDIR += py-psycopg
|
||||
SUBDIR += py-psycopg2
|
||||
SUBDIR += py-psycopg2cffi
|
||||
SUBDIR += py-pyPgSQL
|
||||
SUBDIR += py-pyhs
|
||||
SUBDIR += py-pylibmc
|
||||
|
23
databases/py-psycopg2cffi/Makefile
Normal file
23
databases/py-psycopg2cffi/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Joseph Mingrone <jrm@ftfl.ca>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= psycopg2cffi
|
||||
PORTVERSION= 2.7.4
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= jrm@ftfl.ca
|
||||
COMMENT= Implementation of the psycopg2 module using cffi
|
||||
|
||||
LICENSE= LGPL3+
|
||||
|
||||
BUILD_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so:devel/py-cffi
|
||||
RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so:devel/py-cffi
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= pgsql python
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/py-psycopg2cffi/distinfo
Normal file
2
databases/py-psycopg2cffi/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (psycopg2cffi-2.7.4.tar.gz) = ade6927a58c8deeaddcde0dea57c2c0e822b3a3ec703cebb63b4c0fcf98d2ed1
|
||||
SIZE (psycopg2cffi-2.7.4.tar.gz) = 62017
|
5
databases/py-psycopg2cffi/pkg-descr
Normal file
5
databases/py-psycopg2cffi/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
psycopg2cffi is an implementation of the psycopg2 module using cffi, the C
|
||||
Foreign Function Interface for Python. psycopg2 is a PostgreSQL database
|
||||
adapter for the Python programming language.
|
||||
|
||||
WWW: https://github.com/chtd/psycopg2cffi
|
Loading…
Reference in New Issue
Block a user