from distutils.core import setup from distutils.extension import Extension from Cython.Distutils import build_ext setup( name = 'opendir', version = '0.0.1', author = 'Gregory Ewing', author_email = 'greg ewing at canterbury ac nz', maintainer = 'Johannes "josch" Schauer', maintainer_email = 'j schauer at email de', description = 'Implements POSIX opendir', classifiers = [ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Operating System :: POSIX', 'Programming Language :: Pyrex', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: System :: Filesystems' ], ext_modules=[ Extension("opendir", ["opendir.pyx"]), ], cmdclass = {'build_ext': build_ext} ) a07f0d806a575c92608f99f3da2bf0afdf3e5f'/> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/opie-powerchord
AgeCommit message (Expand)AuthorFiles
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie2
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther