svn commit: r357123 - head/devel/drpython
Marcus von Appen
mva at FreeBSD.org
Mon Jun 9 09:43:01 UTC 2014
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
More information about the svn-ports-all
mailing list