The NetBSD Project

CVS log for pkgsrc/devel/py-cwcwidth/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-cwcwidth

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 10 16:02:51 2023 UTC (6 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

py-cwcwidth: updated to 0.1.9

0.1.9

* Drop support for Python 3.7.
* Add support for Python 3.12.
* Avoid redefinition of `_XOPEN_SOURCE`.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 6 12:41:11 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.6: +2 -2 lines
Diff to previous 1.6 (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.6 / (download) - annotate - [select for diffs], Tue Nov 15 09:12:11 2022 UTC (17 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

py-cwcwidth: updated to 0.1.8

0.1.8
* Set build-backend in pyproject.toml.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 14 11:35:36 2022 UTC (19 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

py-cwcwidth: updated to 0.1.7

0.1.7
* Ensure that cython generated C source file is always included in sdist.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jan 7 17:22:24 2022 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.3: +2 -3 lines
Diff to previous 1.3 (colored)

py-cwcwidth: updated to 0.1.6

0.1.6
-----
* Add support for Python 3.10
* Drop support for Python 3.6

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 4 20:52:59 2022 UTC (2 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

*: bump PKGREVISION for egg.mk users

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

Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 11 06:32:40 2021 UTC (2 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

py-cwcwidth: updated to 0.1.5

0.1.5
* Fix type annotations

Revision 1.1 / (download) - annotate - [select for diffs], Sat Mar 20 15:10:41 2021 UTC (3 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1

py-cwcwidth: added version 0.1.4

cwcwidth provides Python bindings for wcwidth and wcswidth functions defined in
POSIX.1-2001 and POSIX.1-2008 based on Cython. These functions compute the
printable length of a unicode character/string on a terminal. The module
provides the same functions as wcwidth and its behavior is compatible.

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>