[Tracker-discuss] [issue331] python-ad

sypper-pit metatracker at psf.upfronthosting.co.za
Wed Apr 14 07:45:28 CEST 2010


New submission from sypper-pit <sypper.pit at gmail.com>:

###########hi, if i'm start easy_install
############___________
#easy_install -U python_ad
Searching for python-ad
Reading http://pypi.python.org/simple/python_ad/
Reading http://www.boskant.nl/trac/python-ad
Download error: [Errno 8] hostname nor servname provided, or not known -- Some packages may not be found!
Reading http://code.google.com/p/python-ad
Best match: python-ad 0.9
Processing python_ad-0.9-py2.6-freebsd-7.3-RELEASE-i386.egg
python-ad 0.9 is already the active version in easy-install.pth
____________

########system not work for update:
########____________

# This file is part of Python-AD. Python-AD is free software that is made
# available under the MIT license. Consult the file "LICENSE" that is
# distributed together with this file for the exact licensing terms.
#
# Python-AD is copyright (c) 2007 by the Python-AD authors. See the file
# "AUTHORS" for a complete overview.

from setuptools import setup, Extension

setup(
    name = 'python-ad',
    version = '0.9',
    description = 'An AD client library for Python',
    author = 'Geert Jansen',
    author_email = 'geert at boskant.nl',
    url = 'http://code.google.com/p/python-ad',
    license = 'MIT',
    classifiers = ['Development Status :: 4 - Beta',
        'Intended Audience :: Developers',
        'License :: OSI Approved :: MIT License',
        'Programming Language :: Python'],
    package_dir = {'': 'lib'},
    packages = ['ad', 'ad.core', 'ad.protocol', 'ad.util'],
    ext_modules = [Extension('ad.protocol.krb5', ['lib/ad/protocol/krb5.c'],
                             libraries=['krb5'])],
    test_suite = 'nose.collector'
)

----------
messages: 1643
nosy: pit
priority: urgent
status: deferred
title: python-ad

_______________________________________________________
PSF Meta Tracker <metatracker at psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue331>
_______________________________________________________


More information about the Tracker-discuss mailing list