Anthony Tuininga
2c07de41fd
Preparing to release 4.4.
2008-06-06 15:31:18 +00:00
Anthony Tuininga
d11dcba0ea
Attempt to use setuptools if possible and fall back to normal distutils if
...
setuptools is not found or installed.
2008-05-29 13:48:14 +00:00
Anthony Tuininga
e7dcdff522
Added line to make it easier to support setup tools if desired.
2008-05-28 20:46:00 +00:00
Anthony Tuininga
d32456f88d
Fix support for packaging documentation after switching to reST format.
2008-05-28 20:43:47 +00:00
Anthony Tuininga
239b5a6695
Cygwin is on Windows so should be treated in the same way as noted by Matthew
...
Cahn.
2008-04-09 04:47:19 +00:00
Anthony Tuininga
99abfa0e4a
Add support for recognizing the Oracle instant client and building with it;
...
modify the libraries used for locating an Oracle installation on Windows to
those libraries that are commonly found in the full client as well as the
instant client.
2008-03-26 14:53:12 +00:00
Anthony Tuininga
1cea81e08d
Use the shared library libclntsh.so to determine which Oracle version is in use
...
rather than the static client libraries which are not shipped with Oracle XE
or the instant client; thanks to Catherine Devlin for pointing this out and
providing an initial patch. In addition, allow for the situation where the
instant client is installed as Linux RPMs which use different locations than
the standard client in that situation.
2007-10-13 03:01:33 +00:00
Anthony Tuininga
1d057bcd5f
Remove duplicate keyword argument.
2007-10-02 22:40:45 +00:00
Anthony Tuininga
6d1d519584
Add all metadata into the setup configuration script.
2007-10-02 04:03:32 +00:00
Anthony Tuininga
4ab1a9e2e9
Added some samples for more advanced techniques.
2007-10-01 20:33:54 +00:00
Anthony Tuininga
3033c3d554
Tweak the building of RPM packages in order to include the Oracle version and
...
Python version in the name.
2007-09-29 22:07:26 +00:00
Anthony Tuininga
87df7241c8
The bdist_msi command is only available in Python 2.5 and up.
2007-09-24 18:35:20 +00:00
Anthony Tuininga
183826cf6f
Use qualified wildcards as otherwise Windows includes files from the .svn
...
directories, for example. Also remove dependency on existing MANIFEST file in
the setup script.
2007-09-21 13:43:19 +00:00
Anthony Tuininga
7dc371db7a
Rearrange code in order to make the dependent projects build easier.
2007-09-15 23:56:24 +00:00
Anthony Tuininga
510b66a21a
Make the search for the lib32 and lib64 directories automatic for all
...
platforms.
2007-09-13 04:42:14 +00:00
Anthony Tuininga
0f5f55d2e6
Only include bdist_wininst and bdist_msi on Windows.
2007-09-13 04:40:26 +00:00
Anthony Tuininga
2ea38919cf
Add global statements simply to make running the setup script within another
...
setup script (cx_OracleDBATools) happy.
2007-09-11 16:41:35 +00:00
Anthony Tuininga
562359d339
Tweak setup.py to create a directory containing the Oracle version in addition
...
to the Python version since they are quite different.
2007-09-10 22:40:21 +00:00
Anthony Tuininga
dd3088cf8a
Put the options directly in the setup.py rather than in setup.cfg.
2007-09-05 04:53:12 +00:00
Anthony Tuininga
e0d607ce77
Remove unnecessary dependency on win32api since the gcc compiler is perfectly
...
capable of linking against DLLs directly.
2007-08-22 19:54:19 +00:00
Anthony Tuininga
f5255a1f0d
Use depends directive to indicate which source files the module depends upon
...
(but does not compile directly).
2007-08-14 17:34:33 +00:00
Anthony Tuininga
203d04c204
Use the SourceForge web site now since the Starship site appears to be no
...
longer actively maintained.
2007-07-29 05:06:22 +00:00
Anthony Tuininga
4e5bd3ccb9
Attempt to locate an Oracle installation by looking at the PATH if the
...
environment variable ORACLE_HOME is not set; this is of primary use on Windows
where this variable should not normally be set.
2007-06-13 21:24:08 +00:00
Anthony Tuininga
104e11b67a
Last public release from Computronix.
2007-06-13 21:15:16 +00:00