1 PIP_OPTIONS
:= --extra-index-url
=https
://pypi.auf.org
/
2 FREEZE_OPTIONS
:= --exclude-requirements seeds
/squeeze.txt
3 TARGET
:= django14_auf django14_base django14_extra django14_dev django13
# squeeze wheezy
7 requirements
/%.txt
: seeds
/%.txt
9 freeze-requirements freeze
$< -m
$@
$(FREEZE_OPTIONS
)
11 sdk
/%: requirements
/%.txt
12 pip
install -r
$< -t
$@
$(PIP_OPTIONS
) --no-deps
14 touch sdk
/django_auf
/auf
/__init__.py || true
15 touch sdk
/django_auf
/auf
/django
/__init__.py || true
16 find sdk
/ -name
"*.pyc" -exec
rm -rf
{} \
;
22 debuild
-I.git
-I
*.ex
-b
-us
-uc
29 .PRECIOUS
: requirements
/%.txt sdk
/%