aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-tktreectrl
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-03-09 21:50:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-03-09 21:50:12 +0000
commit472d626d36d9dc94c9d36110bb72c70d5728a1ca (patch)
treef68c8c1560da9ef31e1040890923e8dc4599fd6e /x11-toolkits/py-tktreectrl
parentb22974230ff0b6da191a2fb94ec3e76c4f45b92d (diff)
downloadports-472d626d36d9dc94c9d36110bb72c70d5728a1ca.tar.gz
ports-472d626d36d9dc94c9d36110bb72c70d5728a1ca.zip
Update and sort RUN_DEPENDS: use PKGNAME instead of filename
- Reword comment - Clean up unnecessary PYDISTUTILS_* - Reformat pkg-descr - Update WWW - Take maintainership
Notes
Notes: svn path=/head/; revision=464031
Diffstat (limited to 'x11-toolkits/py-tktreectrl')
-rw-r--r--x11-toolkits/py-tktreectrl/Makefile14
-rw-r--r--x11-toolkits/py-tktreectrl/pkg-descr6
2 files changed, 9 insertions, 11 deletions
diff --git a/x11-toolkits/py-tktreectrl/Makefile b/x11-toolkits/py-tktreectrl/Makefile
index 259389e4d1ef..af343c186d2c 100644
--- a/x11-toolkits/py-tktreectrl/Makefile
+++ b/x11-toolkits/py-tktreectrl/Makefile
@@ -8,20 +8,18 @@ MASTER_SITES= SF/tkintertreectrl/TkinterTreectrl-${PORTVERSION:R}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TkinterTreectrl-${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= TkTreectrl Python bindings
LICENSE= PD
LIB_DEPENDS= libtreectrl.so.1:x11-toolkits/tktreectrl # no libtreectrl.so is provided by x11-toolkits/tktreectrl
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${FLAVOR} \
- ${PYTHON_SITELIBDIR}/Pmw/__init__.py:x11-toolkits/py-Pmw@${FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Pmw>=0:x11-toolkits/py-Pmw@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${FLAVOR}
-USES= python:2.7 tk:run zip # 2.7 is only because x11-toolkits/py-Pmw has USES=python:2.7
-USE_PYTHON= distutils autoplist
+# Restrict python to 2.7 because x11-toolkits/py-Pmw is not ready for python 3 yet
+USES= python:2.7 tk:run zip
+USE_PYTHON= autoplist distutils
NO_ARCH= yes
-PYDISTUTILS_PKGNAME= TkinterTreectrl
-PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
-
.include <bsd.port.mk>
diff --git a/x11-toolkits/py-tktreectrl/pkg-descr b/x11-toolkits/py-tktreectrl/pkg-descr
index f7e6ba1afbb8..bf5ce9c631eb 100644
--- a/x11-toolkits/py-tktreectrl/pkg-descr
+++ b/x11-toolkits/py-tktreectrl/pkg-descr
@@ -1,4 +1,4 @@
-The TkTreectrl module wraps the treectrl tk extension for
-use with python/Tkinter.
+The TkTreectrl module wraps the treectrl tk extension for use with
+Python/Tkinter.
-WWW: http://klappnase.bubble.org/TkinterTreectrl/
+WWW: http://tkintertreectrl.sourceforge.net/