Import py27-goocalendar-0.1 as time/py-goocalendar.
A calendar widget for GTK using PyGoocanvas.
This commit is contained in:
parent
38fac92614
commit
c7d771b9ee
4 changed files with 42 additions and 0 deletions
1
time/py-goocalendar/DESCR
Normal file
1
time/py-goocalendar/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A calendar widget for GTK using PyGoocanvas.
|
19
time/py-goocalendar/Makefile
Normal file
19
time/py-goocalendar/Makefile
Normal file
|
@ -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
time/py-goocalendar/PLIST
Normal file
17
time/py-goocalendar/PLIST
Normal file
|
@ -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
|
5
time/py-goocalendar/distinfo
Normal file
5
time/py-goocalendar/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue