1 Star 0 Fork 2

huanghaitao/python-subprocess32

forked from src-openEuler/python-subprocess32
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-subprocess32.spec 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
gnaygnil 提交于 2020-03-07 19:45 . python-subprocess32: Package init
%{?filter_setup: %filter_provides_in %{python_sitearch}/.*\.so$ %filter_setup}
Name: python-subprocess32
Version: 3.2.7
Release: 1
Summary: A Backport of the subprocess module from Python 3 to Python 2.x
License: Python
URL: https://pypi.org/project/subprocess32/
Source0: https://github.com/google/python-subprocess32/archive/3.2.7.tar.gz
BuildRequires: python2-devel python2-test
%description
A Backport of the subprocess module from Python 3 to Python 2.x.
%package -n python2-subprocess32
Summary: A Backport of the subprocess module from Python 3 to Python 2.x
%{?python_provide:%python_provide python2-subprocess32}
%description -n python2-subprocess32
A Backport of the subprocess module from Python 3 to Python 2.x.
%prep
%autosetup -n python-subprocess32-%{version}
%build
CFLAGS="$RPM_OPT_FLAGS" %{__python2} setup.py build
%install
%{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT
%files -n python2-subprocess32
%doc LICENSE README.md
%{python2_sitearch}/{_posixsubprocess.so,subprocess32*.egg-info,subprocess32.py*}
%changelog
* Sat Mar 7 2020 Ling Yang <lingyang2@huawei.com> - 3.2.7-1
- Package Init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hht8/python-subprocess32.git
git@gitee.com:hht8/python-subprocess32.git
hht8
python-subprocess32
python-subprocess32
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385