NOTICE: This package has been removed from pkgsrc

./wip/py-feedgenerator, Standalone version of django.utils.feedgenerator, compatible with Py3k

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.7, Package name: py27-feedgenerator-1.7, Maintainer: nils

Feedgenerator-py3k is a standalone version of Django's feedgenerator.
It is based on the current Django Version 1.5.dev20120824122350.

The previous feedgenerator 1.2.1 is based on rather old code, and
during the port to Python 3 it became obvious that (at least) the
handling of unicode strings has to be refactored.

Django has evolved since, so I decided to create a new standalone
version which is based upon modern code.

See http://parenchym.com/pymblog/ for details.


Required to run:
[devel/py-setuptools] [time/py-pytz] [lang/python27] [lang/py-six]

Master sites:

SHA1: 56ca2dc406551d7f30952f064bc759131150b149
RMD160: 94a831af75c35d8d09dea569d358a9ee73cc6cf2
Filesize: 21.636 KB

Version history: (Expand)


CVS history: (Expand)


   2015-06-10 15:43:16 by Nils | Files touched by this commit (11) | Package updated
Log message:
updated maintainer's email address
   2014-04-24 12:47:58 by Nils | Files touched by this commit (2)
Log message:
udpate to feedgenerator 1.7

   2014-03-21 08:23:53 by Thomas Klausner | Files touched by this commit (2)
Log message:
Fix path to py-six.
   2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | Package updated
Log message:
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.
   2013-08-06 08:39:37 by Nils | Files touched by this commit (1)
Log message:
MASTER_SITE redirects to HTTPS
   2013-06-27 09:00:15 by Nils | Files touched by this commit (4)
Log message:
Import py27-feedgenerator-1.6 as wip/py-feedgenerator.

Feedgenerator-py3k is a standalone version of Django's feedgenerator.
It is based on the current Django Version 1.5.dev20120824122350.

The previous feedgenerator 1.2.1 is based on rather old code, and
during the port to Python 3 it became obvious that (at least) the
handling of unicode strings has to be refactored.

Django has evolved since, so I decided to create a new standalone
version which is based upon modern code.

See http://parenchym.com/pymblog/ for details.