./www/py-genshi, Python toolkit for generation of output for the web

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.9, Package name: py312-genshi-0.7.9, Maintainer: pkgsrc-users

Genshi is a Python library that provides an integrated set of components for
parsing, generating, and processing HTML, XML or other textual content for
output generation on the web. The major feature is a template language, which
is heavily inspired by Kid.


Required to run:
[textproc/py-expat] [devel/py-setuptools] [devel/py-babel] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 263.085 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-02 11:38:04 by Havard Eidnes | Files touched by this commit (28)
Log message:
lang/python and a number of python packages: re-do atomic64.mk issue.

Evidently, python 3.13 brought in the need to support 64-bit atomics.
This means that python extension packages built with C needs to
use mk/atomic64.mk to make -latomic available on the required 32-bit
ports.  Sadly, there is no reliable way to detect in the .mk files
whether the package is using C (or C++), so this change adds an
unconditional include of mk/atomic64.mk when the python version is
equal to or larger than 3.13 for packages using egg.mk or wheel.mk.

This undoes the individual package Makefile inclusions of mk/atomic64.mk
that I've added over the last few days.
   2025-01-18 19:59:41 by Havard Eidnes | Files touched by this commit (1)
Log message:
www/py-genshi: use atomic64.mk to fix build with python3.13 on macppc.
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-06-17 14:03:10 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-genshi: updated to 0.7.9

Version 0.7.9

Add Python 3.12 to CI matrix and fix Python 3.12 support.
Add Python 3.13 beta to CI.
Add badges to the README.
   2024-04-30 11:19:10 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-genshi: convert to wheel.mk

Bump PKGREVISION.
   2023-08-02 18:17:20 by Nia Alarie | Files touched by this commit (41)
Log message:
*: Use FORCE_C_STD=c99 for C packages that use for loop initial
declarations without setting -std=c99.
   2023-07-01 16:11:48 by Nia Alarie | Files touched by this commit (1)
Log message:
py-genshi: assumes compiler defaults to c99
   2023-04-30 17:03:18 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-genshi: use versioned_dependencies for babel