12 Star 15 Fork 32

openEuler / pyporter

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
Makefile 150 Bytes
Copy Edit Web IDE Raw Blame History
.PHONY: check test build unittests
check:
$(MAKE) unittests
test: check
unittests:
python -m unittest discover tests
build:
python -m build -w
Python
1
https://gitee.com/openeuler/pyporter.git
git@gitee.com:openeuler/pyporter.git
openeuler
pyporter
pyporter
master

Search