mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Build gdbm and tkinter extensions with PEP517, and install them to lib-dynload. Fixes: https://trac.macports.org/ticket/59147
13 lines
245 B
TOML
13 lines
245 B
TOML
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "gdbm"
|
|
version = "__VERSION__"
|
|
description = "GDBM Extension to Python"
|
|
|
|
[tool.setuptools.packages.find]
|
|
exclude = ["clinic*"]
|
|
namespaces = false
|