Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1422446
b: refs/heads/joyent/feature/dash/trunk
c: c0e0d39
h: refs/heads/trunk
  • Loading branch information
rodent committed Jan 30, 2014
1 parent ba50fdd commit 3bc4f31
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ refs/heads/joyent/feature/backports/2014Q4: 3232a64a5168ce852618c5f73f53cd7e3882
"refs/heads/pkgsrc_2014Q3": 99948a6fafef34026404ddbbe23c1d65973ab443
refs/heads/joyent/feature/cwrapper/trunk: e3a9d739ecda0f585205935a72cfc8d522e47786
refs/heads/joyent/feature/cwrappers/trunk: 2e5d2f04ece2ca36ca032ddb92ac03c5d5edef99
refs/heads/joyent/feature/dash/trunk: 135747c788e8eeca4a2a90fa6f54c0adb8f8e3fa
refs/heads/joyent/feature/dash/trunk: c0e0d399b6d60b754764c695841aa25f62f2f6ce
"refs/heads/pkgsrc_2013Q4": c7c4560209d65ff7b93176c84a1586fd8a5a3dde
"refs/heads/pkgsrc_2013Q3": a694d11d96f9e0a87fc683c6a4a9a4d5dcbf79f8
"refs/heads/pkgsrc_2013Q2": cb4803fea21e7329909054eb3b7741fed41fe969
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A calendar widget for GTK using PyGoocanvas.
19 changes: 19 additions & 0 deletions branches/joyent/feature/dash/trunk/time/py-goocalendar/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1 2014/01/30 03:36:35 rodent Exp $

DISTNAME= GooCalendar-0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= python time
MASTER_SITES= http://goocalendar.googlecode.com/files/

MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://code.google.com/p/goocalendar/
COMMENT= Calendar widget using GooCanvas
LICENSE= gnu-gpl-v2

USE_LANGUAGES= # none

PYTHON_VERSIONS_INCLUDE_3X= no

DEPENDS+= ${PYPKGPREFIX}-goocanvas-[0-9]*:../../graphics/py-goocanvas
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
17 changes: 17 additions & 0 deletions branches/joyent/feature/dash/trunk/time/py-goocalendar/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
@comment $NetBSD: PLIST,v 1.1 2014/01/30 03:36:35 rodent Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/goocalendar/__init__.py
${PYSITELIB}/goocalendar/__init__.pyc
${PYSITELIB}/goocalendar/__init__.pyo
${PYSITELIB}/goocalendar/_calendar.py
${PYSITELIB}/goocalendar/_calendar.pyc
${PYSITELIB}/goocalendar/_calendar.pyo
${PYSITELIB}/goocalendar/_event.py
${PYSITELIB}/goocalendar/_event.pyc
${PYSITELIB}/goocalendar/_event.pyo
${PYSITELIB}/goocalendar/util.py
${PYSITELIB}/goocalendar/util.pyc
${PYSITELIB}/goocalendar/util.pyo
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/01/30 03:36:35 rodent Exp $

SHA1 (GooCalendar-0.1.tar.gz) = 02303dca170300a9d5c4e59212bc6c09e8f3a42b
RMD160 (GooCalendar-0.1.tar.gz) = e71b38532cfaa4512a59cb6d26036bcf5ef1e5db
Size (GooCalendar-0.1.tar.gz) = 28076 bytes

0 comments on commit 3bc4f31

Please sign in to comment.