Port details |
- py-pytest-mypy-plugins pytest plugin for writing tests for mypy plugins
- 3.1.2_1 devel
=2 3.1.2_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-01-30 13:08:51
- Last Update: 2024-07-07 08:05:33
- Commit Hash: 1a80ec7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/typeddjango/pytest-mypy-plugins
- Description:
- pytest plugin for testing mypy types, stubs, and plugins.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pytest-mypy-plugins>0:devel/py-pytest-mypy-plugins@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pytest-mypy-plugins/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pytest-mypy-plugins
- pkg install py311-pytest-mypy-plugins
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-pytest-mypy-plugins listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pytest-mypy-plugins
- Package flavors (<flavor>: <package>)
- py311: py311-pytest-mypy-plugins
- distinfo:
- TIMESTAMP = 1712084508
SHA256 (pytest-mypy-plugins-3.1.2.tar.gz) = 14fa9b00e59713a6fdb88fcf04e8139b9467e117b98d61fc12038c60afb7febe
SIZE (pytest-mypy-plugins-3.1.2.tar.gz) = 26202
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-decorator>=0 : devel/py-decorator@py311
- py311-Jinja2>=0 : devel/py-Jinja2@py311
- py311-jsonschema>=0 : devel/py-jsonschema@py311
- py311-mypy>=1.3 : devel/py-mypy@py311
- py311-packaging>=0 : devel/py-packaging@py311
- py311-pytest>=7.0.0,1 : devel/py-pytest@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- py311-regex>=0 : textproc/py-regex@py311
- py311-tomlkit>=0.11 : textproc/py-tomlkit@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-pytest-mypy-plugins
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.2_1 07 Jul 2024 08:05:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
3.1.2 05 Apr 2024 00:39:54
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-mypy-plugins: Update to 3.1.2
- Convert to USE_PYTHON=pep517
Changes: https://github.com/typeddjango/pytest-mypy-plugins/releases |
3.1.1 23 Mar 2024 14:49:24
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-mypy-plugins: Update to 3.1.1
Changes: https://github.com/typeddjango/pytest-mypy-plugins/releases |
3.1.0 09 Mar 2024 14:06:04
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-mypy-plugins: Update to 3.1.0
Changes: https://github.com/typeddjango/pytest-mypy-plugins/releases |
3.0.0 25 Dec 2023 16:10:54
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-mypy-plugins: Update to 3.0.0
Changes: https://github.com/typeddjango/pytest-mypy-plugins/releases |
1.11.1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.11.1 07 May 2023 21:13:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-mypy-plugins: Update to 1.11.1
Changes: https://github.com/typeddjango/pytest-mypy-plugins/releases |
1.11.0 07 May 2023 16:03:57
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-mypy-plugins: Update to 1.11.0
Changes: https://github.com/typeddjango/pytest-mypy-plugins/releases |
1.10.1 30 Jan 2023 12:58:47
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pytest-mypy-plugins: Add py-pytest-mypy-plugins 1.10.1
pytest plugin for testing mypy types, stubs, and plugins. |
Number of commits found: 9
|