Up to [cvs.NetBSD.org] / pkgsrc / devel / py-extension-helpers
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Fri Aug 25 11:02:01 2023 UTC (3 weeks, 6 days ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
py-extension-helpers: updated to 1.1.0 1.1.0 New Features Support enabling via pyproject.toml Bug Fixes OpenMP functions should detect the Intel oneAPI compiler Infrastructure Skip hypothesis tests in downstream testing Set language for docs Update python requirements Add pre-commit configuration Set testpaths to avoid picking up other tests Added configuration required to update changelog when doing release through GitHub UI
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jul 21 04:47:38 2023 UTC (2 months ago) by adam
Branch: MAIN
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
py-extension-helpers: updated to 1.0.0 1.0.0 (2022-03-16) ------------------ * Added support for coverage>=5 for the extension-helpers test suite. * Removed any direct usage of distutils. * Remove support for the undocumented --compiler argument to setup.py. * Added support for enabling extension-helpers from setup.cfg.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 26 10:18:25 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: 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,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 7 13:43:08 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.1: +1 -2
lines
Diff to previous 1.1 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.1 / (download) - annotate - [select for diffs], Sat Dec 19 14:12:30 2020 UTC (2 years, 9 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
(devel/py-extension-helpers) import py38-extension-helpers-0.1 Based on PR pkg/55862 by Daisuke Kinoshita The extension-helpers package includes convenience helpers to assist with building Python packages with compiled C/Cython extensions. It is developed by the Astropy project but is intended to be general and usable by any Python package.