Skip to content

Commit

Permalink
contrib/python-meson: new package (0.15.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
a16bitsysop committed Jan 18, 2024
1 parent fce6af9 commit f0f2f86
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions contrib/python-meson/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
pkgname = "python-meson"
pkgver = "0.15.0"
pkgrel = 0
build_style = "python_pep517"
hostmakedepends = [
"meson",
"ninja",
"patchelf",
"python-build",
"python-installer",
"python-pyproject-metadata",
"python-wheel",
]
checkdepends = [
"python-cython",
"git",
"python-devel",
"python-pytest",
"python-pytest-mock",
]
depends = ["meson", "python-pyproject-metadata"]
pkgdesc = "Meson PEP 517 Python build backend"
maintainer = "Duncan Bellamy <[email protected]>"
license = "MIT"
url = "https://meson-python.readthedocs.io/en/latest/index.html"
source = f"https://github.com/mesonbuild/meson-python/archive/refs/tags/{pkgver}.tar.gz"
sha256 = "7c29eb0d17bb7813f5e5c89f5df5f56eda446e263b4d4a9f5f286548a0eb385f"


def post_install(self):
self.install_license("LICENSE")

0 comments on commit f0f2f86

Please sign in to comment.