diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-06-09 09:43:01 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-06-09 09:43:01 +0000 |
commit | 6e7e9204604b2510e0f4943ab8a44b5abb6adb6d (patch) | |
tree | e5e75ff747a140794c9ad05e40b9c4d1ac4e29c0 | |
parent | 7392a0f5b79b5b8274fbc90974e36fb93c9b2e87 (diff) | |
download | freebsd-ports-6e7e9204604b2510e0f4943ab8a44b5abb6adb6d.zip |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
-rw-r--r-- | devel/drpython/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/drpython/Makefile b/devel/drpython/Makefile index b94dde8c247b..f18a535d4eef 100644 --- a/devel/drpython/Makefile +++ b/devel/drpython/Makefile @@ -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 editor and IDE" \ 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 |