This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients docs@python, eric.araujo, nnorwitz, tarek, techtonik
Date 2012-05-12.15:16:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336835818.07.0.744431194732.issue1635217@psf.upfronthosting.co.za>
In-reply-to
Content
I still need requires example - here. http://docs.python.org/distutils/setupscript.html#relationships-between-distributions-and-packages - after "Dependencies.." paragraph. =)

setup(...,
      requires=["somepackage (>1.0, !=1.5)"],
      provides=["mypkg (1.1)"]
      )
History
Date User Action Args
2012-05-12 15:16:58techtoniksetrecipients: + techtonik, nnorwitz, tarek, eric.araujo, docs@python
2012-05-12 15:16:58techtoniksetmessageid: <1336835818.07.0.744431194732.issue1635217@psf.upfronthosting.co.za>
2012-05-12 15:16:47techtoniklinkissue1635217 messages
2012-05-12 15:16:47techtonikcreate