Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.15.0 08 Feb 2025 16:59:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.15.0
Changes: https://github.com/python/mypy/blob/master/CHANGELOG.md
https://mypy-lang.org/news.html |
1.14.1 02 Jan 2025 02:44:23
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.14.1
Changes: https://github.com/python/mypy/blob/master/CHANGELOG.md
https://mypy-lang.org/news.html |
1.14.0 31 Dec 2024 15:48:48
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.14.0
- Add INSTALL_TYPES option
Changes: https://github.com/python/mypy/blob/master/CHANGELOG.md
https://mypy-lang.org/news.html |
1.13.0_1 29 Oct 2024 14:38:35
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Add FASTER_CACHE option
- Bump PORTREVISION for dependency change |
1.13.0 26 Oct 2024 23:26:34
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.13.0
Changes: https://github.com/python/mypy/blob/master/CHANGELOG.md
https://mypy-lang.org/news.html |
1.12.1 26 Oct 2024 02:01:54
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.12.1
Changes: https://github.com/python/mypy/blob/master/CHANGELOG.md
https://mypy-lang.org/news.html |
1.12.0 22 Oct 2024 09:48:40
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.12.0
Changes: https://github.com/python/mypy/blob/master/CHANGELOG.md
https://mypy-lang.org/news.html |
1.11.2 08 Sep 2024 18:37:25
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.11.2
Changes: https://github.com/python/mypy/blob/master/CHANGELOG.md
https://mypy-lang.org/news.html |
1.11.1 04 Aug 2024 17:14:04
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.11.1
Changes: https://github.com/python/mypy/blob/master/CHANGELOG.md
https://mypy-lang.org/news.html |
1.11.0 21 Jul 2024 16:55:40
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/python.mk: Introduce PY_TOMLI
- Convert ports to use PY_TOMLI to simplify Makefile.
The minimal version is set to 2.0.1 because it is required by multiple ports
such as devel/py-poetry.
The upper bound of version is set to 3 because it is limited by devel/py-poetry.
With hat: python |
1.11.0 21 Jul 2024 09:57:00
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.11.0
Changes: https://github.com/python/mypy/blob/master/CHANGELOG.md
https://mypy-lang.org/news.html |
1.10.1 06 Jul 2024 16:03:26
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.10.1
Changes: https://github.com/python/mypy/blob/master/CHANGELOG.md
https://mypy-lang.org/news.html |
1.10.0 19 May 2024 17:15:37
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.10.0
Changes: https://github.com/python/mypy/blob/master/CHANGELOG.md
https://mypy-lang.org/news.html |
1.9.0 23 Mar 2024 14:49:21
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.9.0
Changes: https://github.com/python/mypy/blob/master/CHANGELOG.md
https://mypy-lang.org/news.html |
1.8.0 25 Dec 2023 09:00:16
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.8.0
Changes: https://github.com/python/mypy/blob/master/CHANGELOG.md
https://mypy-lang.org/news.html |
1.7.1 27 Nov 2023 18:07:53
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.7.1
Changes: https://github.com/python/mypy/blob/master/CHANGELOG.md
https://github.com/python/mypy/commits/master
https://mypy-lang.org/news.html |
1.7.0 14 Nov 2023 17:15:44
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.7.0
- Add MYPYC option
Changes: https://github.com/python/mypy/blob/master/CHANGELOG.md
https://github.com/python/mypy/commits/master
https://mypy-lang.org/news.html |
1.6.1 01 Nov 2023 01:57:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.6.1
Changes: https://github.com/python/mypy/blob/master/CHANGELOG.md
https://github.com/python/mypy/commits/master
https://mypy-lang.org/news.html |
1.6.0 11 Oct 2023 22:22:07
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.6.0
Changes: https://mypy-lang.org/news.html
https://mypy-lang.blogspot.com/2023/10/mypy-16-released.html |
1.5.1 21 Aug 2023 17:04:05
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.5.1
Changes: https://mypy-lang.org/news.html |
1.4.1 18 Jul 2023 00:53:09
    |
