The NetBSD Project

CVS log for pkgsrc/textproc/py-cssselect2/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-cssselect2

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Sat Oct 28 19:57:17 2023 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored) to selected 1.1 (colored)

python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jun 6 12:42:32 2023 UTC (10 months, 1 week ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.1 (colored)

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

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 26 11:13:38 2022 UTC (18 months, 3 weeks ago) by kleink
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.1 (colored)

py-cssselect2: Update to 0.7.0.

Version 0.7.0
.............

Released on 2022-09-19.

* Support :has selector

Revision 1.8 / (download) - annotate - [select for diffs], Sun May 22 15:07:50 2022 UTC (22 months, 4 weeks ago) by kleink
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored) to selected 1.1 (colored)

py-cssselect2: Update to 0.6.0.

Version 0.6.0
.............

Released on 2022-04-15.

**This version deprecates the ``iter_ancestors`` and
``iter_previous_siblings`` methods, that will be removed in 0.7.0.
Use the ``ancestors`` and ``previous_siblings`` properties instead.**

* Improve speed of ancestors and previous siblings


Version 0.5.0
.............

Released on 2022-02-27.

* Support Python 3.10
* Drop support of Python 3.6
* Handle many CSS4 selectors
* Ignore comments at the beginning of selectors

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:53 2022 UTC (2 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored) to selected 1.1 (colored)

*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 28 08:52:17 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.5: +8 -2 lines
Diff to previous 1.5 (colored) to selected 1.1 (colored)

py-cssselect2: updated to 0.4.1

Version 0.4.1

Fix PyPI description and various links.

Version 0.4.0

Drop support of Python 3.5, add support of Python 3.9.
DonãàÑÕ crash on empty :not() selectors.
New code structure, new packaging, new documentation.

Version 0.3.0

Drop Python2 support.
Improve packaging and testing.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Sep 12 15:22:36 2019 UTC (4 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)

py-cssselect2: updated to 0.2.2

Version 0.2.2
* Optimize lang attribute selectors.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 12 12:51:05 2018 UTC (5 years, 5 months ago) by kleink
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.1 (colored)

py-cssselect2: Update to 0.2.1.


Version 0.2.1
-------------

Released on 2017-10-02.

* Fix documentation.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 25 20:38:03 2018 UTC (6 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)

Convert build to test dependencies where appropiate.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 9 08:22:20 2017 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

py-cssselect2: update HOMEPAGE

Revision 1.1 / (download) - annotate - [selected], Sat Sep 2 14:58:45 2017 UTC (6 years, 7 months ago) by kleink
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3

Import cssselect2 0.2 as textproc/py-cssselect2.

cssselect2 is a straightforward implementation of CSS3 Selectors
for ElementTree-compatible documents (including cElementTree, lxml,
etc.)  Unlike cssselect, it does not translate selectors to XPath
and therefore does not have all the correctness corner cases that
are hard or impossible to fix in cssselect.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>