notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
pytype Python type inferencer
2024.4.11 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2024.2.27Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-07-24 20:33:45
Last Update: 2024-04-13 11:57:17
Commit Hash: 4780899
Also Listed In: python
License: APACHE20
WWW:
https://google.github.io/pytype/
https://github.com/google/pytype
Description:
Pytype checks and infers types for your Python code - without requiring type annotations. Pytype can: - Lint plain Python code, flagging common mistakes such as misspelled attribute names, incorrect function calls, and much more, even across file boundaries. - Enforce user-provided type annotations. While annotations are optional for pytype, it will check and apply them where present. - Generate type annotations in standalone files ("pyi files"), which can be merged back into the Python source with a provided merge-pyi tool. Pytype is a static analyzer; it does not execute the code it runs on. Thousands of projects at Google rely on pytype to keep their Python code well-typed and error-free.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • pytype-py39>0:devel/pytype
To install the port:
cd /usr/ports/devel/pytype/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/pytype
  • pkg install pytype-py39
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pytype-py39
Package flavors (<flavor>: <package>)
  • py39: pytype-py39
distinfo:
TIMESTAMP = 1713001114 SHA256 (pytype-2024.4.11.tar.gz) = 3315f51ce482d8c07e2f1857c47ccd17beb4a9bfde9afa7d1e6669f1e8881081 SIZE (pytype-2024.4.11.tar.gz) = 2932344

Packages (timestamps in pop-ups are UTC):
pytype-py39
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-2024.3.19--2024.4.11---
FreeBSD:13:quarterly2023.11.292023.11.29--2024.3.19-2023.11.29-
FreeBSD:14:latest2024.2.272024.3.19--2024.3.19---
FreeBSD:14:quarterly2023.11.292024.3.19--2024.3.19-2023.11.29-
FreeBSD:15:latest2024.2.272024.4.11n/a2023.11.29n/a-2023.11.29-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ninja : devel/ninja
  2. py39-pybind11>=2.10.1 : devel/py-pybind11@py39
  3. py39-setuptools>=40.8.0 : devel/py-setuptools@py39
  4. py39-wheel>=0 : devel/py-wheel@py39
  5. python3.9 : lang/python39
  6. py39-build>=0 : devel/py-build@py39
  7. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. py39-pytest>=7,1 : devel/py-pytest@py39
  2. python3.9 : lang/python39
Runtime dependencies:
  1. ninja>=1.10.2 : devel/ninja
  2. py39-attrs>=21.4.0 : devel/py-attrs@py39
  3. py39-immutabledict>=3.0.0 : devel/py-immutabledict@py39
  4. py39-importlab>=0.8 : devel/py-importlab@py39
  5. py39-Jinja2>=3.1.2 : devel/py-Jinja2@py39
  6. py39-libcst>=1.0.1 : devel/py-libcst@py39
  7. py39-msgspec>=0.18.6 : devel/py-msgspec@py39
  8. py39-networkx>=0,1 : math/py-networkx@py39
  9. py39-pycnite>=2023.10.11 : devel/py-pycnite@py39
  10. py39-pydot>=1.4.2 : graphics/py-pydot@py39
  11. py39-tabulate>=0.8.9 : devel/py-tabulate@py39
  12. py39-toml>=0.10.2 : textproc/py-toml@py39
  13. py39-typing-extensions>=4.3.0 : devel/py-typing-extensions@py39
  14. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_pytype
USES:
compiler:c++11-lang python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pytype/
  2. https://pypi.org/packages/source/p/pytype/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2024.4.11
13 Apr 2024 11:57:17
commit hash: 47808995d8e1d531d676558160f86e75723c9184commit hash: 47808995d8e1d531d676558160f86e75723c9184commit hash: 47808995d8e1d531d676558160f86e75723c9184commit hash: 47808995d8e1d531d676558160f86e75723c9184 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Update to 2024.4.11

Changes:	https://github.com/google/pytype/blob/main/CHANGELOG
2024.3.19
05 Apr 2024 00:38:32
commit hash: f5cf95f191daccd6a43ffd047cb8802e62a49f63commit hash: f5cf95f191daccd6a43ffd047cb8802e62a49f63commit hash: f5cf95f191daccd6a43ffd047cb8802e62a49f63commit hash: f5cf95f191daccd6a43ffd047cb8802e62a49f63 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Update to 2024.3.19

