Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam ccf926e05c py-test: updated to 7.2.0
pytest 7.2.0 (2022-10-23)

Deprecations
* Update pytest.PytestUnhandledCoroutineWarning to a deprecation; it will raise an error in pytest 8.

* pytest no longer depends on the py library. pytest provides a vendored copy of py.error and py.path modules but will use the py library if it is installed. If you need other py.* modules, continue to install the deprecated py library separately, otherwise it can usually be removed as a dependency.

* Deprecate configuring hook specs/impls using attributes/marks.

Instead use pytest.hookimpl() and pytest.hookspec(). For more details, see the docs.

* The functionality for running tests written for nose has been officially deprecated.

This includes:

Plain setup and teardown functions and methods: this might catch users by surprise, as setup() and teardown() are not pytest idioms, but part of the nose support.
Setup/teardown using the @with_setup decorator.
For more details, consult the deprecation docs.

* A deprecation warning is now emitted if a test function returns something other than None. This prevents a common mistake among beginners that expect that returning a bool (for example return foo(a, b) == result) would cause a test to pass or fail, instead of using assert. The plan is to make returning non-None from tests an error in the future.
Features
* Added shell-style wildcard support to testpaths.

Improvements
* @pytest.mark.parametrize() (and similar functions) now accepts any Sequence[str] for the argument names, instead of just list[str] and tuple[str, ...].

(Note that str, which is itself a Sequence[str], is still treated as a comma-delimited name list, as before).

* The --no-showlocals flag has been added. This can be passed directly to tests to override --showlocals declared through addopts.

* Assertion failures with strings in NFC and NFD forms that normalize to the same string now have a dedicated error message detailing the issue, and their utf-8 representation is expressed instead.

* Introduce multiline display for warning matching via pytest.warns() and enhance match comparison for _pytest._code.ExceptionInfo.match() as returned by pytest.raises().

* Improve pytest.raises(). Previously passing an empty tuple would give a confusing error. We now raise immediately with a more helpful message.

* On Python 3.11, use the standard library’s tomllib to parse TOML.

tomli is no longer a dependency on Python 3.11.

* Display assertion message without escaped newline characters with -vv.

* Improved error message that is shown when no collector is found for a given file.

* Some coloring has been added to the short test summary.

* Normalize the help description of all command-line options.

* Display full crash messages in short test summary info, when running in a CI environment.

* Added support for hidden configuration file by allowing .pytest.ini as an alternative to pytest.ini.

Bug Fixes
* sys.stdin now contains all expected methods of a file-like object when capture is enabled.

* Do not break into pdb when raise unittest.SkipTest() appears top-level in a file.

* Marks are now inherited according to the full MRO in test classes. Previously, if a test class inherited from two or more classes, only marks from the first super-class would apply.

When inheriting marks from super-classes, marks from the sub-classes are now ordered before marks from the super-classes, in MRO order. Previously it was the reverse.

When inheriting marks from super-classes, the pytestmark attribute of the sub-class now only contains the marks directly applied to it. Previously, it also contained marks from its super-classes. Please note that this attribute should not normally be accessed directly; use pytest.Node.iter_markers() instead.

* Showing inner exceptions by forcing native display in ExceptionGroups even when using display options other than --tb=native. A temporary step before full implementation of pytest-native display for inner exceptions in ExceptionGroups.

* Ensure caplog.get_records(when) returns current/correct data after invoking caplog.clear().