Charlie Li (vishwin)  |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
1.4.1 09 Jul 2023 21:34:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Clean up TEST_DEPENDS |
1.4.1 09 Jul 2023 10:19:03
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.4.1
- Convert to USE_PYTHON=pep517
Changes: https://mypy-lang.org/news.html |
1.3.0 30 Jun 2023 07:03:42
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Remove outdated PYTHON_REL check after lang/python37 removal |
1.3.0 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.3.0 27 May 2023 04:08:46
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.3.0
- Update WWW
Changes: https://mypy-lang.org/news.html |
1.2.0 09 Apr 2023 20:40:18
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.2.0
Changes: https://github.com/python/mypy/commits/master |
1.1.1 05 Apr 2023 17:30:25
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.1.1
Changes: https://github.com/python/mypy/commits/master |
1.0.1 21 Mar 2023 19:20:46
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 1.0.1
Changes: https://github.com/python/mypy/commits/master |
1.0.0 22 Feb 2023 11:28:08
    |
Dmitry Marakasov (amdmi3)  |
devel/py-mypy: update 0.991 → 1.0.0
PR: 269385
Approved by: sunpoet (maintainer) |
0.991 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.991 23 Nov 2022 14:06:51
    |
Dmitry Marakasov (amdmi3)  |
devel/py-mypy: update 0.982 → 0.991
PR: 267665
Approved by: maintainer timeout (sunpoet, 2 weeks) |
0.982 19 Nov 2022 08:12:03
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update TEST_DEPENDS |
0.982 19 Oct 2022 19:15:04
    |
Dmitry Marakasov (amdmi3)  |
devel/py-mypy: add missing test dependency
PR: 266859
Approved by: maintainer timeout |
0.982 09 Oct 2022 15:37:55
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 0.982
- Update WWW
Changes: https://github.com/python/mypy/commits/master |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.971 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.971 30 Jul 2022 05:57:55
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 0.971
Changes: https://github.com/python/mypy/commits/master |
0.961 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.961 09 Jun 2022 10:58:20
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 0.961
Changes: https://github.com/python/mypy/commits/master |
0.960 03 Jun 2022 16:57:20
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Convert to USE_PYTHON=pytest |
0.960 03 Jun 2022 09:00:36
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 0.960
Changes: https://github.com/python/mypy/commits/master |
0.950_1 13 May 2022 11:39:29
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Add REPORTS option
- Bump PORTREVISION for dependency change |
0.950 04 May 2022 14:29:56
    |
Dmitry Marakasov (amdmi3)  |
devel/py-mypy: fix tests
Add typed-ast to TEST_DEPENDS unconditionally as it's always used
in tests.
Reported by: reprise
Approved by: portmgr blanket |
0.950 30 Apr 2022 15:58:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 0.950
Changes: https://github.com/python/mypy/commits/master |
0.942 26 Apr 2022 16:36:07
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Fix e86f8937f1ba35ad2815ac150b29bf4dd09c0612
- Fix TEST_DEPENDS
devel/py-typed-ast is already a conditional RUN_DEPENDS. |
0.942 26 Apr 2022 15:01:24
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 0.942
Changes: https://github.com/python/mypy/commits/master |
0.940 21 Apr 2022 11:43:40
    |
Dmitry Marakasov (amdmi3)  |
devel/py-mypy: update 0.931 → 0.940, fix tests
PR: 263119
Approved by: maintainer timeout (sunpoet, 2 weeks) |
0.931 25 Jan 2022 19:50:18
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 0.931
Changes: https://github.com/python/mypy/commits/master |
0.930 23 Jan 2022 18:19:27
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 0.930
Changes: https://github.com/python/mypy/commits/master |
0.910 30 Jun 2021 20:43:42
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 0.910
Changes: https://github.com/python/mypy/commits/master |
0.902 20 Jun 2021 20:46:09
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mypy: Update to 0.902
Changes: https://github.com/python/mypy/commits/master |
0.812 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.812 07 Mar 2021 22:19:04
  |
