pkgsrc/x11/py-Xlib/Makefile
wiz aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00

22 lines
536 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/04/08 19:09:18 wiz Exp $
DISTNAME= python-xlib-0.14
PKGNAME= ${PYPKGPREFIX}-Xlib-0.14
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-xlib/}
MAINTAINER= ccatrian@eml.cc
HOMEPAGE= http://python-xlib.sourceforge.net/
COMMENT= Functional X client library for Python
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
PYTHON_VERSIONS_INCLUDE_3X= yes
PYTHON_VERSIONS_INCOMPATIBLE= 25
EGG_NAME= python_xlib-0.12
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"