Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2014 09:43:01 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357123 - head/devel/drpython
Message-ID:  <201406090943.s599h1Q8009259@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Mon Jun  9 09:43:01 2014
New Revision: 357123
URL: http://svnweb.freebsd.org/changeset/ports/357123
QAT: https://qat.redports.org/buildarchive/r357123/

Log:
  - Remove easy_install dependency
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:	python@
  Approved by:	portmgr (implicit)

Modified:
  head/devel/drpython/Makefile

Modified: head/devel/drpython/Makefile
==============================================================================
--- head/devel/drpython/Makefile	Mon Jun  9 09:14:47 2014	(r357122)
+++ head/devel/drpython/Makefile	Mon Jun  9 09:43:01 2014	(r357123)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drpython
 PORTVERSION=	3.11.4
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	SF/${PORTNAME}/DrPython%20%283.x%29/${PORTVERSION}
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
@@ -20,10 +21,9 @@ NO_ARCH=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USES=		zip
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYDISTUTILS_PKGNAME=	DrPython
 USE_WX=		2.8
 WX_COMPS=	python:lib
 
@@ -36,6 +36,7 @@ DESKTOP_ENTRIES="DrPython" "Python edito
 post-patch:
 	@${REINPLACE_CMD} -e \
 		'/postinst.py/d' ${WRKSRC}/setup.py
+	@${RM} ${WRKSRC}/setup.cfg
 	@${REINPLACE_CMD} -e \
 		's|firefox|xdg-open|' ${WRKSRC}/drPreferences.py
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406090943.s599h1Q8009259>