README.md 551 字节
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
#### Preparation
Install below software before using this tool
M
myeuler 已提交
12 13 14 15
1.  gcc
2.  gdb
3.  libstdc++-devel
4.  python3-cffi
M
myeuler 已提交
16

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

M
myeuler 已提交
19 20 21 22 23
pyporter is a tool to create spec file and create rpm for python modules
For more details, please use pyporter -h

pyporter <package> -s -b -d -o python-<package>.spec

Z
Zhipeng Xie 已提交
24
#### Contribution
O
openeuler-ci-bot 已提交
25

Z
Zhipeng Xie 已提交
26 27 28 29
1.  Fork the repository
2.  Create Feat_xxx branch
3.  Commit your code
4.  Create Pull Request