From 217a65562caa39117407b890fabbda7c4aaf22c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 18 Feb 2022 11:00:47 +0700 Subject: [PATCH] python3-makefun: add missing patches --- .../python3-makefun/patches/no-pytest-runner.patch | 12 ++++++++++++ srcpkgs/python3-makefun/template | 1 + 2 files changed, 13 insertions(+) create mode 100644 srcpkgs/python3-makefun/patches/no-pytest-runner.patch diff --git a/srcpkgs/python3-makefun/patches/no-pytest-runner.patch b/srcpkgs/python3-makefun/patches/no-pytest-runner.patch new file mode 100644 index 00000000000..c1d56a1839f --- /dev/null +++ b/srcpkgs/python3-makefun/patches/no-pytest-runner.patch @@ -0,0 +1,12 @@ +Index: makefun-1.13.1/setup.cfg +=================================================================== +--- makefun-1.13.1.orig/setup.cfg ++++ makefun-1.13.1/setup.cfg +@@ -27,7 +27,6 @@ classifiers = + [options] + setup_requires = + setuptools_scm +- pytest-runner + install_requires = + funcsigs;python_version<'3.3' + tests_require = diff --git a/srcpkgs/python3-makefun/template b/srcpkgs/python3-makefun/template index 6f109d90856..61e49ce0dbe 100644 --- a/srcpkgs/python3-makefun/template +++ b/srcpkgs/python3-makefun/template @@ -12,3 +12,4 @@ license="GPL-3.0-or-later" homepage="https://github.com/smarie/python-makefun" distfiles="${PYPI_SITE}/m/makefun/makefun-${version}.tar.gz" checksum=985bb8b670ffbbb95d2a8aa996d318e6e9a3f26fc6f3ef2da93ebdf8f9c616bf +make_check=no