Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about pep517

Read more about pep517

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - pep517

PEP 517 method to specify build requirements is not working in poetry

How can I specify the "build system" requirements in poetry? I think PEP517 deals with this, but I can't get it to work. I am using poetry to manage my project. One of my project's dependenc...
test-img

John

dependencies

setup.py

python-poetry

pyproject.toml

pep517

Votes: 0

Answers: 1

Latest Answer

The dependency itself must provide a pyproject.toml according to PEP-518 and list their build dependencies. There's nothing you can do in your project.
test-img

finswimmer

Custom build backend for Python

I would like to write my own Python build backend that can used in pyproject.toml like [build-system] requires = ["setuptools>=42", "wheel", "mybackend"] build-backend...
test-img

Nico Schlömer

python

setuptools

python-packaging

pyproject.toml

pep517

Votes: 0

Answers: 1

Latest Answer

One way to extend setuptools is to use wrap those in your own build_wheel/build_sdist like from setuptools.build_meta import build_sdist as setuptools_build_sdist from setuptools.build_meta import bui...
test-img

Nico Schlömer

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved