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 675977 Details for
Bug 893830
Add documentation and examples to pykka
[?]
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]
suggested patch
pykka.spec.patch (text/plain), 2.34 KB, created by
Matěj Cepl
on 2013-01-10 01:38:31 UTC
(
hide
)
Description:
suggested patch
Filename:
MIME Type:
Creator:
Matěj Cepl
Created:
2013-01-10 01:38:31 UTC
Size:
2.34 KB
patch
obsolete
>--- SPECS/pykka.spec.orig 2013-01-10 02:32:27.665455884 +0100 >+++ SPECS/pykka.spec 2013-01-10 02:35:37.667352765 +0100 >@@ -1,14 +1,14 @@ >-Name: pykka >-Version: 0.15 >-Release: 2%{?dist} >-Summary: Python library that provides concurrency using actor model >-Group: Development/Libraries >-License: ASL 2.0 >-URL: http://pykka.readthedocs.org/ >-Source0: https://github.com/jodal/pykka/tarball/v%{version}/pykka-%{version}.tar.gz >-BuildRequires: python2-devel python-gevent python-sphinx >-BuildArch: noarch >-Requires: python-gevent >+Name: pykka >+Version: 0.15 >+Release: 3%{?dist} >+Summary: Python library that provides concurrency using actor model >+Group: Development/Libraries >+License: ASL 2.0 >+URL: http://pykka.readthedocs.org/ >+Source0: https://github.com/jodal/pykka/tarball/v%{version}/pykka-%{version}.tar.gz >+BuildRequires: python2-devel python-gevent python-sphinx >+BuildArch: noarch >+Requires: python-gevent > > %description > The goal of Pykka is to provide easy to use concurrency abstractions for Python >@@ -27,6 +27,17 @@ > Much of the naming in Pykka is inspired by the Akka project which implements > actors on the JVM. Though, Pykka does not aim to be a Python port of Akka. > >+%package docs >+Summary: Documentation for %{name} >+Group: Documentation >+BuildArch: noarch >+Requires: devhelp >+ >+%description docs >+This package provides the documentation for %{name}, e.g. the API as >+devhelp docs, and examples. >+ >+ > %prep > %setup -q -c > DIR=`ls -d jodal-pykka-*` >@@ -37,20 +48,32 @@ > %build > %{__python} setup.py build > cd docs >-make man >+make man devhelp > > %install > %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT > mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 > cp -a docs/_build/man/* $RPM_BUILD_ROOT%{_mandir}/man1/ > >+mkdir -p $RPM_BUILD_ROOT%{_datarootdir}/devhelp/Pykka >+cp -rp docs/_build/devhelp $RPM_BUILD_ROOT%{_datarootdir}/devhelp/Pykka >+ >+ > %files > %doc LICENSE README.rst > %{python_sitelib}/Pykka* > %{python_sitelib}/pykka > %{_mandir}/man1/* > >+%files docs >+%doc examples/ >+%{_datarootdir}/devhelp/Pykka >+ >+ > %changelog >+* Thu Jan 10 2013 MatÄj Cepl <mcepl@redhat.com> - 0.15-3 >+- Add documentation and examples. >+ > * Mon Aug 27 2012 Jonathan Dieter <jdieter@lesbg.com> - 0.15-2 > - Update to latest version > - Remove unneeded sections
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 893830
: 675977