1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

databases/py-mssql: mark broken and deprecated

pymssql 1.0.2 is known by its developers [1] to be broken with FreeTDS 0.91 and
later. It should be upgraded to 2.x anyway for Python 3. The bug is that DB
queries return no rows, and therefore it's unlikely to work for anyone.

[1] http://pymssql.org/en/latest/faq.html#queries-return-no-rows

Users should switch to using databases/py-pymssql instead.
Expiration date is set to 2015-10-28.

PR:		198719
Submitted by:	bilbo@hobbiton.org
This commit is contained in:
Ruslan Makhmatkhanov 2015-09-28 18:43:52 +00:00
parent e12c842c5e
commit e4e7fe18da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398134

View File

@ -12,6 +12,10 @@ DISTNAME= pymssql-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python database interface for simple MS-SQL access
BROKEN= Broken with current FreeTDS. Please use databases/py-pymssql instead
DEPRECATED= Broken with current FreeTDS. Please use databases/py-pymssql instead
EXPIRATION_DATE=2015-10-28
LICENSE= LGPL21 # or later
LICENSE_FILE= ${WRKSRC}/lgpl.txt