Changes:	https://github.com/google/pytype/blob/main/CHANGELOG
2024.2.27
09 Mar 2024 14:05:23
commit hash: a643b70f9ee00d09107c5f1bd664debf8532de6ecommit hash: a643b70f9ee00d09107c5f1bd664debf8532de6ecommit hash: a643b70f9ee00d09107c5f1bd664debf8532de6ecommit hash: a643b70f9ee00d09107c5f1bd664debf8532de6e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Update to 2024.2.27

Changes:	https://github.com/google/pytype/blob/main/CHANGELOG
2024.2.13
21 Feb 2024 15:06:26
commit hash: 883e81b5810f76b06483e4e22bf0d8a316204774commit hash: 883e81b5810f76b06483e4e22bf0d8a316204774commit hash: 883e81b5810f76b06483e4e22bf0d8a316204774commit hash: 883e81b5810f76b06483e4e22bf0d8a316204774 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Update to 2024.2.13

Changes:	https://github.com/google/pytype/blob/main/CHANGELOG
2023.11.29
01 Dec 2023 22:11:31
commit hash: c1f4afb58489790c43bcb803a6bca094d2f5f82ecommit hash: c1f4afb58489790c43bcb803a6bca094d2f5f82ecommit hash: c1f4afb58489790c43bcb803a6bca094d2f5f82ecommit hash: c1f4afb58489790c43bcb803a6bca094d2f5f82e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Update to 2023.11.29

Changes:	https://github.com/google/pytype/blob/main/CHANGELOG
2023.10.31
14 Nov 2023 17:15:32
commit hash: 2609280018fae7d8a58622ae496f0ab9a5d5ad2dcommit hash: 2609280018fae7d8a58622ae496f0ab9a5d5ad2dcommit hash: 2609280018fae7d8a58622ae496f0ab9a5d5ad2dcommit hash: 2609280018fae7d8a58622ae496f0ab9a5d5ad2d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Allow build with py-networkx 3.2+
(9bccc8a106f5f2f618b5adc5eb62ea54edb3486a)

Reference:	https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p9218fd8f40f2_s559a218c9b/logs/pytype-py39-2023.5.8.log
		https://pkg-status.freebsd.org/beefy16/data/132amd64-default/021f5c74a690/logs/pytype-py39-2023.5.8.log
		https://pkg-status.freebsd.org/beefy6/data/124amd64-default/9218fd8f40f2/logs/pytype-py39-2023.5.8.log
2023.10.31
14 Nov 2023 17:15:31
commit hash: bdfba8490bb8f9e999da70947012893c187479d6commit hash: bdfba8490bb8f9e999da70947012893c187479d6commit hash: bdfba8490bb8f9e999da70947012893c187479d6commit hash: bdfba8490bb8f9e999da70947012893c187479d6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Update to 2023.10.31

- Update WWW and clean up pkg-descr

Changes:	https://github.com/google/pytype/blob/main/CHANGELOG
2023.5.8
18 Jul 2023 00:53:09
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
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
2023.5.8
30 Jun 2023 07:01:51
commit hash: 0b0207a88f62c5117240f581eff30e50939aa12bcommit hash: 0b0207a88f62c5117240f581eff30e50939aa12bcommit hash: 0b0207a88f62c5117240f581eff30e50939aa12bcommit hash: 0b0207a88f62c5117240f581eff30e50939aa12b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Remove outdated PYTHON_REL check after lang/python37 removal
2023.5.8
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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>
2023.5.8
27 May 2023 04:07:16
commit hash: 46b64225b9cdabfed4b58c620a9248f05b482528commit hash: 46b64225b9cdabfed4b58c620a9248f05b482528commit hash: 46b64225b9cdabfed4b58c620a9248f05b482528commit hash: 46b64225b9cdabfed4b58c620a9248f05b482528 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Update to 2023.5.8

- Convert to USE_PYTHON=pep517

Changes:	https://github.com/google/pytype/blob/main/CHANGELOG
2023.2.17_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
2023.2.17
21 Mar 2023 19:20:05
commit hash: 2b049358043d2d2ff93ad5f6ed10cb7d5cbe7172commit hash: 2b049358043d2d2ff93ad5f6ed10cb7d5cbe7172commit hash: 2b049358043d2d2ff93ad5f6ed10cb7d5cbe7172commit hash: 2b049358043d2d2ff93ad5f6ed10cb7d5cbe7172 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Update to 2023.2.17

