pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/py-goocalendar



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 11 19:45:46 UTC 2020

Modified Files:
        pkgsrc/time/py-goocalendar: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/time/py-goocalendar/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/py-goocalendar/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-goocalendar/Makefile
diff -u pkgsrc/time/py-goocalendar/Makefile:1.13 pkgsrc/time/py-goocalendar/Makefile:1.14
--- pkgsrc/time/py-goocalendar/Makefile:1.13    Sat Jan 18 23:35:38 2020
+++ pkgsrc/time/py-goocalendar/Makefile Wed Mar 11 19:45:46 2020
@@ -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@localhost
-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"

Index: pkgsrc/time/py-goocalendar/distinfo
diff -u pkgsrc/time/py-goocalendar/distinfo:1.2 pkgsrc/time/py-goocalendar/distinfo:1.3
--- pkgsrc/time/py-goocalendar/distinfo:1.2     Mon Nov  2 23:31:43 2015
+++ pkgsrc/time/py-goocalendar/distinfo Wed Mar 11 19:45:46 2020
@@ -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



Home | Main Index | Thread Index | Old Index