aboutsummaryrefslogtreecommitdiff
path: root/math/py-pycosat/files
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-08-25 11:10:03 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-08-25 11:10:03 +0000
commit19094cd53d0b198fa023c5c3d8adabf03e623a01 (patch)
tree6898effce91a7f174db4ff6ce39990f3074fd3a3 /math/py-pycosat/files
parentf24c8dd211cc3b2f69ac486c7f4f63f9f5e5fbb0 (diff)
downloadports-19094cd53d0b198fa023c5c3d8adabf03e623a01.tar.gz
ports-19094cd53d0b198fa023c5c3d8adabf03e623a01.zip
Notes
Diffstat (limited to 'math/py-pycosat/files')
-rw-r--r--math/py-pycosat/files/patch-setup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/py-pycosat/files/patch-setup.py b/math/py-pycosat/files/patch-setup.py
new file mode 100644
index 000000000000..651ed354c6d8
--- /dev/null
+++ b/math/py-pycosat/files/patch-setup.py
@@ -0,0 +1,8 @@
+--- ./setup.py.orig 2014-08-08 18:54:35.336077625 +1000
++++ ./setup.py 2014-08-08 18:54:46.442391757 +1000
+@@ -43,4 +43,5 @@
+ py_modules = ['test_pycosat'],
+ description = "bindings to picosat (a SAT solver)",
+ long_description = open('README.rst').read(),
++ test_suite="test_pycosat",
+ )