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

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


Branch: CURRENT, Version: 2.9.0, Package name: py311-cssutils-2.9.0, 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: 706.496 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2017-04-14 15:06:49 by Leonardo Taccari | Files touched by this commit (4)
Log message:
Update textproc/py-cssutils to 1.0.2

pkgsrc changes:
 - Use REPLACE_PYTHON instead of REPLACE_INTERPRETER (no functional changes
   intended)
 - Use ALTERNATIVE and instruct PLIST and Makefile post-install target
   accordingly to permit coexistence of multi-pkgs py-cssutils

Changes:
1.0.2 170304
------------
 - FIXED issue #61: Nesting of `@media` rules
 - FIXED issue #51 and #56: Slow font-family regex
 - FIXED issue #68: failing tests on Python 3
 - FIXED issue #69: our DOM implementation now delegates unsupported methods
 - FIXED issue #72: importing now faster since regexes are no longer pre-cached \ 
on import time

1.0.1 151008
------------
 - Fixed Python 3.5 compatibility