./textproc/py-cssutils, Cascading Style Sheets parser and library for Python

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


Branch: CURRENT, Version: 2.11.1, Package name: py312-cssutils-2.11.1, Maintainer: rhialto

A Python package to parse and build CSS Cascading Style Sheets.

Querying a parsed stylesheet on a given document or element is planned for a
future release, for now see the example examples/style.py.


Required to run:
[devel/py-setuptools] [textproc/py-lxml] [textproc/py-cssselect] [lang/python310]

Required to build:
[devel/py-setuptools_scm]

Master sites:

Filesize: 694.978 KB

Version history: (Expand)


CVS history: (Expand)


   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-10-14 08:08:41 by Thomas Klausner | Files touched by this commit (21)
Log message:
i*: clean up after python38 removal
   2024-06-08 09:31:10 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-cssutils: updated to 2.11.1

v2.11.1

Bugfixes
- Consolidated license to simply LGPL 3.

v2.11.0

Features
- Reduced cyclomatic complexity in selector module.

v2.10.3

Bugfixes
- Fixed DeprecationWarning with cgi module.
   2024-05-06 18:12:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-cssutils: updated to 2.10.2

v2.10.2

Bugfixes

- Remove optional dependency only required on unsupported Python versions.

v2.10.1

Bugfixes

- Replace xunit-style setup with pytest fixtures.

v2.10.0

Features

- getPropertyValue now allows specifying a default value.
   2024-02-12 15:31:15 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-cssutils: updated to 2.9.0

v2.9.0
Features
- Made URL fetcher lenient to missing metadata.

v2.8.0
Features
- Require Python 3.8 or later.

Bugfixes
- Made some unreachable tests reachable.

v2.7.1
Refactored to restore docs builds without warning-errors.

v2.7.0
Updated deprecated usage of ``cgi`` module.
Updated deprecated setup/teardown from ``nose`` in tests.
Other miscellaneous cleanup and packaging updates.

v2.6.0
Added support for custom CSS variables with ``--`` prefix.

v2.5.1
Some refactoring.

v2.5.0
Substantial code refresh. Ported tests to native pytest.
Enrolled project with Tidelift.
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2022-01-05 22:26:01 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-cssutils: update to 2.3.0.

v2.3.0
======

#7: Add support for a ``calc()`` within a ``calc()``.

v2.2.0
======

Minor cleanup.

Restored package version reporting when fetching URLs.

v2.1.0
======

Adopted `jaraco/skeleton <https://github.com/jaraco/skeleton>`_.

Delinted codebase.

Removed ``cssutils.VERSION`` and ``cssutils.__version__``.
Consumers wishing to know the version should use
``importlib.metadata.version('cssutils')``.

v2.0.0
======

New `maintainer <https://pypi.org/user/jaraco>`_ revives the project
and moves `hosting <https://github.com/jaraco/cssutils>`_ with
continuous integration testing.

Refreshed packaging.

Project now requires Python 3.6 or later.
   2022-01-05 21:07:11 by Thomas Klausner | Files touched by this commit (10)
Log message:
*: set USE_PKG_RESOURCES for some more packages