README.md 424 字节
Newer Older
O
openeuler-ci-bot 已提交
1 2
# pyporter

Z
Zhipeng Xie 已提交
3
#### Description
O
openeuler-ci-bot 已提交
4 5
A rpm packager bot for python modules from pypi.org

Z
Zhipeng Xie 已提交
6
#### Installation
O
openeuler-ci-bot 已提交
7

Z
Zhipeng Xie 已提交
8
1.  python3 setup.py install
O
openeuler-ci-bot 已提交
9

M
myeuler 已提交
10 11 12 13 14 15 16
#### Preparation
Install below software before using this tool
gcc
gdb
libstdc++-devel
python3-cffi

Z
Zhipeng Xie 已提交
17
#### Instructions
O
openeuler-ci-bot 已提交
18

Z
Zhipeng Xie 已提交
19
1.  pyporter <package> -s -b -d -o python-<package>.spec
O
openeuler-ci-bot 已提交
20

Z
Zhipeng Xie 已提交
21
#### Contribution
O
openeuler-ci-bot 已提交
22

Z
Zhipeng Xie 已提交
23 24 25 26
1.  Fork the repository
2.  Create Feat_xxx branch
3.  Commit your code
4.  Create Pull Request