python安装setuptools没有权限_不使用python-setuptools/easy_install安装python模块

%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name: python-setuptools

Version: 11.1

Release: 0%{?dist}

Summary: Download, build, install, upgrade, and uninstall Python packages

Group: Development/Languages

License: Python or ZPLv2.0

URL: https://pypi.python.org/packages/source/s/setuptools/

#URL: http://peak.telecommunity.com/DevCenter/setuptools

#Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz

Source0: https://pypi.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch: noarch

BuildRequires: python-devel

Requires: python-devel

Provides: python-setuptools-devel

%description

setuptools is a collection of enhancements to the Python distutils that allow

you to more easily build and distribute Python packages, especially ones that

have dependencies on other packages.

%prep

%setup -q -n setuptools-%{version}

chmod -x *.txt

find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'

%build

CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build

%install

rm -rf $RPM_BUILD_ROOT

%{__python} setup.py install -O1 --skip-build \

--root $RPM_BUILD_ROOT \

--single-version-externally-managed

#install -p -m 0644 %{SOURCE1} %{SOURCE2} .

find $RPM_BUILD_ROOT%{python_sitelib} -name '*.exe' | xargs rm -f

find $RPM_BUILD_ROOT%{python_sitelib} -name '*.txt' | xargs chmod -x

chmod +x $RPM_BUILD_ROOT%{python_sitelib}/setuptools/command/easy_install.py

%clean

rm -rf $RPM_BUILD_ROOT

%files

%defattr(-,root,root,-)

%doc *.txt

%{_bindir}/*

%{python_sitelib}/*

%changelog

* Mon Jan 5 2015 ll - 11.1-0

- Update to feature release 11.1

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值