CVS log for pkgsrc/net/py-pynng/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / net / py-pynng
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Apr 15 09:51:03 2025 UTC (8 days, 9 hours ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -2
lines
Fix PLIST after py-setuptools update; bump depends and revision
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jan 16 08:11:29 2025 UTC (3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +8 -6
lines
py-pynng: updated to 0.8.1
0.8.1
Unknown changes
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:50 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Aug 10 07:34:38 2024 UTC (8 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -5
lines
py-pynng: update to 0.8.0.
Changes not found.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:54:31 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 20 06:16:28 2021 UTC (3 years, 11 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
py-pynng: add more missing dependencies.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri May 14 12:31:52 2021 UTC (3 years, 11 months ago) by nia
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2
lines
py-pynng: add missing dependencies
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 13 19:35:54 2021 UTC (3 years, 11 months ago) by khorben
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -1
lines
py-pynng: fix build on NetBSD
Needs a PKGREVISION bump as missing dependencies were registered as well.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue May 11 21:06:15 2021 UTC (3 years, 11 months ago) by khorben
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
py-pynng: use PYTHON_VERSIONS_INCOMPATIBLE instead of ACCEPTED
The package needs Python 3.5 or newer, and apparently this is the better way to
register it; no functional change otherwise intended.
As suggested by leot@; thanks!
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue May 11 08:56:00 2021 UTC (3 years, 11 months ago) by khorben
Branches: MAIN
py-pynng: import version 0.7.1
pynng provides a nice interface on top of the full power of nng. nng, and
therefore pynng, make it easy to communicate between processes on a single
computer or computers across a network. This library is compatible with Python
3.5 or newer. nng is the rewriting of Nanomsg, which is the spiritual successor
to ZeroMQ.
CVSweb <webmaster@jp.NetBSD.org>