pyx-project / pyx

Repository of PyX, a Python package for the creation of PostScript, PDF, and SVG files.
https://pyx-project.org/
GNU General Public License v2.0
109 stars 18 forks source link

Change to import setup and Extension from setuptools #18

Closed kmosiejczuk closed 3 years ago

kmosiejczuk commented 4 years ago

Change to import setup and Extension from setuptools in order to support --single-version-externally-managed, which is needed for the OpenBSD ports infrastructure.

joerg-lehmann commented 3 years ago

Thanks for this pull request. Note that this will raise the minimal requirements for Python from 3.2 to 3.5 (as far as I can see) if setuptools is not installed as an external dependency. Nevertheless, I will merge this change as setuptools is indeed the recommended project definition tool in the meantime.