summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-10-15 11:40:00 +0000
committerobache <obache@pkgsrc.org>2011-10-15 11:40:00 +0000
commit0c1aa75db139b4d835f8db5db43e061b3539ca3e (patch)
treed6e8921fe176b04071214e9e4ff0274f76d1bbe2 /devel
parent584742b2ca20d0e76e4881185e2895805e1a5a15 (diff)
downloadpkgsrc-0c1aa75db139b4d835f8db5db43e061b3539ca3e.tar.gz
* remove duplicate *.pyo entries from PLIST.
* LICENSE=mit * regist egg-info Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-ctypes/Makefile9
-rw-r--r--devel/py-ctypes/PLIST58
2 files changed, 6 insertions, 61 deletions
diff --git a/devel/py-ctypes/Makefile b/devel/py-ctypes/Makefile
index 7ccf2b99894..2501adc75a0 100644
--- a/devel/py-ctypes/Makefile
+++ b/devel/py-ctypes/Makefile
@@ -1,22 +1,21 @@
-# $NetBSD: Makefile,v 1.6 2008/09/17 16:20:21 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2011/10/15 11:40:00 obache Exp $
DISTNAME= ctypes-1.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ctypes/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://starship.python.net/crew/theller/ctypes/
COMMENT= Foreign Function Interface package for Python
+LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
-PYDISTUTILSPKG= yes
-
do-test:
${PYTHONBIN} ${WRKSRC}/ctypes/test/runtests.py
.include "../../devel/libffi/buildlink3.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-ctypes/PLIST b/devel/py-ctypes/PLIST
index d89c180912a..2f00068a08b 100644
--- a/devel/py-ctypes/PLIST
+++ b/devel/py-ctypes/PLIST
@@ -1,226 +1,172 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:49:04 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2011/10/15 11:40:00 obache Exp $
${PYSITELIB}/_ctypes.so
${PYSITELIB}/_ctypes_test.so
+${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/ctypes/__init__.py
${PYSITELIB}/ctypes/__init__.pyc
${PYSITELIB}/ctypes/__init__.pyo
-${PYSITELIB}/ctypes/__init__.pyo
${PYSITELIB}/ctypes/_endian.py
${PYSITELIB}/ctypes/_endian.pyc
${PYSITELIB}/ctypes/_endian.pyo
-${PYSITELIB}/ctypes/_endian.pyo
${PYSITELIB}/ctypes/macholib/__init__.py
${PYSITELIB}/ctypes/macholib/__init__.pyc
${PYSITELIB}/ctypes/macholib/__init__.pyo
-${PYSITELIB}/ctypes/macholib/__init__.pyo
${PYSITELIB}/ctypes/macholib/dyld.py
${PYSITELIB}/ctypes/macholib/dyld.pyc
${PYSITELIB}/ctypes/macholib/dyld.pyo
-${PYSITELIB}/ctypes/macholib/dyld.pyo
${PYSITELIB}/ctypes/macholib/dylib.py
${PYSITELIB}/ctypes/macholib/dylib.pyc
${PYSITELIB}/ctypes/macholib/dylib.pyo
-${PYSITELIB}/ctypes/macholib/dylib.pyo
${PYSITELIB}/ctypes/macholib/framework.py
${PYSITELIB}/ctypes/macholib/framework.pyc
${PYSITELIB}/ctypes/macholib/framework.pyo
-${PYSITELIB}/ctypes/macholib/framework.pyo
${PYSITELIB}/ctypes/test/__init__.py
${PYSITELIB}/ctypes/test/__init__.pyc
${PYSITELIB}/ctypes/test/__init__.pyo
-${PYSITELIB}/ctypes/test/__init__.pyo
${PYSITELIB}/ctypes/test/runtests.py
${PYSITELIB}/ctypes/test/runtests.pyc
${PYSITELIB}/ctypes/test/runtests.pyo
-${PYSITELIB}/ctypes/test/runtests.pyo
${PYSITELIB}/ctypes/test/test_anon.py
${PYSITELIB}/ctypes/test/test_anon.pyc
${PYSITELIB}/ctypes/test/test_anon.pyo
-${PYSITELIB}/ctypes/test/test_anon.pyo
${PYSITELIB}/ctypes/test/test_array_in_pointer.py
${PYSITELIB}/ctypes/test/test_array_in_pointer.pyc
${PYSITELIB}/ctypes/test/test_array_in_pointer.pyo
-${PYSITELIB}/ctypes/test/test_array_in_pointer.pyo
${PYSITELIB}/ctypes/test/test_arrays.py
${PYSITELIB}/ctypes/test/test_arrays.pyc
${PYSITELIB}/ctypes/test/test_arrays.pyo
-${PYSITELIB}/ctypes/test/test_arrays.pyo
${PYSITELIB}/ctypes/test/test_as_parameter.py
${PYSITELIB}/ctypes/test/test_as_parameter.pyc
${PYSITELIB}/ctypes/test/test_as_parameter.pyo
${PYSITELIB}/ctypes/test/test_bitfields.py
${PYSITELIB}/ctypes/test/test_bitfields.pyc
${PYSITELIB}/ctypes/test/test_bitfields.pyo
-${PYSITELIB}/ctypes/test/test_bitfields.pyo
${PYSITELIB}/ctypes/test/test_buffers.py
${PYSITELIB}/ctypes/test/test_buffers.pyc
${PYSITELIB}/ctypes/test/test_buffers.pyo
-${PYSITELIB}/ctypes/test/test_buffers.pyo
${PYSITELIB}/ctypes/test/test_byteswap.py
${PYSITELIB}/ctypes/test/test_byteswap.pyc
${PYSITELIB}/ctypes/test/test_byteswap.pyo
-${PYSITELIB}/ctypes/test/test_byteswap.pyo
${PYSITELIB}/ctypes/test/test_callbacks.py
${PYSITELIB}/ctypes/test/test_callbacks.pyc
${PYSITELIB}/ctypes/test/test_callbacks.pyo
-${PYSITELIB}/ctypes/test/test_callbacks.pyo
${PYSITELIB}/ctypes/test/test_cast.py
${PYSITELIB}/ctypes/test/test_cast.pyc
${PYSITELIB}/ctypes/test/test_cast.pyo
-${PYSITELIB}/ctypes/test/test_cast.pyo
${PYSITELIB}/ctypes/test/test_cfuncs.py
${PYSITELIB}/ctypes/test/test_cfuncs.pyc
${PYSITELIB}/ctypes/test/test_cfuncs.pyo
-${PYSITELIB}/ctypes/test/test_cfuncs.pyo
${PYSITELIB}/ctypes/test/test_checkretval.py
${PYSITELIB}/ctypes/test/test_checkretval.pyc
${PYSITELIB}/ctypes/test/test_checkretval.pyo
-${PYSITELIB}/ctypes/test/test_checkretval.pyo
${PYSITELIB}/ctypes/test/test_errcheck.py
${PYSITELIB}/ctypes/test/test_errcheck.pyc
${PYSITELIB}/ctypes/test/test_errcheck.pyo
-${PYSITELIB}/ctypes/test/test_errcheck.pyo
${PYSITELIB}/ctypes/test/test_find.py
${PYSITELIB}/ctypes/test/test_find.pyc
${PYSITELIB}/ctypes/test/test_find.pyo
-${PYSITELIB}/ctypes/test/test_find.pyo
${PYSITELIB}/ctypes/test/test_funcptr.py
${PYSITELIB}/ctypes/test/test_funcptr.pyc
${PYSITELIB}/ctypes/test/test_funcptr.pyo
-${PYSITELIB}/ctypes/test/test_funcptr.pyo
${PYSITELIB}/ctypes/test/test_functions.py
${PYSITELIB}/ctypes/test/test_functions.pyc
${PYSITELIB}/ctypes/test/test_functions.pyo
-${PYSITELIB}/ctypes/test/test_functions.pyo
${PYSITELIB}/ctypes/test/test_incomplete.py
${PYSITELIB}/ctypes/test/test_incomplete.pyc
${PYSITELIB}/ctypes/test/test_incomplete.pyo
-${PYSITELIB}/ctypes/test/test_incomplete.pyo
${PYSITELIB}/ctypes/test/test_init.py
${PYSITELIB}/ctypes/test/test_init.pyc
${PYSITELIB}/ctypes/test/test_init.pyo
-${PYSITELIB}/ctypes/test/test_init.pyo
${PYSITELIB}/ctypes/test/test_integers.py
${PYSITELIB}/ctypes/test/test_integers.pyc
${PYSITELIB}/ctypes/test/test_integers.pyo
-${PYSITELIB}/ctypes/test/test_integers.pyo
${PYSITELIB}/ctypes/test/test_internals.py
${PYSITELIB}/ctypes/test/test_internals.pyc
${PYSITELIB}/ctypes/test/test_internals.pyo
-${PYSITELIB}/ctypes/test/test_internals.pyo
${PYSITELIB}/ctypes/test/test_keeprefs.py
${PYSITELIB}/ctypes/test/test_keeprefs.pyc
${PYSITELIB}/ctypes/test/test_keeprefs.pyo
-${PYSITELIB}/ctypes/test/test_keeprefs.pyo
${PYSITELIB}/ctypes/test/test_libc.py
${PYSITELIB}/ctypes/test/test_libc.pyc
${PYSITELIB}/ctypes/test/test_libc.pyo
-${PYSITELIB}/ctypes/test/test_libc.pyo
${PYSITELIB}/ctypes/test/test_loading.py
${PYSITELIB}/ctypes/test/test_loading.pyc
${PYSITELIB}/ctypes/test/test_loading.pyo
-${PYSITELIB}/ctypes/test/test_loading.pyo
${PYSITELIB}/ctypes/test/test_macholib.py
${PYSITELIB}/ctypes/test/test_macholib.pyc
${PYSITELIB}/ctypes/test/test_macholib.pyo
-${PYSITELIB}/ctypes/test/test_macholib.pyo
${PYSITELIB}/ctypes/test/test_memfunctions.py
${PYSITELIB}/ctypes/test/test_memfunctions.pyc
${PYSITELIB}/ctypes/test/test_memfunctions.pyo
-${PYSITELIB}/ctypes/test/test_memfunctions.pyo
${PYSITELIB}/ctypes/test/test_numbers.py
${PYSITELIB}/ctypes/test/test_numbers.pyc
${PYSITELIB}/ctypes/test/test_numbers.pyo
-${PYSITELIB}/ctypes/test/test_numbers.pyo
${PYSITELIB}/ctypes/test/test_objects.py
${PYSITELIB}/ctypes/test/test_objects.pyc
${PYSITELIB}/ctypes/test/test_objects.pyo
-${PYSITELIB}/ctypes/test/test_objects.pyo
${PYSITELIB}/ctypes/test/test_parameters.py
${PYSITELIB}/ctypes/test/test_parameters.pyc
${PYSITELIB}/ctypes/test/test_parameters.pyo
-${PYSITELIB}/ctypes/test/test_parameters.pyo
${PYSITELIB}/ctypes/test/test_pointers.py
${PYSITELIB}/ctypes/test/test_pointers.pyc
${PYSITELIB}/ctypes/test/test_pointers.pyo
-${PYSITELIB}/ctypes/test/test_pointers.pyo
${PYSITELIB}/ctypes/test/test_prototypes.py
${PYSITELIB}/ctypes/test/test_prototypes.pyc
${PYSITELIB}/ctypes/test/test_prototypes.pyo
-${PYSITELIB}/ctypes/test/test_prototypes.pyo
${PYSITELIB}/ctypes/test/test_python_api.py
${PYSITELIB}/ctypes/test/test_python_api.pyc
${PYSITELIB}/ctypes/test/test_python_api.pyo
-${PYSITELIB}/ctypes/test/test_python_api.pyo
${PYSITELIB}/ctypes/test/test_random_things.py
${PYSITELIB}/ctypes/test/test_random_things.pyc
${PYSITELIB}/ctypes/test/test_random_things.pyo
-${PYSITELIB}/ctypes/test/test_random_things.pyo
${PYSITELIB}/ctypes/test/test_refcounts.py
${PYSITELIB}/ctypes/test/test_refcounts.pyc
${PYSITELIB}/ctypes/test/test_refcounts.pyo
-${PYSITELIB}/ctypes/test/test_refcounts.pyo
${PYSITELIB}/ctypes/test/test_repr.py
${PYSITELIB}/ctypes/test/test_repr.pyc
${PYSITELIB}/ctypes/test/test_repr.pyo
-${PYSITELIB}/ctypes/test/test_repr.pyo
${PYSITELIB}/ctypes/test/test_returnfuncptrs.py
${PYSITELIB}/ctypes/test/test_returnfuncptrs.pyc
${PYSITELIB}/ctypes/test/test_returnfuncptrs.pyo
-${PYSITELIB}/ctypes/test/test_returnfuncptrs.pyo
${PYSITELIB}/ctypes/test/test_simplesubclasses.py
${PYSITELIB}/ctypes/test/test_simplesubclasses.pyc
${PYSITELIB}/ctypes/test/test_simplesubclasses.pyo
-${PYSITELIB}/ctypes/test/test_simplesubclasses.pyo
${PYSITELIB}/ctypes/test/test_sizes.py
${PYSITELIB}/ctypes/test/test_sizes.pyc
${PYSITELIB}/ctypes/test/test_sizes.pyo
-${PYSITELIB}/ctypes/test/test_sizes.pyo
${PYSITELIB}/ctypes/test/test_slicing.py
${PYSITELIB}/ctypes/test/test_slicing.pyc
${PYSITELIB}/ctypes/test/test_slicing.pyo
-${PYSITELIB}/ctypes/test/test_slicing.pyo
${PYSITELIB}/ctypes/test/test_stringptr.py
${PYSITELIB}/ctypes/test/test_stringptr.pyc
${PYSITELIB}/ctypes/test/test_stringptr.pyo
-${PYSITELIB}/ctypes/test/test_stringptr.pyo
${PYSITELIB}/ctypes/test/test_strings.py
${PYSITELIB}/ctypes/test/test_strings.pyc
${PYSITELIB}/ctypes/test/test_strings.pyo
-${PYSITELIB}/ctypes/test/test_strings.pyo
${PYSITELIB}/ctypes/test/test_struct_fields.py
${PYSITELIB}/ctypes/test/test_struct_fields.pyc
${PYSITELIB}/ctypes/test/test_struct_fields.pyo
-${PYSITELIB}/ctypes/test/test_struct_fields.pyo
${PYSITELIB}/ctypes/test/test_structures.py
${PYSITELIB}/ctypes/test/test_structures.pyc
${PYSITELIB}/ctypes/test/test_structures.pyo
-${PYSITELIB}/ctypes/test/test_structures.pyo
${PYSITELIB}/ctypes/test/test_unaligned_structures.py
${PYSITELIB}/ctypes/test/test_unaligned_structures.pyc
${PYSITELIB}/ctypes/test/test_unaligned_structures.pyo
-${PYSITELIB}/ctypes/test/test_unaligned_structures.pyo
${PYSITELIB}/ctypes/test/test_unicode.py
${PYSITELIB}/ctypes/test/test_unicode.pyc
${PYSITELIB}/ctypes/test/test_unicode.pyo
-${PYSITELIB}/ctypes/test/test_unicode.pyo
${PYSITELIB}/ctypes/test/test_values.py
${PYSITELIB}/ctypes/test/test_values.pyc
${PYSITELIB}/ctypes/test/test_values.pyo
-${PYSITELIB}/ctypes/test/test_values.pyo
${PYSITELIB}/ctypes/test/test_varsize_struct.py
${PYSITELIB}/ctypes/test/test_varsize_struct.pyc
${PYSITELIB}/ctypes/test/test_varsize_struct.pyo
-${PYSITELIB}/ctypes/test/test_varsize_struct.pyo
${PYSITELIB}/ctypes/test/test_win32.py
${PYSITELIB}/ctypes/test/test_win32.pyc
${PYSITELIB}/ctypes/test/test_win32.pyo
-${PYSITELIB}/ctypes/test/test_win32.pyo
${PYSITELIB}/ctypes/util.py
${PYSITELIB}/ctypes/util.pyc
${PYSITELIB}/ctypes/util.pyo
-${PYSITELIB}/ctypes/util.pyo
${PYSITELIB}/ctypes/wintypes.py
${PYSITELIB}/ctypes/wintypes.pyc
${PYSITELIB}/ctypes/wintypes.pyo
-${PYSITELIB}/ctypes/wintypes.pyo