|
@@ -1,8 +1,8 @@
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
|
|
Name: python-setuptools
|
|
Name: python-setuptools
|
|
-Version: 5.4.2
|
|
+Version: 18.5
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Summary: Download, build, install, upgrade, and uninstall Python packages
|
|
Summary: Download, build, install, upgrade, and uninstall Python packages
|
|
Summary(ja): Python パッケージのダウンロード、ビルド、インストール、アップグレードおよびアンインストール用ツール
|
|
Summary(ja): Python パッケージのダウンロード、ビルド、インストール、アップグレードおよびアンインストール用ツール
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
@@ -11,6 +11,7 @@ URL: https://pypi.python.org/pypi/setuptools
|
|
Source0: https://pypi.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz
|
|
Source0: https://pypi.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz
|
|
Source1: psfl.txt
|
|
Source1: psfl.txt
|
|
Source2: zpl.txt
|
|
Source2: zpl.txt
|
|
|
|
+Patch0: add-setter-for-test_args.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
Requires(post): alternatives
|
|
Requires(post): alternatives
|
|
@@ -31,6 +32,7 @@ setuptools は Python distutils の拡張機能を集めたツールです。
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n setuptools-%{version}
|
|
%setup -q -n setuptools-%{version}
|
|
|
|
+%patch0 -p1
|
|
#find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'
|
|
#find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'
|
|
|
|
|
|
|
|
|
|
@@ -73,6 +75,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Nov 15 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 18.5-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- imported patch0 from rawhide.
|
|
|
|
+
|
|
* Mon Mar 9 2015 IWAI, Masaharu <iwaim.sub@gmail.com> - 5.4.2-2
|
|
* Mon Mar 9 2015 IWAI, Masaharu <iwaim.sub@gmail.com> - 5.4.2-2
|
|
- alternatives for easy_install
|
|
- alternatives for easy_install
|
|
|
|
|