Improved Documentation
* Update information on writing plugins to use pyproject.toml instead of setup.py.
* The documentation is now built using Sphinx 5.x (up from 3.x previously).
* Update documentation on how pytest.warns() affects DeprecationWarning.
Trivial/Internal Changes
* Made _pytest.doctest.DoctestItem export pytest.DoctestItem for type check and runtime purposes. Made _pytest.doctest use internal APIs to avoid circular imports.
* Made _pytest.compat re-export importlib_metadata in the eyes of type checkers.
* Fix default encoding warning (EncodingWarning) in cacheprovider
* Improve the error message when we attempt to access a fixture that has been torn down. Add an additional sentence to the docstring explaining when it’s not a good idea to call getfixturevalue.
2022-10-28 08:58:12 +00:00
archivers *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
audio pulseaudio: fix alsa PLIST, behringer-umc22.conf was renamed 2022-10-27 08:07:13 +00:00
benchmarks benchmarks/hyperfine: update to 1.15.0 2022-09-08 07:21:03 +00:00
biology *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
bootstrap bootstrap: Add mktools to special preserve handling. 2022-10-04 11:47:45 +00:00
cad *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
chat *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
comms *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
converters *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
cross cross/Makefile: sort 2022-10-20 06:47:36 +00:00
databases *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
devel py-test: updated to 7.2.0 2022-10-28 08:58:12 +00:00
distfiles
doc Updated devel/protobuf, devel/py-protobuf 2022-10-28 08:36:39 +00:00
editors editors/tp-note: update to 1.18.1 2022-10-28 07:48:25 +00:00
emulators nono: update to 0.4.4. 2022-10-27 14:48:25 +00:00
filesystems *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
finance *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
fonts *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
games *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
geography *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
graphics graphics/oculante: update to 0.6.19 2022-10-28 07:47:03 +00:00
ham ham/chirp: Update to 20221025 2022-10-26 17:19:42 +00:00
inputmethod *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
lang lang/rust: add bits so that earmv6hf variant can be built natively. 2022-10-26 12:51:46 +00:00
licenses Add Commander X16 ROM license (this is a somewhat complex combination of 2022-08-07 17:35:09 +00:00
mail *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
math *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs Given how compatible evince 3.34 and 43 are, flip evince3->evince anyway. 2022-10-26 10:13:33 +00:00
misc misc/wthrr: update to 0.4.1 2022-10-28 07:50:35 +00:00
mk Darwin.mk: add macOS Ventura 2022-10-27 15:56:14 +00:00
multimedia *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
net bandcamp-dl: updated to 0.0.13 2022-10-26 13:27:54 +00:00
news *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
packages
parallel *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
pkgtools pkgin: Update to 22.10.0. 2022-10-05 17:23:02 +00:00
print add and enable evince3 2022-10-27 06:05:10 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
shells shells/nushell: update to 0.70.0 2022-10-19 09:42:32 +00:00
sysutils sysutils/rdiff-backup: Adjust HOMEPAGE 2022-10-27 12:52:36 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc textproc: remove markdown2social. 2022-10-27 15:20:24 +00:00
time *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
wm enlightenment16: update to 1.0.26 2022-10-24 16:48:19 +00:00
www Move the information of CA bundle path to installed documentation 2022-10-28 00:19:25 +00:00
x11 *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README.md: Add trailing slash to URI for consistency 2022-08-24 13:59:26 +00:00

pkgsrc

pkgsrc is a framework for building software for a variety of UNIX-like systems.

It produces binary packages, which can be managed with tools such as pkgin. pkgsrc is highly configurable, supporting building packages for an arbitrary installation prefix (the default is /usr/pkg), allowing multiple branches to coexist on one machine, a build options framework, and a compiler transformation framework, among other advanced features. Unprivileged use and installation is also supported.

pkgsrc is the default package manager for NetBSD and SmartOS. It's also supported as a first-class option in OmniOS CE and Oasis Linux.

Bootstrapping

To use pkgsrc on operating systems other than NetBSD, you first need to bootstrap:

cd pkgsrc/bootstrap
./bootstrap

Note that this is only for the most simple case, using pkgsrc's defaults.

Please consult bootstrap/README and bootstrap/README.OS for detailed information about bootstrapping.

Building packages

cd pkgsrc/category/package-name
$PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

On NetBSD, bmake is simply the built-in make tool.

To build packages in bulk, tools such as pkgtools/pbulk and pkgtools/pkg_comp can be used.

Community / Troubleshooting

Latest sources

To fetch the main CVS repository:

cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

To work in the Git mirror, which is updated every few hours from CVS:

git clone https://github.com/NetBSD/pkgsrc.git