Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 162071 Details for
Bug 251645
python-setuptools drags in python-devel on normal installs
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
New patch that moves site-packages/easy_install*
python-setuptools-2.diff (text/plain), 2.61 KB, created by
Toshio Ernie Kuratomi
on 2007-08-22 15:53:29 UTC
(
hide
)
Description:
New patch that moves site-packages/easy_install*
Filename:
MIME Type:
Creator:
Toshio Ernie Kuratomi
Created:
2007-08-22 15:53:29 UTC
Size:
2.61 KB
patch
obsolete
>? python-setuptools-0.6c6-2.fc8.src.rpm >? python-setuptools-0_6c6-2_fc8 >? python-setuptools-2.diff >? python-setuptools.diff >? setuptools-0.6c6 >Index: python-setuptools.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/python-setuptools/devel/python-setuptools.spec,v >retrieving revision 1.12 >diff -u -r1.12 python-setuptools.spec >--- python-setuptools.spec 10 Jun 2007 22:25:58 -0000 1.12 >+++ python-setuptools.spec 22 Aug 2007 15:48:38 -0000 >@@ -2,11 +2,11 @@ > > Name: python-setuptools > Version: 0.6c6 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: Download, build, install, upgrade, and uninstall Python packages > > Group: Development/Languages >-License: PSFL/ZPL >+License: Python or ZPLv2.0 > URL: http://peak.telecommunity.com/DevCenter/setuptools > Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz > Source1: psfl.txt >@@ -16,13 +16,25 @@ > BuildArch: noarch > BuildRequires: python-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. >+ >+%package utils >+Summary: Download, install, upgrade, and uninstall Python packages >+Group: Applications/System > Requires: python-devel >+Requires: %{name} = %{version}-%{release} > >-%description >+%description utils > 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. > >+The utils subpackage contains the easy_install script which can be used to >+install python eggs per-user when they do not have access to system-wide >+install locations or the packages are not packaged for Fedora. > > %prep > %setup -q -n setuptools-%{version} >@@ -51,12 +63,22 @@ > > %files > %defattr(-,root,root,-) >-%doc *.txt >-%{_bindir}/* >-%{python_sitelib}/* >+%doc README.txt [a-z]*.txt >+%{python_sitelib}/setuptools* >+%{python_sitelib}/site.py* >+%{python_sitelib}/pkg_resources.py* > >+%files utils >+%doc EasyInstall.txt >+%{_bindir}/* >+%{python_sitelib}/easy_install.py* > > %changelog >+* Sat Aug 18 2007 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6c6-2 >+- Split easy_install into a subpackage and Require: python-devel from there >+ (#2515645) >+- Make license tag conform to the new Licensing Guidelines. >+ > * Sun Jun 10 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.6c6-1 > - Upstream 0.6c6 > - Require python-devel (#240707)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 251645
:
161810
|
162071
|
204411