diff options
author | wiz <wiz> | 2014-02-07 14:28:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-02-07 14:28:09 +0000 |
commit | e18ffe555ce59625859c6010c9bb67c7e1175ef2 (patch) | |
tree | af2eb16902f1459bece222a2632d7b636a5d64fd /www/py-gdata | |
parent | 0e01071ce8cd40b3e21c6037852cd501a7705af6 (diff) | |
download | pkgsrc-e18ffe555ce59625859c6010c9bb67c7e1175ef2.tar.gz |
Add link to upstream bug report about python 3.x support.
(Hint: not coming)
Diffstat (limited to 'www/py-gdata')
-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 |