From 4942ce5a7d8a3d0cbebaf4d202011850d1f7569f Mon Sep 17 00:00:00 2001 From: Alexander Botero-Lowry Date: Mon, 30 Jul 2007 09:42:28 +0000 Subject: - Make Python 2.5.1 the default Python version - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav --- net-im/py-jabber/Makefile | 2 ++ net-im/py-msnp/Makefile | 1 + net-im/py-pyxmpp/Makefile | 3 +++ net-im/py-twistedWords/Makefile | 1 + 4 files changed, 7 insertions(+) (limited to 'net-im') diff --git a/net-im/py-jabber/Makefile b/net-im/py-jabber/Makefile index d7ea7eab5a20..ecd9b79fab97 100644 --- a/net-im/py-jabber/Makefile +++ b/net-im/py-jabber/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= ${PYEXPAT} USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= jabber.py +PYDISTUTILS_PKGVERSION= 0.3-1 post-install: @${ECHO} "jabber" > ${PYTHON_SITELIBDIR}/jabber.pth diff --git a/net-im/py-msnp/Makefile b/net-im/py-msnp/Makefile index f41b54bf47d4..d98a051924a1 100644 --- a/net-im/py-msnp/Makefile +++ b/net-im/py-msnp/Makefile @@ -19,6 +19,7 @@ COMMENT= MSN messaging in Python USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= msnp.py .if !defined(NOPORTDOCS) post-install: diff --git a/net-im/py-pyxmpp/Makefile b/net-im/py-pyxmpp/Makefile index 7ec5d55605f8..cd56d0a8ba02 100644 --- a/net-im/py-pyxmpp/Makefile +++ b/net-im/py-pyxmpp/Makefile @@ -24,6 +24,9 @@ USE_PYTHON= 2.3+ #USE_PYDISTUTILS= yes USE_BZIP2= yes +INSTALLS_EGGINFO= yes +PYDISTUTILS_PKGVERSION= 1.0.0_svn + post-extract: @${MKDIR} ${WRKSRC}/.svn diff --git a/net-im/py-twistedWords/Makefile b/net-im/py-twistedWords/Makefile index 6e1156a5f611..3da2727ad575 100644 --- a/net-im/py-twistedWords/Makefile +++ b/net-im/py-twistedWords/Makefile @@ -21,5 +21,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= Twisted_Words .include -- cgit v1.2.3