mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
9b15d5b671
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
32 lines
525 B
Makefile
Executable File
32 lines
525 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# This file was automatically generated by stdeb 0.8.5 at
|
|
# Tue, 06 Mar 2018 12:31:26 -0500
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=python_distutils
|
|
|
|
|
|
override_dh_auto_clean:
|
|
python3 setup.py clean -a
|
|
find . -name \*.pyc -exec rm {} \;
|
|
|
|
|
|
|
|
override_dh_auto_build:
|
|
python3 setup.py build --force
|
|
|
|
|
|
|
|
override_dh_auto_install:
|
|
python3 setup.py install --force --root=debian/python3-pipenv --no-compile -O0 --install-layout=deb --prefix=/usr
|
|
|
|
|
|
|
|
override_dh_python2:
|
|
dh_python2 --no-guessing-versions
|
|
|
|
|
|
|
|
|