From ea92fe3d7c5eba5f66f6d63a85f7454a31c89c56 Mon Sep 17 00:00:00 2001 From: Russ Webber Date: Tue, 7 May 2019 12:38:35 +1000 Subject: testing/py3-empy: new aport http://www.alcyone.com/software/empy/ A powerful and robust templating system for Python. Closes: GH-7635 --- testing/py3-empy/20-fix-setuppy.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/py3-empy/20-fix-setuppy.patch (limited to 'testing/py3-empy/20-fix-setuppy.patch') diff --git a/testing/py3-empy/20-fix-setuppy.patch b/testing/py3-empy/20-fix-setuppy.patch new file mode 100644 index 0000000000..76883bd763 --- /dev/null +++ b/testing/py3-empy/20-fix-setuppy.patch @@ -0,0 +1,11 @@ +--- src/setup.py.orig 2019-02-27 08:48:47.000000000 +1100 ++++ src/setup.py 2019-05-26 14:15:57.444497428 +1000 +@@ -28,7 +28,7 @@ setup( + author_email="software@alcyone.com", + url="http://www.alcyone.com/software/empy", + license="%LICENSE", +- py_modules=["em", "emlib"], ++ py_modules=["em"], + platforms=["unix", "linux", "win32"], + description=DESCRIPTION, + long_description=LONG_DESCRIPTION, -- cgit v1.2.3