From d97953e6ff67978da9554e7b4601aedceb21e215 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 12 Apr 2022 21:03:09 +0000 Subject: Adding metadata --- .../files/python-constraint-1.4.0-exclude-examples.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev-python/python-constraint/files/python-constraint-1.4.0-exclude-examples.patch (limited to 'dev-python/python-constraint/files') diff --git a/dev-python/python-constraint/files/python-constraint-1.4.0-exclude-examples.patch b/dev-python/python-constraint/files/python-constraint-1.4.0-exclude-examples.patch new file mode 100644 index 000000000000..797b8e18cff5 --- /dev/null +++ b/dev-python/python-constraint/files/python-constraint-1.4.0-exclude-examples.patch @@ -0,0 +1,11 @@ +--- a/setup.py 2022-02-27 15:57:35.035889587 +0100 ++++ b/setup.py 2022-02-27 15:58:04.049889476 +0100 +@@ -70,7 +70,7 @@ + keywords="csp constraint solving problems problem solver", + # You can just specify the packages manually here if your project is + # simple. Or you can use find_packages(). +- packages=find_packages(exclude=["contrib", "docs", "tests*"]), ++ packages=find_packages(exclude=["contrib", "docs", "tests*", "examples*"]), + # List run-time dependencies here. These will be installed by pip when your + # project is installed. For an analysis of "install_requires" vs pip's + # requirements files see: -- cgit v1.3.1