Commit graph

24 commits

Author SHA1 Message Date
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
wiz
ad0031c15e Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
adam
7f3b4730ad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
hauke
892fbb066f Remove the patch .orig file(s) to avoid PLIST problems. (How do other
python packages deal with this?)
2015-05-22 14:23:41 +00:00
hauke
4f02461e22 ... and update the patch checksum. 2015-05-22 14:05:41 +00:00
hauke
277296fc89 In the readmore plugin, use the current flavour before the default
one, if available.
2015-05-22 14:01:16 +00:00
hauke
a805519156 Explicitly depend on py-docutils, which some of the core plugins use. 2015-05-22 13:40:45 +00:00
wiz
3ec156f142 Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00
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
hauke
02ca60897a Updating www/py-blosxom to v1.5.3.
What's new in 1.5.3 (July 2013)
===================================
1. Minor fixes

2. Updated and improved documentation

3. Several plugin fixes and updates including Tags, Pagination, and
   Ajax comments

4. Improved tests
2013-07-31 10:20:27 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
hauke
b1e5a29dd2 The pyblosxom maintainer changed, and with him the project's home.
XXX Pull-up candidate, I guess?
2012-08-10 15:04:32 +00:00
wiz
aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
obache
1b177e1370 Any of compiler languages are not required to build. 2012-01-27 07:04:52 +00:00
hauke
e28d0f9077 pyblosxom 1.5 requires Python 2.[5..7] 2012-01-26 19:52:57 +00:00
hauke
8b8e972447 Upgrade package to 1.5.2. From WHATSNEW:
What's new in 1.5.2 (December 2011)
===================================

Pertinent to users:

1. Fixed a warning that pops up when doing ``pip install pyblosxom``

2. Removed debug logging from pycategories


What's new in 1.5.1 (December 2011)
===================================

Pertinent to users:
-------------------

1. Fixed a problem with the manifest so ``python setup.py install``
   works again.

2. Fixed the WHATSNEW so it shows correct version and date for
   1.5 release.


What's new in 1.5 (December 2011)
=================================

Pertinent to users:
-------------------

1. Renamed the project from PyBlosxom to Pyblosxom (no more CamelCase).

2. I moved all the plugins again.  This time, instead of being in
   ``plugins/``, they're now in ``Pyblosxom/plugins/``.

   You no longer have to copy core plugins into your plugins
   directory.  Instead of copying core plugin files, refer to the
   plugins in your ``config.py`` file using their full Python path in
   the Pyblosxom package.

   For example, the pycalendar plugin is now in
   ``Pyblosxom/plugins/pycalendar.py`` and thus its Pyblosxom
   package path is ``Pyblosxom.plugins.pycalendar``.  Your
   ``config.py`` file would look have this::

       py["load_plugins"] = [
           ...
           "Pyblosxom.plugins.pycalendar",
           ...
           ]


   If you do this, then the next time you upgrade PyBlosxom, the
   plugins will be upgraded automatically.

   Further, documentation for plugins is at the top of the individual
   plugin files, but also in the documentation.  This includes a list
   of the plugins available in the core.

   .. only:: text

      You can see the plugin documentation in docs/plugins/.

   .. only:: html

      You can see the plugin documentation at :ref:`part-two`.

3. Plugins added: markdown_parser, readmore

4. Plugins changed:

   pages

   * Fixed documentation and error messages for ``pagesdir``.
   * Fixed frontpage checking.  Should catch / as well as /index
     now.
   * Adds more examples to documentation.

   tags

   * Increased tag cloud range from 3 sizes to 5.
   * Adds truncate support.
   * Fixes problems with initialization when building tags so that
     it initializes plugins allowing them to do startup things.
     This fixes problems with plugins that augment entry parsers.

   rst

   * renamed it to rst_parser so it's clearer what it is

   pycategories

   * fixed category_start/category_begin behavior for root category
   * fixed the first example of settings in the documentation

   the rest of the plugins: pep8 fixes and documentation updates