sunpoet  |
Update to 0.812
Changes: https://github.com/python/mypy/commits/master |
0.800 01 Feb 2021 19:27:12
  |
sunpoet  |
Add DMYPY option |
0.800 30 Jan 2021 12:36:19
  |
sunpoet  |
Update to 0.800
Changes: http://mypy-lang.org/news.html
https://github.com/python/mypy/commits/master
PR: 253027
Submitted by: amdmi3 |
0.790 06 Nov 2020 11:27:13
  |
sunpoet  |
Simplify SHEBANG_FILES |
0.790 02 Nov 2020 10:40:43
  |
amdmi3  |
- Update to 0.790
PR: 250474
Approved by: maintainer timeout (sunpoet, 2 weeks) |
0.782 24 Jun 2020 17:38:17
  |
sunpoet  |
Update to 0.782
Changes: https://github.com/python/mypy/commits/master |
0.781 22 Jun 2020 19:35:57
  |
sunpoet  |
Update to 0.781
Changes: https://github.com/python/mypy/commits/master |
0.780 14 Jun 2020 14:23:43
  |
sunpoet  |
Update to 0.780
Changes: https://github.com/python/mypy/commits/master |
0.770 28 Mar 2020 13:34:12
  |
sunpoet  |
Update to 0.770
Changes: https://github.com/python/mypy/commits/master
PR: 244935
Submitted by: amdmi3 |
0.761 30 Dec 2019 13:54:59
  |
amdmi3  |
- Update to 0.761
PR: 242866
Approved by: sunpoet@FreeBSD.org (maintainer) |
0.750 08 Dec 2019 17:32:36
  |
sunpoet  |
Update to 0.750
Changes: https://github.com/python/mypy/commits/master
PR: 242390
Submitted by: amdmi3 |
0.740_1 19 Nov 2019 13:19:23
  |
amdmi3  |
- Allow installation for different python versions
PR: 242060
Submitted by: amdmi3
Approved by: portmgr blanket |
0.740 20 Oct 2019 17:21:47
  |
sunpoet  |
Update to 0.740
Changes: https://github.com/python/mypy/commits/master
PR: 241167
Submitted by: amdmi3 |
0.720 09 Aug 2019 18:34:47
  |
sunpoet  |
Revert r508450
r508454 has fixed the problem (bulk -a with BUILD_ALL_PYTHON_FLAVORS). |
0.720 09 Aug 2019 12:54:27
  |
mat  |
Fix bulk -a with BUILD_ALL_PYTHON_FLAVORS.
devel/py-typing-extensions does not support Python 3.7+, so ports
requiring it can't either. |
0.720 04 Aug 2019 16:10:36
  |
sunpoet  |
Sort RUN_DEPENDS
- Update pkg-descr |
0.720 03 Aug 2019 20:57:48
  |
sunpoet  |
Update to 0.720
Changes: https://github.com/python/mypy/commits/master
PR: 239267 (based on)
Submitted by: amdmi3 |
0.711 29 Jun 2019 20:53:56
  |
sunpoet  |
Update to 0.711
- Fix LICENSE: test-data/stdlib-samples (licensed under PSFL) is not installed
- Update version requirement of RUN_DEPENDS
- Take maintainership
Changes: https://github.com/python/mypy/commits/master
PR: 238811
Submitted by: sunpoet (myself)
Approved by: Florian Limberger <flo@snakeoilproductions.net> (maintainer) |
0.701 31 May 2019 10:00:20
  |
sunpoet  |
Introduce PY_TYPING and simplify Makefile
Since devel/py-promise requires 3.6.4+, the minimal version is set to 3.6.4.
With hat: python |
0.701 25 May 2019 20:57:23
  |
