Bug 208686 - [NEW PORT] databases/psycopg2cffi: An implementation of the psycopg2 module using cffi
Summary: [NEW PORT] databases/psycopg2cffi: An implementation of the psycopg2 module u...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-11 01:52 UTC by Joseph Mingrone
Modified: 2016-04-23 19:47 UTC (History)
1 user (show)

See Also:


Attachments
shar patch for new port databases/py-psycopg2cffi (1.77 KB, text/plain)
2016-04-11 01:52 UTC, Joseph Mingrone
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Mingrone freebsd_committer freebsd_triage 2016-04-11 01:52:30 UTC
Created attachment 169170 [details]
shar patch for new port databases/py-psycopg2cffi

portlint: OK
testport: OK (poudriere: 9.3-RELEASE-p39, i386)
testport: OK (poudriere: 9.3-RELEASE-p39, amd64)
testport: OK (poudriere: 10.3-RELEASE,    i386)
testport: OK (poudriere: 10.3-RELEASE,    amd64)
 
https://github.com/chtd/psycopg2cffi
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-04-23 19:46:29 UTC
A commit references this bug:

Author: swills
Date: Sat Apr 23 19:46:19 UTC 2016
New revision: 413906
URL: https://svnweb.freebsd.org/changeset/ports/413906

Log:
  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>

Changes:
  head/databases/Makefile
  head/databases/py-psycopg2cffi/
  head/databases/py-psycopg2cffi/Makefile
  head/databases/py-psycopg2cffi/distinfo
  head/databases/py-psycopg2cffi/pkg-descr
Comment 2 Steve Wills freebsd_committer freebsd_triage 2016-04-23 19:47:38 UTC
Committed, thanks!