5. Plugins removed from Pyblosxom: commentAPI

6. Fixes error handling for loading plugins.  When doing
   ``pyblosxom-cmd test`` and a plugin fails to load, it'll now tell
   you.  When using the debug renderer and a plugin fails to load,
   it'll now tell you.

7. Lot of work on simplifying and improving the documentation.

8. Added a ``static_yearindexes`` setting.  Set it to True to generate
   year indexes and False to not generate year indexes.


Pertinent to developers
-----------------------

1. I removed all the extra infrastructure for testing plugins.
   Plugins that come with the core are now in the Pyblosxom package
   and their tests are in ``Pyblosxom/tests/``.

2. Adds *generate* subcommand to pyblosxom-cmd.  This makes it easier
   to test blogs and plugins that do things with entries.

3. Renamed ``PyBlosxomWSGIApp`` class to ``PyblosxomWSGIApp``.

4. Renamed ``PyBlosxom`` class to ``Pyblosxom``.

5. Moved the project from gitorious to github.  The new git repository
   is at `<http://github.com/willkg/pyblosxom>`_.

6. Removed ``VERSION_DATE`` and ``VERSION_SPLIT``.  They're kind of
   silly and don't really help much.

   I moved the version to ``Pyblosxom/_version.py``.  Use it like
   this::

       from Pyblosxom import __version__

       print __version__

   I updated the documentation accordingly.
2012-01-12 12:23:58 +00:00
hauke
349211ead5 Better catch the PLIST changes, too... 2011-07-08 14:38:33 +00:00
hauke
75e0dc67f8 Update to Blosxom 1.5rc3.
What's new in 1.5 rc3
=====================

Pertinent to users:
-------------------

1. PyBlosxom shows an error page if it crashes rather than forcing
   you to go figure out what happened by finding the web server logs.
   This should make configuring and debugging much easier.

2. Bunch of new plugins.

3. Bunch of fixes to the comments plugin, tags and pycalendar plugins.

   Tags plugin gains tags cloud functionality.

   Comments plugin gains comment_disable_after_x_days feature.

   If you're using them, update to the latest versions.

4. Bunch of fixes to the documentation.  If you see errors or things
   that are unclear, let us know.

   The documentation for the comments plugin still needs to be overhauled.

5. Bunch of other bug fixes.

6. Bunch of new plugins: magicword, pages, rst, check_nonhuman, and
   check_blacklist.
2011-07-08 09:59:19 +00:00
dholland
34f6b61280 Set DIST_SUBDIR. For some reason upstream reissued the same tarball with
a different timestamp in the gzip header. grr
2011-07-03 19:49:37 +00:00
jym
ad65032e07 check-interpreter fix.
XXX There's a reproducible CHECKSUM error on distfile. As I am not the
maintainer, distinfo file remains untouched.
2011-07-03 12:07:43 +00:00
hauke
fa000793ec Update to 1.5rc2.
From CHANGELOG:

21. The following plugins have been added to the pyblosxom release
    tarball:

    * archives/
      * pyarchives
      * yeararchives (was wbgarchives)
    * categories/
      * pycategories
    * comments/plugins/
      * akismetcomments
      * comments
      * no_old_comments
      * trackback
      * xmlrpc_pingback
    * date/
      * pycalendar
      * firstdaydiv
      * pyfilenamemtime
      * w3cdate
    * display/
      * paginate (was wbgpager)
      * entrytitle
    * headers/
      * conditionalhttp
    * tags/
      * tags (was wbgtags)
    * text/
      * acronyms

    If you have older versions of these plugins, better to switch to
    the new versions.
2010-08-06 14:46:16 +00:00
hauke
cf5fae4c05 'cvs rm' www/pyblosxom, and re-import as py-blosxom, to stay in line
with pkgsrc conventions.

While we are here, fix python egg installer related PLIST entries.
2010-06-25 13:02:14 +00:00