diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-25 09:24:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-25 09:24:26 +0000 |
commit | b1edc08831020fd540a304ee0074d3725baf695d (patch) | |
tree | d7ab7ecb5c89dc9a00c0aa19e918e536030053f9 /wm | |
parent | 900b0dc066db1a3f80d1e1c8d0cf5b51b585e99c (diff) | |
download | pkgsrc-b1edc08831020fd540a304ee0074d3725baf695d.tar.gz |
Update HOMEPAGE. Mark as not ready for python-3.x.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/py-tyle/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile index 02d1fd84c1b..041a8f7b498 100644 --- a/wm/py-tyle/Makefile +++ b/wm/py-tyle/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/08 12:42:23 asau Exp $ -# +# $NetBSD: Makefile,v 1.11 2014/01/25 09:24:26 wiz Exp $ DISTNAME= pytyle-0.7.5 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/} @@ -8,7 +7,7 @@ CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pytyle/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://pytyle.com/wiki/Main_Page +HOMEPAGE= http://sourceforge.net/projects/pytyle/ COMMENT= Manual tiling manager LICENSE= gnu-gpl-v3 @@ -18,5 +17,7 @@ PYTHON_SELF_CONFLICT= yes USE_LANGUAGES= #none +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.7.5 + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |