summaryrefslogtreecommitdiff
path: root/databases/py-mysqldb/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2014-12-31Improve EGG_NAME default to work for packages with '-' in their name.wiz1-2/+1
Remove now unnecessary overrides in various packages.
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-04-12Changes 1.2.5:adam1-10/+15
* Unknown Changes 1.2.4: * Added support for the MySQL read_timeout option. * Added a workaround so that the MySQL character set utf8mb4 works with Python; utf8 is substituted on the Python side. * Unified test database configuration, and set up CI testing with Travis.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-1/+2
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-03-02Bump PKGREVISION for mysql default change to 55.wiz1-2/+2
2012-10-16Simplify a lot by using egg.mk.wiz1-10/+3
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-15Recursive bump from mysql51-client library changed to use openssl.obache1-2/+2
2012-04-15Reset maintainer, developer has left the buildingwiz1-2/+2
2010-09-30Bump PKGREVISION by default mysql version changed from 5.0 to 5.1.obache1-1/+2
2010-08-10Update "py-mysql" package to version 1.2.3. A list of the changes sincetron1-2/+2
release candidate 1 is not available unfortunately.
2009-09-23Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessarytron1-2/+1
after Python 2.3 has been removed from "pkgsrc". Approved by Thomas Klausner.
2009-09-22Update "py-mysqldb" package to version 1.2.3rc1 (1.2.3c1).tron1-7/+8
Changes since 1.2.2: - Add a test for connection.ping() - Fix #2061583: Ignore any non-numeric portion of client and server version numbers. - Fix for bug #2479317 (patch #2496558) by kylev. Make some time handling stuff more consistent. - Backport some new trunk tests - Move tests into their own directory to parallel trunk - Short-term fix for bug #2671682. - Add nose.collector as test_suite - We missed one more 2.6-warning generating exception - Fix bug 1808476 for OSX compilation, ported from trunk. - don't leak special-case tuples (present in unicode modes) - Updated ez_setup.py to latest version. - Found one more old-style raise. Should fix #2122496. - Found one more Set reference. - Change raise to use the modern syntax for Python 3.0 compatibility. - Remove more deprecated Set usage. Refs #2156977. - More documentation updates. - Documentation and package data updates - Fix #2001855: Don't use ez_setup; just use setuptools direction. - Fix #2156977: Use frozenset as the base for DBAPISet. Only tested for Python 2.5. - Fix bug #2137599: Better regex for parsing INPUT statements. Passes unit tests but has not been thoroughly tested. - Remove versioned python name from package as egg packaging also does this. This package now works with the "python26" package.
2009-09-07Retire Python 2.3 support.joerg1-2/+2
2009-05-24Set the license type to "gnu-gpl-v2".tron1-1/+2
2009-03-05Remove PYBINMODULE. All it did was mark some packages as not availablejoerg1-2/+1
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
2008-08-06Update py-mysqldb to 1.2.2.mjl1-17/+10
Changes are too many to list since the previous version was from 2002.
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-04-25Explicitly include Python 2.1 as this is used by Zope 2.5.joerg1-1/+3
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-09Remove MYSQL_VERSIONS_ACCEPTED, mysql-4.0.x was removed.xtraeme1-3/+1
2006-01-08Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysqlxtraeme1-2/+2
pkg has been changed to 5.x). Reminded by wiz... thanks.
2005-04-26Remove 30 from MYSQL_VERSIONS_ACCEPTED, since mysql3 packages have been removed.wiz1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-11-10MYSQL_VERSIONS_ACCEPTED= 40 30rtr1-1/+3
2004-10-29use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk,jdolecek1-2/+2
so that we'd not force dependance on specific MySQL version, and instead pick the currently installed mysql*-client (or install the default if there is no mysql-client package installed yet) this makes package buildable with arbitrary MySQL version, such as 3.23.x, 4.0.x or 4.1.x
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-04-25bl3ifyrecht1-4/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-11Need to comment out the platforms line in setup.py if building under 2.0jmc1-3/+9
2003-04-13Update of database/py-mysqldb to 0.9.2.cjep1-3/+3
Changes since 0.9.1 include: * Bugs fixed, including segfault problem with Python 1.5.2 * Take advantage of GC memory allocator in Python 2.2 * cursor.execute(query) with no arguments leaves the original query string alone. * Mac OS X tidy ups. * Memory leak fixes. * cursor.executemany() fixes. * Other fixes (see the CHANGELOG file for details) From PR#19056 from MLH. Note that we assume the client library is not thread safe as per 0.9.1.
2002-10-10buildlink1 -> buildlink2.wiz1-3/+4
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-2/+2
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-01-29update to 0.9.1, in response to PR pkg/15054 by jgoerzen@complete.orgdrochner1-27/+12
2002-01-19use python buildlink filedrochner1-7/+14
2001-03-26Depend on mysql-client>=3.23.35 because of library major bump.bad1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-28Updated to use python 2.0.wiz1-4/+4
2000-03-11Update to 0.1.3tsarna1-4/+4
2000-02-26MySQLdb, a new, improved MySQL interface for Python. Features:tsarna1-0/+30
- Compatibility with MySQL 3.22 - Compliance with Python database API version 2.0 - Thread-safety - Thread-friendliness (threads will not block each other)