From 1e3b736e7ec73c6c496f37a7e7d735b3bdcaa225 Mon Sep 17 00:00:00 2001 From: perky Date: Sun, 10 Sep 2006 04:13:47 +0000 Subject: Update to 1.0.0 PR: 102347 Submitted by: Marcus von Appen --- devel/py-ctypes/Makefile | 14 ++------------ devel/py-ctypes/distinfo | 6 +++--- devel/py-ctypes/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 16 deletions(-) (limited to 'devel') diff --git a/devel/py-ctypes/Makefile b/devel/py-ctypes/Makefile index c77dfb3e7e6c..a1b9a5ab54a3 100644 --- a/devel/py-ctypes/Makefile +++ b/devel/py-ctypes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ctypes -PORTVERSION= 0.9.9.9 +PORTVERSION= 1.0.0 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%/,ctypes/,g} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,17 +16,7 @@ COMMENT= Python module allowing to create and manipulate C data types USE_PYTHON= yes USE_PYDISTUTILS=yes -USE_GMAKE= yes ONLY_FOR_ARCHS= i386 amd64 alpha powerpc sparc64 -.include - -post-patch: - ${REINPLACE_CMD} \ - -e 's|\(Extension(.*\)$$|\1 define_macros=[("ffi_type_schar", \ - "ffi_type_sint8"), ("ffi_type_sshort","ffi_type_sint16")],|' \ - -e 's|define_macros=\[.*CAN_PASS_BY_VALUE.*\],||' \ - ${WRKSRC}/setup.py - -.include +.include diff --git a/devel/py-ctypes/distinfo b/devel/py-ctypes/distinfo index 173d462cdbba..862feb1f36ea 100644 --- a/devel/py-ctypes/distinfo +++ b/devel/py-ctypes/distinfo @@ -1,3 +1,3 @@ -MD5 (ctypes-0.9.9.9.tar.gz) = 132627d7d4bdacaa6bfbded009879f61 -SHA256 (ctypes-0.9.9.9.tar.gz) = 572ce9867e94d790fd689b25874065e0d36e71b334876718c8fadb684883410e -SIZE (ctypes-0.9.9.9.tar.gz) = 379413 +MD5 (ctypes-1.0.0.tar.gz) = 6e42e2fb47de008aaa55a840bb080dcd +SHA256 (ctypes-1.0.0.tar.gz) = b81441e55aa44d2cdaa8296295cd40ced0e5dc79d37c10760acfe965b4f94106 +SIZE (ctypes-1.0.0.tar.gz) = 383190 diff --git a/devel/py-ctypes/pkg-descr b/devel/py-ctypes/pkg-descr index 8d5b4780e528..685ce647bac1 100644 --- a/devel/py-ctypes/pkg-descr +++ b/devel/py-ctypes/pkg-descr @@ -2,4 +2,4 @@ Ctypes is a Python module allowing to create and manipulate C data types in Python. These can then be passed to C-functions loaded from dynamic link libraries. -WWW: http://ctypes.sourceforge.net/ +WWW: http://starship.python.net/crew/theller/ctypes/ -- cgit