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 on branch 2022Q2
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.

There are no commits on branch 2022Q2 for this port