home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / pycentral-data / pycentral.mk next >
Encoding:
Text File  |  2009-04-16  |  272 b   |  7 lines

  1. # some macros useful for packaging with pycentral
  2.  
  3. # sitedir: name of the site-packages/dist-packages directory depending on the
  4. # python version. Call as: $(call sitedir, <python version>).
  5.  
  6. sitedir = $(if $(filter $(subst python,,$(1)), 2.3 2.4 2.5),site,dist)-packages
  7.