Compare commits

...

15 Commits
master ... el6

Author SHA1 Message Date
Steve Traylen 8c5e9c7e92 Create a python3(4) package. 2019-11-11 16:37:13 +01:00
Slavek Kabrda 9bd90b6927 Merge branch 'master' into el6 2015-07-01 11:47:15 +02:00
Toshio Kuratomi 26e06947de Merge branch 'master' into el6 2013-07-16 13:42:50 -07:00
Tim Flink 2e970c2199 Merge branch 'master' into el6 to fix #958377 and update summary to match upstream 2013-05-23 22:02:02 -06:00
Jon Ciesla 013668ed2f Merge branch 'master' into el6 2013-04-26 07:35:40 -05:00
Peter Halliday 48b11b2b2a Merge branch 'master' into el6
Conflicts:
	.gitignore
	python-pip.spec
	sources
2010-08-31 18:33:11 -04:00
Fedora Release Engineering fbb2cb2e12 dist-git conversion 2010-07-29 10:36:33 +00:00
Peter Halliday 8b3335b677 Update to 0.7.2 of pip 2010-07-08 03:43:49 +00:00
Dennis Gilmore 2ebfd298e2 Initialize branch EL-6 for python-pip 2010-05-08 02:18:53 +00:00
Peter Halliday 9fd16225fa update comment in spec file 2010-03-07 02:16:03 +00:00
Peter Halliday 93cdd51930 update to pip 0.6.3 2010-03-07 02:05:01 +00:00
Peter Halliday 73a01443e4 fixing dependency issues 2010-01-01 20:23:36 +00:00
Peter Halliday 79a787a572 Updating to 0.6.1-3 2009-12-18 13:49:14 +00:00
Bill Nottingham 1c0aba0c8d Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:54:13 +00:00
Peter Halliday 1bc9d7725c initial import 2009-10-26 01:27:23 +00:00
1 changed files with 20 additions and 17 deletions

View File

@ -1,6 +1,6 @@
%if (! 0%{?rhel}) || 0%{?rhel} > 7
%if (! 0%{?rhel}) || 0%{?rhel} > 5
%global with_python3 1
%global build_wheel 1
%global build_wheel 0
%global with_tests 0
%endif
%if 0%{?rhel} && 0%{?rhel} < 6
@ -22,7 +22,7 @@
Name: python-%{srcname}
Version: 7.1.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A tool for installing and managing Python packages
Group: Development/Libraries
@ -66,28 +66,28 @@ easy_installable should be pip-installable as well.
%if 0%{?with_python3}
%package -n python3-pip
%package -n python%{python3_pkgversion}-pip
Summary: A tool for installing and managing Python3 packages
Group: Development/Libraries
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: bash-completion
%if 0%{?with_tests}
BuildRequires: python3-mock
BuildRequires: python3-pytest
BuildRequires: python3-pretend
BuildRequires: python3-freezegun
BuildRequires: python3-scripttest
BuildRequires: python3-virtualenv
BuildRequires: python%{python3_pkgversion}-mock
BuildRequires: python%{python3_pkgversion}-pytest
BuildRequires: python%{python3_pkgversion}-pretend
BuildRequires: python%{python3_pkgversion}-freezegun
BuildRequires: python%{python3_pkgversion}-scripttest
BuildRequires: python%{python3_pkgversion}-virtualenv
%endif
%if 0%{?build_wheel}
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python%{python3_pkgversion}-pip
BuildRequires: python%{python3_pkgversion}-wheel
%endif
Requires: python3-setuptools
Requires: python%{python3_pkgversion}-setuptools
%description -n python3-pip
%description -n python%{python3_pkgversion}-pip
Pip is a replacement for `easy_install
<http://peak.telecommunity.com/DevCenter/EasyInstall>`_. It uses mostly the
same techniques for finding packages, so packages that were made
@ -218,7 +218,7 @@ popd
%endif
%if 0%{?with_python3}
%files -n python3-pip
%files -n python%{python3_pkgversion}-pip
%defattr(-,root,root,-)
%license LICENSE.txt
%doc README.rst docs
@ -232,6 +232,9 @@ popd
%endif # with_python3
%changelog
* Mon Nov 11 2019 Steve Traylen <steve.traylen@cern.ch> - 7.1.0-2
- Create a python3(4) package.
* Wed Jul 01 2015 Slavek Kabrda <bkabrda@redhat.com> - 7.1.0-1
- Update to 7.1.0