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
Remember
I remember
2024-11-06 brought a new category: filesystems. Sadly, the website did not process it well. I''m working on that. It may take a few days.
Port details
meson-python Meson Python build backend (PEP-517)
0.16.0,1 devel on this many watch lists=2 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 0.16.0,1Version of this port present on the latest quarterly branch.
Maintainer: vishwin@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-03-09 04:51:06
Last Update: 2024-07-21 16:55:40
Commit Hash: 180cd73
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://github.com/mesonbuild/meson-python
Description:
Python build backend (PEP-517) for Meson projects. It enables Python package authors to use Meson as the build backend for their packages.
Homepage    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:
  • ${PYTHON_PKGNAMEPREFIX}meson-python>0:devel/meson-python@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/meson-python/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/meson-python
  • pkg install py311-meson-python
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-meson-python listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-meson-python
Package flavors (<flavor>: <package>)
  • py311: py311-meson-python
distinfo:
TIMESTAMP = 1717170010 SHA256 (meson_python-0.16.0.tar.gz) = 9068c17e36c89d6c7ff709fffb2a8a9925e8cd0b02629728e5ceaf2ec505cb5f SIZE (meson_python-0.16.0.tar.gz) = 82012

Packages (timestamps in pop-ups are UTC):
py39-meson-python
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--0.12.1_1--0.14.00.14.00.14.0
FreeBSD:14:latest-----0.12.1_1-0.12.1_1
FreeBSD:14:quarterly-----0.14.00.14.00.14.0
FreeBSD:15:latest--n/a-n/a0.14.00.14.00.14.0
 

py311-meson-python
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.16.0,10.16.0,1-0.16.0,10.16.0,1---
FreeBSD:13:quarterly0.16.0,10.16.0,1-0.16.0,10.16.0,1---
FreeBSD:14:latest0.16.0,10.16.0,1-0.16.0,10.16.0,1---
FreeBSD:14:quarterly0.16.0,10.16.0,1-0.16.0,10.16.0,1---
FreeBSD:15:latest0.16.0,10.16.0,1n/a0.16.0,1n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. meson : devel/meson@py311
  2. py311-packaging>=0.19.0 : devel/py-packaging@py311
  3. py311-pyproject-metadata>=0.7.1 : devel/py-pyproject-metadata@py311
  4. python3.11 : lang/python311
  5. py311-build>=0 : devel/py-build@py311
  6. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. py311-build>0 : devel/py-build@py311
  2. py311-pytest-cov>0 : devel/py-pytest-cov@py311
  3. py311-pytest-mock>0 : devel/py-pytest-mock@py311
  4. py311-wheel>0 : devel/py-wheel@py311
  5. git : devel/git
  6. cython-3.11 : lang/cython@py311
  7. py311-pytest>=7,1 : devel/py-pytest@py311
  8. python3.11 : lang/python311
Runtime dependencies:
  1. meson : devel/meson@py311
  2. py311-packaging>=0.19.0 : devel/py-packaging@py311
  3. py311-pyproject-metadata>=0.7.1 : devel/py-pyproject-metadata@py311
  4. python3.11 : lang/python311
This port is required by:
for Build
  1. biology/py-PySCeS
  2. math/py-contourpy
  3. math/py-pandas
  4. math/py-pywavelets
  5. math/py-scs
  6. science/py-dftd4
  7. science/py-dipy

Configuration Options:
No options to configure
Options name:
devel_meson-python
USES:
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/m/meson_python/
  2. https://pypi.org/packages/source/m/meson_python/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.16.0,1
21 Jul 2024 16:55:40
commit hash: 180cd7365c99492bcd78a06b5070190e6f950245commit hash: 180cd7365c99492bcd78a06b5070190e6f950245commit hash: 180cd7365c99492bcd78a06b5070190e6f950245commit hash: 180cd7365c99492bcd78a06b5070190e6f950245 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
0.16.0,1
31 May 2024 19:26:11
commit hash: d4be445297df8cdf66fff51c63441f4eaade9393commit hash: d4be445297df8cdf66fff51c63441f4eaade9393commit hash: d4be445297df8cdf66fff51c63441f4eaade9393commit hash: d4be445297df8cdf66fff51c63441f4eaade9393 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/meson-python: update to 0.16.0

Changelog:	https://github.com/mesonbuild/meson-python/releases/tag/0.16.0
		https://github.com/mesonbuild/meson-python/releases/tag/0.15.0

Event:		BSDCan 2024
Reported by:	wen
PR:		279420
0.14.0,1
27 May 2024 00:20:18
commit hash: b692b4748a512e85bb90bcefc25e1854e050a9d8commit hash: b692b4748a512e85bb90bcefc25e1854e050a9d8commit hash: b692b4748a512e85bb90bcefc25e1854e050a9d8commit hash: b692b4748a512e85bb90bcefc25e1854e050a9d8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
Revert "devel/meson-python: update 0.14.0 → 0.15.0"

This reverts commit 2de1b0699d062e31f2272c450ce65fdf50eca92f.
0.15.0
27 May 2024 00:12:32
commit hash: 2de1b0699d062e31f2272c450ce65fdf50eca92fcommit hash: 2de1b0699d062e31f2272c450ce65fdf50eca92fcommit hash: 2de1b0699d062e31f2272c450ce65fdf50eca92fcommit hash: 2de1b0699d062e31f2272c450ce65fdf50eca92f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
Author: wen
devel/meson-python: update 0.14.0 → 0.15.0

PR:	277826
0.14.0
09 Oct 2023 14:45:03
commit hash: 8548e6af41b9fa933582c237ce9ce0e293a1eb5ecommit hash: 8548e6af41b9fa933582c237ce9ce0e293a1eb5ecommit hash: 8548e6af41b9fa933582c237ce9ce0e293a1eb5ecommit hash: 8548e6af41b9fa933582c237ce9ce0e293a1eb5e files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/meson-python: update to 0.14.0

Changelog: https://meson-python.readthedocs.io/en/latest/changelog.html
0.13.2
05 Aug 2023 15:47:40
commit hash: 8296db9b12f468b1f7011236328cb14de3607f62commit hash: 8296db9b12f468b1f7011236328cb14de3607f62commit hash: 8296db9b12f468b1f7011236328cb14de3607f62commit hash: 8296db9b12f468b1f7011236328cb14de3607f62 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/meson-python: update to 0.13.2

Reported by: wen
PR: 272287
0.12.1_1
04 Apr 2023 18:29:11
commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
USE_PYTHON=pep517: bump PORTREVISION
0.12.1
11 Mar 2023 16:35:57
commit hash: b883eac8e32d2187ad18a7247699f77084cf0f06commit hash: b883eac8e32d2187ad18a7247699f77084cf0f06commit hash: b883eac8e32d2187ad18a7247699f77084cf0f06commit hash: b883eac8e32d2187ad18a7247699f77084cf0f06 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/meson: enable FLAVORs

Needed for devel/meson-python to function on non-default Python
flavours/distributions, as meson is imported as a module. Existing
USES=meson consumers not affected.

Reported by: fluffy
Differential Revision: https://reviews.freebsd.org/D39004
0.12.1
09 Mar 2023 04:48:14
commit hash: 316d64c81e7b25c4dbda295a70a516bceb22c2f5commit hash: 316d64c81e7b25c4dbda295a70a516bceb22c2f5commit hash: 316d64c81e7b25c4dbda295a70a516bceb22c2f5commit hash: 316d64c81e7b25c4dbda295a70a516bceb22c2f5 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/meson-python: add

PEP-517 build backend that uses Meson

Number of commits found: 9