diff options
author | wiz <wiz@pkgsrc.org> | 2014-02-17 14:32:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-02-17 14:32:28 +0000 |
commit | 6a21ec2c9d869c51c1bf2e97f6d91ae739506dce (patch) | |
tree | de4576e45194b1895b557b26d02c7c134ff074bb /biology/py-mol | |
parent | 74d10c6ee84fb786f9024f51019d8e53843276d1 (diff) | |
download | pkgsrc-6a21ec2c9d869c51c1bf2e97f6d91ae739506dce.tar.gz |
Mark as not ready for python-3.x.
While here, slightly clean up Makefile and fix conflict with itself
by adding ${PYVERSSUFFIX} to pymol binary.
Bump PKGREVISION.
Diffstat (limited to 'biology/py-mol')
-rw-r--r-- | biology/py-mol/Makefile | 16 | ||||
-rw-r--r-- | biology/py-mol/PLIST | 4 |
2 files changed, 11 insertions, 9 deletions
diff --git a/biology/py-mol/Makefile b/biology/py-mol/Makefile index 7dd097bd47c..d5708e1f087 100644 --- a/biology/py-mol/Makefile +++ b/biology/py-mol/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2014/01/18 19:56:36 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2014/02/17 14:32:28 wiz Exp $ DISTNAME= pymol-v1.5.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pymol-v/mol-/} EGG_NAME= pymol-1.5.0.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= biology MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pymol/} EXTRACT_SUFX= .tar.bz2 @@ -12,33 +12,35 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pymol.org/ COMMENT= Molecular Visualization System -USE_TOOLS+= csh:run - DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy PYTHON_VERSIONED_DEPENDENCIES= Pmw +PYTHON_VERSIONS_INCOMPATIBLE= 33 WRKSRC= ${WRKDIR}/pymol +USE_TOOLS+= csh:run + CONFLICTS= pymol-[0-9]* -PYTHON_SELF_CONFLICT= yes USE_LANGUAGES= c c++ REPLACE_CSH= test/vdiff -REPLACE_PYTHON= test/cyg test/run test/show test/win.py +REPLACE_PYTHON= test/cyg test/run test/show test/win.py modules/pmg_tk/startup/apbs_tools.py # not used CHECK_PORTABILITY_SKIP+= setup/* INSTALLATION_DIRS= bin +PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} + # Gross hack PYSETUPBUILDTARGET= install ${_PYSETUPINSTALLARGS} post-install: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} PYTHONPATH=${DESTDIR}${PREFIX}/${PYSITELIB} ${PYTHONBIN} setup2.py install ${_PYSETUPINSTALLARGS} - ${INSTALL_SCRIPT} ${WRKSRC}/pymol ${DESTDIR}${PREFIX}/bin/pymol + ${INSTALL_SCRIPT} ${WRKSRC}/pymol ${DESTDIR}${PREFIX}/bin/pymol${PYVERSSUFFIX} .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" diff --git a/biology/py-mol/PLIST b/biology/py-mol/PLIST index 93cf96ef46c..9833920b0ff 100644 --- a/biology/py-mol/PLIST +++ b/biology/py-mol/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2013/04/14 19:48:56 joerg Exp $ -bin/pymol +@comment $NetBSD: PLIST,v 1.6 2014/02/17 14:32:28 wiz Exp $ +bin/pymol${PYVERSSUFFIX} ${PYSITELIB}/chempy/__init__.py ${PYSITELIB}/chempy/__init__.pyc ${PYSITELIB}/chempy/__init__.pyo |