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 293872 Details for
Bug 431404
Please update to BS 3.0.5
[?]
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.
spec file for beautiful soup 3.0.5.
python-beautiful-soup.spec (text/x-rpm-spec), 1.94 KB, created by
Terje Røsten
on 2008-02-04 08:33:04 UTC
(
hide
)
Description:
spec file for beautiful soup 3.0.5.
Filename:
MIME Type:
Creator:
Terje Røsten
Created:
2008-02-04 08:33:04 UTC
Size:
1.94 KB
patch
obsolete
>%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} > >%define oname BeautifulSoup > >Summary: Python HTML/XML parser designed for quick turnaround projects >Name: python-beautiful-soup >Version: 3.0.5 >Release: 1%{?dist} >License: BSD >Group: Development/Tools >URL : http://www.crummy.com/software/%{oname} >Source0: http://www.crummy.com/software/%{oname}/download/%{oname}-%{version}.tar.gz >BuildArch: noarch >BuildRequires: python-devel >%if 0%{?fedora} >= 8 >BuildRequires: python-setuptools-devel >%else >BuildRequires: python-setuptools >%endif >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >%description >Beautiful Soup is a Python HTML/XML parser designed for quick >turnaround projects like screen-scraping. Three features make it >powerful: > >Beautiful Soup won't choke if you give it bad markup. > >Beautiful Soup provides a few simple methods and Pythonic idioms for >navigating, searching, and modifying a parse tree. > >Beautiful Soup automatically converts incoming documents to Unicode >and outgoing documents to UTF-8. > >Beautiful Soup parses anything you give it > >Valuable data that was once locked up in poorly-designed websites is >now within your reach. Projects that would have taken hours take only >minutes with Beautiful Soup. > >%prep >%setup -q -n %{oname}-%{version} > >%build >CFLAGS="%{optflags}" %{__python} setup.py build >%{__python} -c 'import %{oname} as bs; print bs.__doc__' > COPYING >touch -r %{oname}.py COPYING > >%install >%{__rm} -rf %{buildroot} >%{__python} setup.py install -O1 --skip-build --root %{buildroot} > >%clean >%{__rm} -rf %{buildroot} > >%check >%{__python} BeautifulSoupTests.py > >%files >%defattr(-, root, root, -) >%doc COPYING >%{python_sitelib}/%{oname}.py* >%exclude %{python_sitelib}/%{oname}Tests.py* > >%changelog >* Mon Feb 4 2008 Terje Rosten <terje.rosten@ntnu.no> - 3.0.5-1 >- Initial build >
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 Raw
Actions:
View
Attachments on
bug 431404
: 293872