Other articles:
|
Feb 14, 2011 . from setuptools import setup, find_packages import sys, os setup( . Put your
The recommended way to handle dependencies using setuptools is to specify
Mar 7, 2011 . Encountered errors when trying to build a debian package from
from setuptools import setup setup(. install_requires=['numpy'], . ) A python
May 22, 2011 . from setuptools import setup, find_packages import os version = '1.0a1' .
Re: [Distutils] setuptools: can I specify different install_requires for different
. for setuptools, py2app, and py2exe are omitted unless you # imported them
Aug 18, 2011 . setup.py/Setuptools' install_requires isn't quite right. Like most dependency
install_requires = "useful.package==1.9dev-r1234" . What happens is that
It's just a list, so somewhere above you have to conditionally build a list.
12, #install_requires, avoiding double-installation because setuptools can't find.
May 31, 2010 . It adds for instance “Requires-Dist” that is similar to setuptools' install_requires
setuptools install_requires num_queries int completesuggestion
Aug 31, 2011 . install_requires=[ 'setuptools', 'Products.CMFPlone', ],. You should also list the
Installing on your Python packages: easy_install brasil.vocab. Adding it to
May 14, 2010 . Generated script '/home/mars/src/foo/bin/tags'. You can work around this issue by
Python Packaging with Setuptools ++++++++++++++++++++++++++++++++ . .
Jul 6, 2011 . In setup.py, install_requires is used. That's not provided by standard disttools,
Because the __init__ module uses setuptools, we declare it as a dependency,
Dec 1, 2009 . I use django SVN version which is installed via symlink (as suggested in django
. license='ZPL 2.1', namespace_packages=['gocept'], - install_requires=['
Add repository url to install_requires in project's setup.py . I don't know if you can
Aug 14, 2011 . If I add in install_requires 'psutil' (code.google.com/p/psutil), I catch . File "build\
Aug 9, 2011 . The install_requires is rather silently ignored by the standard setup(), but used
28 Jul 2009 (8 replies) - I have a package that depends on the multiprocessing
Mar 2, 2011 . from setuptools import setup from setuptools.command.test import test class . def
from setuptools import setup, find_packages import os version .
I have a setup.py that has some projects in the install_requires list that setuptools
Jul 13, 2011 . install_requires=['setuptools', 'megrok.chameleon', # Add extra requirements here
from setuptools import setup setup(name="
Dec 17, 2009 . install_requires=[ 'setuptools', 'PasteScript', ], . If you now install your package,
Jan 2, 2007 . (2 replies) Hi, I have a setup.py that has some projects in the install_requires list
Jul 28, 2009 . [Distutils] setuptools: can I specify different install_requires for different python
Apr 2, 2009 . This article is a continuation of Getting Started with setuptools. .
May 31, 2010 . It adds for instance “Requires-Dist” that is similar to setuptools' install_requires
Apr 3, 2009 . Answer: You use setuptools and distutils to deploy your application. [1] . . as
Oct 16, 2011 . from setuptools import setup setup(. install_requires=['setuptools'] ). Only if you
Dec 15, 2009 . I noticed that the install_requires as used by setuptools is not put into PKG-INFO
Setuptools is now required, and so is zope.fixers. # This is Python 3.
Jul 28, 2009 . Kevin Teague, Jul 30, 2009 07:28 pm. [Distutils] setuptools: can I specify different
71, 71, install_requires = [. 72, 72, 'setuptools>=0.6b1',. 73, 'Genshi>=0. 5 ' . 71,
Feb 28, 2010 . Packages that use setuptools to install use _require options like tests_require,
setuptools install_requires quirk. November 3, 2008 Leave a comment Go to
Dependencies are listed in the install_requires argument to the setup() method,
distribute, formerly setuptools, is an extension library that is commonly used to (
Nov 13, 2011. """Setup""" from setuptools import setup, find_packages setup ( name .
Apr 12, 2011 . Write ebuilds to your overlay or to stdout; Determines DEPEND/RDEPEND if they
[Distutils] py2exe and setuptools w/ install_requires. Phillip J. Eby pje at
By default we use setuptools <http://pypi.python.org/pypi/setuptools>. . . without
setuptools install_requires · setuptools install_requires . setuptools
Sitemap
|