summaryrefslogtreecommitdiff
path: root/time/py-goocalendar
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-03-11 19:45:46 +0000
committerwiz <wiz@pkgsrc.org>2020-03-11 19:45:46 +0000
commit091a00ad3eeaa9f32eb96d77154434223a267938 (patch)
tree10e807380bacaa4a81153f9aafc872c7bf89bbb5 /time/py-goocalendar
parentf960236c2ce1ac3139bb5c339c6cc7065116486e (diff)
downloadpkgsrc-091a00ad3eeaa9f32eb96d77154434223a267938.tar.gz
py-goocalendar: update to 0.7.0.
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)
Diffstat (limited to 'time/py-goocalendar')
-rw-r--r--time/py-goocalendar/Makefile15
-rw-r--r--time/py-goocalendar/distinfo10
2 files changed, 13 insertions, 12 deletions
diff --git a/time/py-goocalendar/Makefile b/time/py-goocalendar/Makefile
index ffd0dc1cf26..b735278cd17 100644
--- a/time/py-goocalendar/Makefile
+++ b/time/py-goocalendar/Makefile
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.13 2020/01/18 23:35:38 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/03/11 19:45:46 wiz Exp $
-DISTNAME= GooCalendar-0.1
+DISTNAME= GooCalendar-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-CATEGORIES= python time
-MASTER_SITES= http://goocalendar.googlecode.com/files/
+CATEGORIES= time python
+MASTER_SITES= ${MASTER_SITE_PYPI:=G/GooCalendar/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://goocalendar.tryton.org/
+HOMEPAGE= https://pypi.org/project/GooCalendar/
COMMENT= Calendar widget using GooCanvas
LICENSE= gnu-gpl-v2
-DEPENDS+= ${PYPKGPREFIX}-goocanvas-[0-9]*:../../graphics/py-goocanvas
+DEPENDS+= ${PYPKGPREFIX}-gobject3>=3.20:../../devel/py-gobject3
USE_LANGUAGES= # none
-PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 via py-goocanvas
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+.include "../../graphics/goocanvas2/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/py-goocalendar/distinfo b/time/py-goocalendar/distinfo
index d47b5d8e07c..5e50e33440c 100644
--- a/time/py-goocalendar/distinfo
+++ b/time/py-goocalendar/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/02 23:31:43 agc Exp $
+$NetBSD: distinfo,v 1.3 2020/03/11 19:45:46 wiz Exp $
-SHA1 (GooCalendar-0.1.tar.gz) = 02303dca170300a9d5c4e59212bc6c09e8f3a42b
-RMD160 (GooCalendar-0.1.tar.gz) = e71b38532cfaa4512a59cb6d26036bcf5ef1e5db
-SHA512 (GooCalendar-0.1.tar.gz) = 6cf429bcd092f4c62de4b043dcab25063becbcdd576e99b596a2682bff32c21d1c532272fff90a6d25a71adee6b02984e5be4f8925d9a3e6f64da2251b8da4f0
-Size (GooCalendar-0.1.tar.gz) = 28076 bytes
+SHA1 (GooCalendar-0.7.0.tar.gz) = c86583cabaae3d1b02850dabc4684b05d869207e
+RMD160 (GooCalendar-0.7.0.tar.gz) = 16a962ad1dfcc3398c03900ec8dbc2456d4c47c3
+SHA512 (GooCalendar-0.7.0.tar.gz) = be05a41a5fab46e20dfe9eaf1808cfe63d9323a69d15059331183a0b419947f7f155927f474cd7acd1f82dd175448ee7b1650c4a80c55b6590b8e3e2913db551
+Size (GooCalendar-0.7.0.tar.gz) = 30850 bytes