Skip to content
Permalink
Browse files

py-psycopg2: updte to 2.8.1

  • Loading branch information
nerdling committed Apr 8, 2019
1 parent a17415c commit 8d946c0983be17f16d5e305c0ea6dc15453d4e4d
Showing with 9 additions and 9 deletions.
  1. +6 −6 python/py-psycopg2/Portfile
  2. +3 −3 python/py-psycopg2/files/patch-setup.cfg.diff
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name py-psycopg2
version 2.7.7
version 2.8.1

categories-append databases
maintainers {snc @nerdling} openmaintainer
@@ -24,13 +24,13 @@ homepage http://initd.org/psycopg/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}

checksums md5 598e2f43c1b26361ae2d3a3254dae414 \
rmd160 12713d105e20d286ee57a3d820b5c7aa8101b5af \
sha256 f4526d078aedd5187d0508aa5f9a01eae6a48a470ed678406da94b4cd6524b7e \
size 427474
checksums md5 bc46e48e09aa843957b70df96df2f215 \
rmd160 329ada7787e0f6e83333cdd6307b84c45f44b0a8 \
sha256 b4a475ce87eabc0607e068a3c704d0aa0820237ed78d493b8e2d880eb73cd7fe \
size 367961

if {${name} ne ${subport}} {
depends_lib-append path:lib/libssl.dylib:openssl
depends_lib-append path:lib/libssl.dylib:openssl port:py${python.version}-setuptools

patchfiles patch-setup.cfg.diff

@@ -1,10 +1,10 @@
--- setup.cfg.orig 2017-03-01 07:06:27.000000000 -0500
+++ setup.cfg 2017-03-06 18:21:01.000000000 -0500
--- setup.cfg.orig 2019-04-08 09:47:56.000000000 -0400
+++ setup.cfg 2019-04-08 09:48:06.000000000 -0400
@@ -1,6 +1,6 @@
[build_ext]
define =
-pg_config =
+pg_config = @PG_CONFIG@
use_pydatetime = 1
mx_include_dir =
have_ssl = 0
static_libpq = 0

1 comment on commit 8d946c0

@blazewicz

This comment has been minimized.

Copy link
Contributor

@blazewicz blazewicz commented on 8d946c0 Apr 19, 2019

Please sign in to comment.
You can’t perform that action at this time.