File: pycentral.mk

package info (click to toggle)
python-central 0.6.17
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 280 kB
  • sloc: python: 2,605; perl: 522; sh: 135; makefile: 58
file content (6 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# some macros useful for packaging with pycentral

# sitedir: name of the site-packages/dist-packages directory depending on the
# python version. Call as: $(call sitedir, <python version>).

sitedir = $(if $(filter $(subst python,,$(1)), 2.3 2.4 2.5),site,dist)-packages