019a979bd3
Version 0.7.0 - 2020-02-23 * Bug fixes (see mercurial logs for details) * Use Gtk default font as font by default * Manage non editable event * Add support for Python 3.8 * Replace font-desc properties by font Version 0.6 - 2019-10-05 * Add support for Python 3.7 Version 0.5 - 2019-03-22 * Use GTK+ 3 * Remove support for Python 2 * Add single day view Version 0.4 - 2018-06-26 * Add support for Python 3 Version 0.3 - 2016-11-28 * Add support for goocanvas >= 2.0 * Add colors and font-desc properties to Calendar Version 0.2 - 2015-02-11 * Bug fixes (see mercurial logs for details)
21 lines
586 B
Makefile
21 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/03/11 19:45:46 wiz Exp $
|
|
|
|
DISTNAME= GooCalendar-0.7.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=G/GooCalendar/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.org/project/GooCalendar/
|
|
COMMENT= Calendar widget using GooCanvas
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-gobject3>=3.20:../../devel/py-gobject3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../graphics/goocanvas2/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|