diff options
Diffstat (limited to 'devel/py-pymtbl')
| -rw-r--r-- | devel/py-pymtbl/Makefile | 2 | ||||
| -rw-r--r-- | devel/py-pymtbl/files/patch-mtbl.pxi | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/devel/py-pymtbl/Makefile b/devel/py-pymtbl/Makefile index 95554b769c2e..eff9269776aa 100644 --- a/devel/py-pymtbl/Makefile +++ b/devel/py-pymtbl/Makefile @@ -1,6 +1,6 @@ PORTNAME= pymtbl PORTVERSION= 0.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= FARSIGHT LOCAL/truckman/farsight PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pymtbl/files/patch-mtbl.pxi b/devel/py-pymtbl/files/patch-mtbl.pxi new file mode 100644 index 000000000000..3127dc8a5d51 --- /dev/null +++ b/devel/py-pymtbl/files/patch-mtbl.pxi @@ -0,0 +1,10 @@ +--- mtbl.pxi.orig 2024-03-21 21:11:47 UTC ++++ mtbl.pxi +@@ -14,7 +14,6 @@ from cpython cimport bool + # limitations under the License. + cimport cython + from cpython cimport bool +-from cpython.string cimport * + from libc.stddef cimport * + from libc.stdint cimport * + from libc.stdlib cimport * |
