public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/psycopg/files: psycopg-2.0.12-setup.py.patch
@ 2009-08-25 15:37 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-08-25 15:37 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/08/25 15:37:26

  Added:                psycopg-2.0.12-setup.py.patch
  Log:
  Fix automagic dependency on dev-python/egenix-mx-base.
  (Portage version: 14155-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-python/psycopg/files/psycopg-2.0.12-setup.py.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/files/psycopg-2.0.12-setup.py.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/psycopg/files/psycopg-2.0.12-setup.py.patch?rev=1.1&content-type=text/plain

Index: psycopg-2.0.12-setup.py.patch
===================================================================
--- setup.py
+++ setup.py
@@ -344,7 +344,7 @@
     mxincludedir = parser.get('build_ext', 'mx_include_dir')
 else:
     mxincludedir = os.path.join(get_python_inc(plat_specific=1), "mx")
-if os.path.exists(mxincludedir):
+if not use_pydatetime and os.path.exists(mxincludedir):
     include_dirs.append(mxincludedir)
     define_macros.append(('HAVE_MXDATETIME','1'))
     sources.append('adapter_mxdatetime.c')






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/psycopg/files: psycopg-2.0.12-setup.py.patch
@ 2014-10-20  5:43 Ian Delaney (idella4)
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2014-10-20  5:43 UTC (permalink / raw
  To: gentoo-commits

idella4     14/10/20 05:43:40

  Removed:              psycopg-2.0.12-setup.py.patch
  Log:
  remove some old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-20  5:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20  5:43 [gentoo-commits] gentoo-x86 commit in dev-python/psycopg/files: psycopg-2.0.12-setup.py.patch Ian Delaney (idella4)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-25 15:37 Arfrever Frehtes Taifersar Arahesis (arfrever)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox