Category "packaging"

Can't import file from another directory which imports a file from the same directory (int Python)

So my project structure is the following: project/ src/ __init__.py utils.py model.py usage.py I now want to import functions f

RPM Build error: Too many levels of recursion in macro expansion. It is likely caused by recursive macro declaration

I have been trying to build a rpm using rpmbuild but I keep getting the following error- error: Too many levels of recursion in macro expansion. It is likely c

Aur package Showing Permission denied

Hello folks actualy i'm making an AUR package for arch linux and i have made the PKGBUILD file with reference through various YouTube videos and Blog post and O

How to write setup.py to include a Git repository as a dependency

I am trying to write setup.py for my package. My package needs to specify a dependency on another Git repository. This is what I have so far: from setuptools im

What is pyproject.toml file for?

Background I was about to try Python package downloaded from GitHub, and realized that it did not have a setup.py, so I could not install it with pip install -e