pkgsrc/time/py-goocalendar/Makefile
maya 5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00

20 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.10 2019/04/26 13:14:18 maya Exp $
DISTNAME= GooCalendar-0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= python time
MASTER_SITES= http://goocalendar.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://goocalendar.tryton.org/
COMMENT= Calendar widget using GooCanvas
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-goocanvas-[0-9]*:../../graphics/py-goocanvas
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 via py-goocanvas
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"