Commit graph

10 commits

Author SHA1 Message Date
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
asau
d70c8e374b Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
wiz
c595076396 All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08 20:21:41 +00:00
obache
90d5c396a4 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--
2012-01-24 10:59:03 +00:00
obache
98a112cce3 Drop PYTHON_VERSION_ACCEPTED restriction, because it was just not accept 23. 2011-06-14 11:33:27 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
joerg
54e4f06640 Use Python extension framework. Bump revision. 2008-06-12 00:18:10 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
agc
8bc061dd3d Initial import of libgmail version 0.1.5.1, a python API to access
Google mail, into the Packages Collection.

	The libgmail project is a pure Python binding to provide access to
	Google's Gmail web-mail service.

	The library allows the user to log into an account, retrieve a list of
	threads, display information about them and display the source of the
	individual messages.

	In addition, the library allows the user to:
		Archive Gmail messages to mbox format

		Use your Gmail account as a SMTP server

		Use your Gmail account as a POP server

		Use your Gmail account as a FTP server!
2007-05-04 20:08:54 +00:00