ports/graphics/py-cairocffi/files/patch-setup.cfg
Kubilay Kocak 6be23222ef graphics/py-cairocffi: Update to 1.0.2
- Update COMMENT, match upstream setup.py:description
  - Update USES=python, now only supports Python 3.x
  - Switch to autoplist (using --record), update pkg-plist to add missing
    files until resolved upstream [1][2][3][4]

Changelog:

  https://github.com/Kozea/cairocffi/blob/v1.0.2/NEWS.rst

[1] https://github.com/Kozea/cairocffi/issues/108
[2] https://github.com/spatialaudio/python-sounddevice/issues/116
[3] https://github.com/tych0/xcffib/issues/92
[4] See Also: https://groups.google.com/forum/#!topic/python-cffi/oX2T_Y5m99I

PR:			237884
Reviewed by:		mat, dch (maintainer)
Approved by:		dch (maintainer)
Differential Revision:	D20352
2019-05-27 12:58:08 +00:00

14 lines
382 B
INI

# pytest-runner should be conditional on test arg provided to setup.py
# it is only needed for tests, but we run pytest directly (for now)
# TODO: Report/resolve upstream
--- setup.cfg.orig 2019-05-21 10:20:51 UTC
+++ setup.cfg
@@ -36,7 +36,6 @@ project_urls =
packages = find:
setup_requires =
cffi >= 1.1.0
- pytest-runner
setuptools
install_requires =
cffi >= 1.1.0