Version: 4.0.35, Package name: py-odbc-4.0.35 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description pyodbc is a MIT-licensed Python module that allows you to use ODBC to connect to almost any database from Windows, Linux, OS/X, and more. It implements the Python Database API Specification v2.0 and additional features to simplify database programming. |
Filesize: 266.895 KB |
Version History (View Complete History) |
|
2021-11-27 01:50:28 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to py3-odbc-4.0.32 |
2021-11-01 18:00:17 by Stuart Henderson | Files touched by this commit (85) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-10-29 09:38:52 by Stuart Henderson | Files touched by this commit (244) |
Log message: convert another batch of py2+3 ports to py3-only, and remove a few more py2-only ports providing py-* modules that are no longer used in ports. this doesn't change ports used to support standalone py2-only applications, not currently planned to remove those at least until a few things with no real alternatives get ported to py3. |
2021-05-21 13:50:39 by Kurt Mosiejczuk | Files touched by this commit (326) |
Log message: Bump the REVISION on all ports that use the python2 version of py-setuptools. Also change the lang/python module to use the new devel/py2-setuptools for python2 ports ok sthen@ |
2021-01-04 07:06:39 by Stuart Henderson | Files touched by this commit (242) |
Log message: regen PLISTs for python ports with .so files that end up renamed due to the EXT_SUFFIX change in Python 3.8.7 |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-06-12 06:44:34 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to py-odbc-4.0.30 |
2020-02-15 12:32:51 by Benoit Lecocq | Files touched by this commit (2) |
Log message: Update to py-odbc-4.0.28. |
2019-11-24 06:24:30 by Stuart Henderson | Files touched by this commit (2) |
Log message: forgotten "cvs add" |
2019-11-23 07:32:28 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to pyodbc-4.0.27 |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2017-01-03 12:17:24 by Landry Breuil | Files touched by this commit (10) |
Log message: bump ports depending on python3 in databases |
2016-11-19 06:37:51 by Patrick Wildt | Files touched by this commit (5) |
Log message: Update py-odbc to 3.0.10. ok danj@ |
2016-03-20 10:12:27 by Christian Weisgerber | Files touched by this commit (104) |
Log message: drop SHARED_ONLY from python and ruby ports |
2015-09-29 04:51:15 by Stuart Henderson | Files touched by this commit (30) |
Log message: bump REVISION for setuptools dep change. |
2015-04-21 12:40:21 by Stuart Henderson | Files touched by this commit (26) |
Log message: add some missing pthread to WANTLIB (using modified portbump, thanks zhuk@) "exciting" one in databases/py-sqlalchemy; port had a bad PKG_ARCH=* line and also contained .so modules. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-06-08 11:33:59 by Jasper Lievisse Adriaanse | Files touched by this commit (24) |
Log message: bump after default python version switch |
2010-11-14 17:22:54 by Marc Espie | Files touched by this commit (427) |
Log message: convert to new style depends zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes |
2010-11-06 16:50:03 by Marc Espie | Files touched by this commit (31) |
Log message: bye bye old LIB_DEPENDS |
2010-09-14 07:16:04 by Stuart Henderson | Files touched by this commit (4) |
Log message: update pyodbc to 2.1.8; from Ryan Boggs with plist fix from me ok jasper@ |
2010-08-30 14:53:57 by Federico G. Schwindt | Files touched by this commit (20) |
Log message: Bump revision after python's default change. |