diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-06-02 00:17:29 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-06-02 00:24:00 +0800 |
commit | ddd1ccfe4e0fac29635d06bb4efb46ff35fbfae4 (patch) | |
tree | c32ae3042ae38e76bfc3023bd424cc36e3c5facf /converters/py-rencode/files/patch-setup.py | |
parent | www/rubygem-websocket-driver: Update to 0.8.0 (diff) |
converters/py-rencode: Update to 1.0.7
- Convert to USE_PYTHON=pytest
Changes: https://github.com/aresch/rencode/releases
Diffstat (limited to 'converters/py-rencode/files/patch-setup.py')
-rw-r--r-- | converters/py-rencode/files/patch-setup.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/converters/py-rencode/files/patch-setup.py b/converters/py-rencode/files/patch-setup.py deleted file mode 100644 index a3bc8f1f39db..000000000000 --- a/converters/py-rencode/files/patch-setup.py +++ /dev/null @@ -1,20 +0,0 @@ -# 1) make setup.py test command work via test_suite directive -# 2) Honour/respect user CFLAGS -# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233561 - ---- setup.py.orig 2024-01-31 07:33:33 UTC -+++ setup.py -@@ -42,7 +42,6 @@ ext_modules = [ - ext_modules = [ - Extension( - "rencode._rencode", -- extra_compile_args=["-O3"], - sources=["rencode/_rencode" + source_ext], - ), - ] -@@ -97,4 +96,5 @@ setup( - cmdclass={"build_ext": optional_build_ext}, - ext_modules=ext_modules, - setup_requires=["setuptools"], -+ test_suite='tests', - ) |