1 Star 0 Fork 46

谢志鹏 / pyporter

forked from openEuler / pyporter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 766 Bytes
一键复制 编辑 原始数据 按行查看 历史
谢志鹏 提交于 2020-09-14 07:06 . replace angle brackets with </>

pyporter

Description

A rpm packager bot for python modules from pypi.org

Installation

  1. python3 setup.py install

Preparation

Install below software before using this tool

  1. gcc
  2. gdb
  3. libstdc++-devel
  4. python3-cffi

Instructions

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

Contribution

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request

How to create a rpm file

  1. Create spec file, pyporter -s XXX
  2. Get required python modules, pyporter -R XXX
  3. Build and Install rpm package, pyporter -B XXX
  4. For more detail, pyporter -h
1
https://gitee.com/xiezhipeng1/pyporter.git
git@gitee.com:xiezhipeng1/pyporter.git
xiezhipeng1
pyporter
pyporter
master

搜索帮助