aboutsummaryrefslogtreecommitdiff
path: root/lang/python/pyodbc
Commit message (Collapse)AuthorAge
* treewide: use local python-package.mk & python3-package.mk filesAlexandru Ardelean2018-01-10
| | | | | | | | | | This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* pyodbc: update to version 4.0.21Daniel Golle2017-11-07
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* pyodbc: use WORDS_BIGENDIAN instead of OS-specific definesDaniel Golle2017-07-17
| | | | | | | Python provides the WORDS_BIGENDIAN macro, use it to figure out the native endian of the host. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* pyodbc: really fix endianess of SQL_WCHARDaniel Golle2017-07-16
| | | | | | | | auto-endian auf UTF-16 doesn't work with all drivers, some fail to interpret the byte-order-marking. Hence explicitely use UTF16BE on big-endian systems and UTF16LE otherwise. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* pyodbc: assume SQL_C_WCHAR is native endianDaniel Golle2017-07-14
| | | | | | Bump PKG_REV and remove obsolete PKG_MD5SUM while at it. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* pyodbc: fix python-pyodbc variant ; wasn't workingAlexandru Ardelean2017-07-07
| | | | | | | | | | | Python3 variant was working fine. Also add add PACKAGE_python-pyodbc conditional depend for python packages Otherwise, both Python & Python3 interpreters get built, even tho only one variant is selected. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-pyodbc: add packageDaniel Golle2017-07-01
Signed-off-by: Daniel Golle <daniel@makrotopia.org>