Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-bindings_python_setup.py,v 1.1 2014/05/24 10:21:13 obache Exp $
add version for egg file's file name.
--- bindings/python/setup.py.orig 2011-05-14 05:20:52.000000000 +0000
+++ bindings/python/setup.py
@@ -5,5 +5,6 @@ marisa_module = Extension("_marisa",
libraries=["marisa"])
setup(name = "marisa",
+ version = "@VERSION@",
ext_modules = [marisa_module],
py_modules = ["marisa"])