diff options
author | wiz <wiz@pkgsrc.org> | 2014-02-07 14:28:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-02-07 14:28:09 +0000 |
commit | cc924a24ff9193ff01f361b9b46083f61892ae89 (patch) | |
tree | af2eb16902f1459bece222a2632d7b636a5d64fd | |
parent | 8ce5b156148d82b463a5beaa140a7e1e38d6ac53 (diff) | |
download | pkgsrc-cc924a24ff9193ff01f361b9b46083f61892ae89.tar.gz |
Add link to upstream bug report about python 3.x support.
(Hint: not coming)
-rw-r--r-- | www/py-gdata/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-gdata/Makefile b/www/py-gdata/Makefile index 5bb8aaeecfc..d6a78d91fca 100644 --- a/www/py-gdata/Makefile +++ b/www/py-gdata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/01/25 10:30:29 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/02/07 14:28:09 wiz Exp $ DISTNAME= gdata-2.0.18 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,6 +13,7 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.0.18 +# https://code.google.com/p/gdata-python-client/issues/detail?id=229 REPLACE_PYTHON= src/atom/__init__.py REPLACE_PYTHON+= src/atom/auth.py |