Changes:	https://github.com/google/pytype/blob/main/CHANGELOG
2022.6.30
05 Feb 2023 15:47:42
commit hash: 8974ea81be394278e1eddaa1ee43fd612364f91dcommit hash: 8974ea81be394278e1eddaa1ee43fd612364f91dcommit hash: 8974ea81be394278e1eddaa1ee43fd612364f91dcommit hash: 8974ea81be394278e1eddaa1ee43fd612364f91d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Update to 2022.6.30

Changes:	https://github.com/google/pytype/blob/main/CHANGELOG
2022.1.7_1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
2022.1.7_1
30 Dec 2022 10:51:52
commit hash: 3d3b60795213d7507f8d932687b71fc80574e107commit hash: 3d3b60795213d7507f8d932687b71fc80574e107commit hash: 3d3b60795213d7507f8d932687b71fc80574e107commit hash: 3d3b60795213d7507f8d932687b71fc80574e107 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Change RUN_DEPENDS from py-libcst to py-libcst03

- Bump PORTREVISION for dependency change
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
2022.1.7
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2022.1.7
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
2022.1.7
23 Jan 2022 18:17:33
commit hash: 9a413c2f48432b6cf52e399999ee993d223f4c88commit hash: 9a413c2f48432b6cf52e399999ee993d223f4c88commit hash: 9a413c2f48432b6cf52e399999ee993d223f4c88commit hash: 9a413c2f48432b6cf52e399999ee993d223f4c88 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Update to 2022.1.7

Changes:	https://github.com/google/pytype/blob/main/CHANGELOG
2021.9.9_1
11 Jan 2022 18:44:00
commit hash: 4b1258e6844cf1f5682ca0a295456087b9d5123acommit hash: 4b1258e6844cf1f5682ca0a295456087b9d5123acommit hash: 4b1258e6844cf1f5682ca0a295456087b9d5123acommit hash: 4b1258e6844cf1f5682ca0a295456087b9d5123a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f
(python36 removal)
2021.9.9_1
21 Sep 2021 22:23:21
commit hash: fbce3f875fc24a317c320636a9adf6d1bdfed126commit hash: fbce3f875fc24a317c320636a9adf6d1bdfed126commit hash: fbce3f875fc24a317c320636a9adf6d1bdfed126commit hash: fbce3f875fc24a317c320636a9adf6d1bdfed126 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Strip shared library

- Bump PORTREVISION for package change
2021.9.9
21 Sep 2021 03:35:13
commit hash: 956c7b9365b4bc119a0dc0b6893353d65d523e59commit hash: 956c7b9365b4bc119a0dc0b6893353d65d523e59commit hash: 956c7b9365b4bc119a0dc0b6893353d65d523e59commit hash: 956c7b9365b4bc119a0dc0b6893353d65d523e59 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Update to 2021.9.9

Changes:	https://github.com/google/pytype/blob/master/CHANGELOG
2021.7.19
24 Jul 2021 20:20:49
commit hash: 3830a51e087c6cc007122ef7f4fed87956bc4608commit hash: 3830a51e087c6cc007122ef7f4fed87956bc4608commit hash: 3830a51e087c6cc007122ef7f4fed87956bc4608commit hash: 3830a51e087c6cc007122ef7f4fed87956bc4608 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pytype: Add pytype 2021.7.19

Pytype checks and infers types for your Python code - without requiring type
annotations. Pytype can:
- Lint plain Python code, flagging common mistakes such as misspelled attribute
  names, incorrect function calls, and much more, even across file boundaries.
- Enforce user-provided type annotations. While annotations are optional for
  pytype, it will check and apply them where present.
- Generate type annotations in standalone files ("pyi files"), which can be
  merged back into the Python source with a provided merge-pyi tool.

Pytype is a static analyzer; it does not execute the code it runs on.

Thousands of projects at Google rely on pytype to keep their Python code
well-typed and error-free.

WWW: https://google.github.io/pytype/
WWW: https://github.com/google/pytype

Number of commits found: 24