svn commit: r425770 - head/www/py-turbogears

Antoine Brodin antoine at FreeBSD.org
Tue Nov 8 22:02:39 UTC 2016


Author: antoine
Date: Tue Nov  8 22:02:37 2016
New Revision: 425770
URL: https://svnweb.freebsd.org/changeset/ports/425770

Log:
  Remove deprecated option

Modified:
  head/www/py-turbogears/Makefile

Modified: head/www/py-turbogears/Makefile
==============================================================================
--- head/www/py-turbogears/Makefile	Tue Nov  8 21:41:36 2016	(r425769)
+++ head/www/py-turbogears/Makefile	Tue Nov  8 22:02:37 2016	(r425770)
@@ -27,12 +27,11 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cher
 USES=		gettext python:2
 USE_PYTHON=	distutils autoplist
 
-OPTIONS_DEFINE=	ELIXIR NOSE SQLOBJECT SQLALCHEMY
+OPTIONS_DEFINE=	ELIXIR NOSE SQLOBJECT
 OPTIONS_DEFAULT=SQLOBJECT
 ELIXIR_DESC=	Use Elixir as plugin
 NOSE_DESC=	Use nose TG[testtools]
 SQLOBJECT_DESC=	Use SQLObject as DB backend
-SQLALCHEMY_DESC=Use SQLAlchemy as DB backend TG[future]
 
 .include <bsd.port.options.mk>
 
@@ -52,8 +51,4 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}nos
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}sqlobject>=0.10.1:databases/py-sqlobject
 .endif
 
-.if ${PORT_OPTIONS:MSQLALCHEMY}
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.3.4:databases/py-sqlalchemy06
-.endif
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list