swills  |
devel/py-mypy: Update to 0.701
PR: 238119
Submitted by: Florian Limberger <flo@snakeoilproductions.net> (maintainer) |
0.700 10 Apr 2019 21:46:53
  |
amdmi3  |
- Update to 0.700
PR: 237160
Approved by: flo@snakeoilproductions.net (maintainer) |
0.670 21 Mar 2019 13:35:25
  |
amdmi3  |
- Update to 0.670
- Add testing support
- Fix WWW
PR: 236370
Approved by: flo@snakeoilproductions.net (maintainer) |
0.641_1 16 Dec 2018 23:38:07
  |
wen  |
- Add missing RUN_DEPENDS
PR: 233528
Submitted by: wen@
Approved by: maintainer |
0.641 09 Nov 2018 16:54:30
  |
swills  |
devel/py-mypy: Update to 0.641
PR: 232971
Submitted by: Florian Limberger <flo@snakeoilproductions.net> (maintainer) |
0.620 30 Jul 2018 17:42:36
  |
joneum  |
devel/py-mypy: Update to 0.620
PR: 230122
Submitted by: maintainer |
0.560_1 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.560_1 01 Mar 2018 13:21:13
  |
amdmi3  |
- Fix shebangs properly
Approved by: portmgr blanket |
0.560 19 Dec 2017 19:02:52
  |
dbn  |
devel/py-mypy: update to 0.560
- LICENSE file now back in source
- Add psutil as new run dependency
- Minimum Python version bumped to 3.4
PR: 224406
Approved by: maintainer |
0.530 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.530 07 Oct 2017 17:09:24
  |
tcberner  |
Update devel/py-mypy to 0.530
Changelog:
- http://mypy-lang.blogspot.de/2017/10/mypy-0530-released.html
The license file is no longer part of the distfile.
PR: 222851
Submitted by: Florian Limberger (maintainer) |
0.521 26 Aug 2017 15:15:16
  |
dbn  |
devel/py-mypy: patch to work with Port's py-typed-ast
PR: 221230 |
0.521 26 Aug 2017 15:13:36
  |
dbn  |
devel/py-mypy: update to 0.521
ChangeLog:
- Fine-graned control of any type
- __setattr__ support
- Hash-based incremental cache
- NamedTuple methods
- Improved error messages
See http://mypy-lang.blogspot.co.za/2017/07/mypy-0520-released.html and
http://mypy-lang.blogspot.co.za/2017/07/mypy-0521-released.html
PR: 221230
Approved by: Florian Limberger (flo@snakeoilproductions.net) |
0.501_1 17 Apr 2017 16:17:55
  |
miwi  |
- Fix shebang |
0.501 14 Apr 2017 07:53:56
  |
dbn  |
devel/py-mypy: update to 0.501
- Remove unneeded patches (superseded by upstream)
- Track minimum depedency on py-typed-ast
Change Log:
- typed_ast is used as the default parser (i.e. --fast-parser is now the
default)
- Python 3.6 features supported by default
- Simples metaclass support added
- The --warn-no-return flag is now default: warns about missing return
statements
- A function that doesn't return can be annotated (using
mypy_extensions.NoReturn)
- Redundant Generic[T] no longer needed
- Checking of assignments in a class body
- The --strict flag is added, that turns on most additional checks
PR: 218303
Approved by: Florian Limberger <flo@snakeoilproductions.net> |
0.471 21 Feb 2017 06:10:11
  |
dbn  |
devel/py-mypy: add new port
Mypy is an optional static type checker for Python. You can add type hints to
your Python programs using the standard for type annotations introduced in
Python 3.5 (PEP 484), and use mypy to type check them statically. Find bugs in
your programs without even running them!
PR: 209871
Submitted by: Florian Limberger (flo@snakeoilproductions.net) |