1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Update to 1.0.0

PR:		102347
Submitted by:	Marcus von Appen <mva@sysfault.org>
This commit is contained in:
Hye-Shik Chang 2006-09-10 04:13:47 +00:00
parent 4f8a259470
commit 54cf559952
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172667
3 changed files with 6 additions and 16 deletions

View File

@ -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 <bsd.port.pre.mk>
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 <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -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

View File

@ -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/