NumPy-STL: Updating rules

This commit is contained in:
Thomas Karl Pietrowski 2019-05-29 09:39:01 +02:00 committed by GitHub
parent eecbe400f4
commit 815c399d3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 20 deletions

View File

@ -11,26 +11,6 @@ export PYTEST_RUNNER=false
--buildsystem=pybuild \
--parallel
#### CONFIGURE ####
#override_dh_auto_configure:
# @echo "Nothing to configure over here..."
#### BUILD ####
#override_dh_auto_build:
# # RELEASE
# for PYX in $(shell pyversions -rv) $(shell py3versions -rv) ; do \
# python$${PYX} setup.py build ; \
# python$${PYX} setup.py install --root=debian/numpy-stl ; \
# python$${PYX} setup.py clean ; \
# done
#
# # DEBUG
# for PYX in $(shell pyversions -rv) $(shell py3versions -rv) ; do \
# python$${PYX}-dbg setup.py build ; \
# python$${PYX}-dbg setup.py install --root=debian/numpy-stl ; \
# python$${PYX}-dbg setup.py clean ; \
# done
override_dh_auto_test:
@echo "Nothing to test over here..."