aboutsummaryrefslogtreecommitdiff
path: root/databases/py-odbc
Commit message (Collapse)AuthorAgeFilesLines
* databases/py-odbc: Update to 4.0.17, Rename to databases/py-pyodbcDanilo G. Baio2017-07-184-51/+0
| | | | | | | | | | | | | | | | Rename to comply with PyPI scheme While here: - Switch to USES=localbase and remove a patch that does the same - STRIP pyodbc.so PR: 220305 Submitted by: rob.kruus@gmail.com (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11587 Notes: svn path=/head/; revision=446179
* - Update to 4.0.1Dmitry Marakasov2017-01-172-7/+8
| | | | | | | | | | - While here, add LICENSE_FILE and pet portlint PR: 216144 Submitted by: rob.kruus@gmail.com (maintainer) Notes: svn path=/head/; revision=431764
* Remove unneeded usage of:Mathieu Arnold2016-06-061-2/+1
| | | | | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight Notes: svn path=/head/; revision=416469
* databases/py-odbc: 3.0.7 -> 3.0.10Kurt Jaeger2016-05-245-26/+27
| | | | | | | | | | - Fix for 64-bit int problems and decimal problems. PR: 209668 Submitted by: rob.kruus@gmail.com (maintainer) Notes: svn path=/head/; revision=415762
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371173
* - Remove easy_install dependencyMarcus von Appen2014-06-081-2/+2
| | | | | | | | | | - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357004
* Fix unixODBC vs libiodbc conflictsBaptiste Daroussin2014-05-051-9/+0
| | | | | | | | | | | | | | | | | | | Always rely on unixODBC each time a port is looking for libodbc.so Remove odbc compat from libiodbc This allows to install both kde and gnome at the same time While here: - Convert libiodbc to USES=libtool - Convert a bunch of libiodbc dependencies to USES=libtool - Chase libiodbc.so shlib change - Stagify some ports - Convert some ports to USES=pgsql Discussed with: rakuco (kde) With hat: portmgr Notes: svn path=/head/; revision=353029
* - Fix Makefile's header [1]Frederic Culot2014-04-052-2/+4
| | | | | | | | | | | - Add LICENSE (MIT) [1] - Pet portlint(1) by reformatting WWW link PR: ports/188242 [1] Submitted by: Rober Kruus <rob.kruus@gmail.com> (maintainer) Notes: svn path=/head/; revision=350198
* Convert d* to USES=zipBaptiste Daroussin2014-03-071-1/+1
| | | | Notes: svn path=/head/; revision=347405
* databases/py-odbc: update to 3.0.7William Grzybowski2013-11-224-47/+12
| | | | | | | | | | | | | - Update to 3.0.7 [1] - Allow staging - Remove useless gmake - Use auto plist PR: ports/180580 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=334591
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* 1: Upgrade to 3.0.6.Vanilla I. Shu2013-08-175-52/+39
| | | | | | | | | | 2: trim Makefile header, fix pkg-plist. PR: ports/174242 Submitted by: maintainer [1], me [2] Notes: svn path=/head/; revision=324833
* - Chase unixODBC shlib bumpMartin Wilke2012-02-061-2/+2
| | | | Notes: svn path=/head/; revision=290490
* - Fix PORTREVISIONMartin Wilke2011-02-251-1/+1
| | | | | | | Reported by: dvl via freshports sanity test Notes: svn path=/head/; revision=269628
* - Move over to py25+ or aboveMartin Wilke2011-02-252-2/+2
| | | | | | | - While here kick md5 support Notes: svn path=/head/; revision=269616
* - Fix build with custom PrefixMartin Wilke2009-07-011-5/+15
| | | | | | | | PR: 136002 Submitted by: Robert Kruus <rob.kruus@gmail.com> (maintainer) Notes: svn path=/head/; revision=236860
* pyodbc is a Python module that allows you to use ODBC to connect toMartin Wilke2009-05-055-0/+96
almost any database from Windows, Linux, OS/X, and more. It implements the Python Database API Specification v2.0, but additional features have been added to simplify database programming even more. WWW: http://code.google.com/p/pyodbc/ PR: ports/133757 Submitted by: Robet Kruus <rob.kruus@gmail.com> Notes: svn path=/head/; revision=233254