diff options
author | obache <obache@pkgsrc.org> | 2012-01-24 10:59:03 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-24 10:59:03 +0000 |
commit | 67c2326ded1a93a123fb4ab834a84e4c0931b654 (patch) | |
tree | 2ad0be7d8590f5d30b363d93d740669e726fcce9 /mail/py-libgmail | |
parent | de640de14dc912ff5ba5ee71a2c75cc42e8e2e4c (diff) | |
download | pkgsrc-67c2326ded1a93a123fb4ab834a84e4c0931b654.tar.gz |
Update py-libgmail to 0.1.10.
while here,
* LICENSE=gnu-gpl-v2
* register egg-info.
== Version 0.1.11 ==
libgmail.py
* Fixed bug that broke attachment support (SF bug #2034927)
* added .author_fullname field for messages
* Don't crash on threads with google chat log (Debian bug #502458)
== Version 0.1.10 ==
libgmail.py
* Use mechanize instead of ClientCookie [Patch #2014779]
* Very basic Unicode support [Patch #1926861]
gmail_transport.py
* New version that uses mechanize
(owing again to Jose Rodriguez)
NOTE: libgmail now depends on mechanize, which
can be downloaded from:
http://wwwsearch.sourceforge.net/mechanize/#download
(in Debian/Ubuntu as python-mechanize, and an easy_install
installer is also available)
== Version 0.1.9 ==
libgmail.py
* Fixed login that was broken for a bunch of new
gmail accounts, thanks to a patch by rhauer
NOTE: libgmail now depends on ClientCookie, which
can be downloaded from:
http://wwwsearch.sourceforge.net/ClientCookie/#download
== Version 0.1.8 ==
libgmail.py
* Added 'search' method to contactLists that returns
an array of contacts who match a given search term
(at some point, the contacts API is long overdue
for a revamp, but for now, hey, why not)
This is a patch by Alex Chiang --WD--
* libgmail now asks for the old Gmail interface,
so that it isn't broken by the new Gmail updates.
(Thanks to Aaron and Stu for work on this)
(Fixes SF bug #1822662)
== Version 0.1.7 ==
libgmail.py
gmail_transport.py
* Applied patch that adds proxy support, both
for passwordless and password-ful proxies
(is that a word?), by Jose Rodriguez --WD+SZ--
== Version 0.1.6.2 ==
libgmail.py
* Bugfix for attachment problems --WD--
(SF Bug #1793026, Patch #1799605 by 'stephster')
archive.py
* Protect messages with a "from" line in them --WD--
(SF Patch #1790809 by 'scop')
== Version 0.1.6.1 ==
libgmail.py
* Bugfix for login problems --WD--
== Version 0.1.6 ==
libgmail.py
* Added support for "Gmail Apps" aka "Gmail For Your Domain" --WD--
Diffstat (limited to 'mail/py-libgmail')
-rw-r--r-- | mail/py-libgmail/Makefile | 16 | ||||
-rw-r--r-- | mail/py-libgmail/PLIST | 6 | ||||
-rw-r--r-- | mail/py-libgmail/distinfo | 8 |
3 files changed, 18 insertions, 12 deletions
diff --git a/mail/py-libgmail/Makefile b/mail/py-libgmail/Makefile index fa0b1ecd90a..dc25133d5e3 100644 --- a/mail/py-libgmail/Makefile +++ b/mail/py-libgmail/Makefile @@ -1,19 +1,21 @@ -# $NetBSD: Makefile,v 1.5 2011/06/14 11:33:27 obache Exp $ +# $NetBSD: Makefile,v 1.6 2012/01/24 10:59:03 obache Exp $ # -DISTNAME= libgmail-0.1.5.1 +DISTNAME= libgmail-0.1.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libgmail/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://sourceforge.net/projects/libgmail/ -COMMENT= Python bindings to access Google mail +HOMEPAGE= http://libgmail.sourceforge.net/ +COMMENT= Python bindings to access Gmail +LICENSE= gnu-gpl-v2 + +DEPENDS+= ${PYPKGPREFIX}-mechanize-[0-9]*:../../www/py-mechanize PKG_DESTDIR_SUPPORT= user-destdir -PYDISTUTILSPKG= yes +USE_LANGUAGES= # none -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/py-libgmail/PLIST b/mail/py-libgmail/PLIST index 11772d2593b..13420cd73c1 100644 --- a/mail/py-libgmail/PLIST +++ b/mail/py-libgmail/PLIST @@ -1,7 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 2008/06/12 00:18:50 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/01/24 10:59:03 obache Exp $ +${PYSITELIB}/gmail_transport.py +${PYSITELIB}/gmail_transport.pyc +${PYSITELIB}/gmail_transport.pyo ${PYSITELIB}/lgconstants.py ${PYSITELIB}/lgconstants.pyc ${PYSITELIB}/lgconstants.pyo +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/libgmail.py ${PYSITELIB}/libgmail.pyc ${PYSITELIB}/libgmail.pyo diff --git a/mail/py-libgmail/distinfo b/mail/py-libgmail/distinfo index 7a6754400be..828058d72de 100644 --- a/mail/py-libgmail/distinfo +++ b/mail/py-libgmail/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/05/04 20:08:54 agc Exp $ +$NetBSD: distinfo,v 1.2 2012/01/24 10:59:03 obache Exp $ -SHA1 (libgmail-0.1.5.1.tar.gz) = 6d23e50e402d8c8cdafa88ad14191cd0a6b1fb3a -RMD160 (libgmail-0.1.5.1.tar.gz) = 8c9e0133060759f00673fd0fe2484fe0c15d4033 -Size (libgmail-0.1.5.1.tar.gz) = 27158 bytes +SHA1 (libgmail-0.1.11.tar.gz) = 485a06227043104e192839e895325f2c9df09d15 +RMD160 (libgmail-0.1.11.tar.gz) = 8b5ee3717052ecced320cfd1edcf56cbbe8281e1 +Size (libgmail-0.1.11.tar.gz) = 30433 bytes |