Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 539080 - dev-python/micawber-0.3.1 - A small library for extracting rich content from urls
Summary: dev-python/micawber-0.3.1 - A small library for extracting rich content from ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Ben de Groot (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2015-02-06 11:14 UTC by Dennis Schridde
Modified: 2015-07-08 10:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
micawber-0.3.1.ebuild (micawber-0.3.1.ebuild,474 bytes, text/plain)
2015-02-06 11:14 UTC, Dennis Schridde
Details
micawber-0.3.1.ebuild (micawber-0.3.1.ebuild,459 bytes, text/plain)
2015-02-09 10:35 UTC, Dennis Schridde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2015-02-06 11:14:11 UTC
Created attachment 395702 [details]
micawber-0.3.1.ebuild

Please find an ebuild for dev-python/micawber-0.3.1 attached. It is needed to implement www-apps/nikola-7.3.0[media] (I suggest to rename the proposed "micawber" useflag to the more expressive "media").
Comment 1 Dennis Schridde 2015-02-09 10:35:43 UTC
Created attachment 395962 [details]
micawber-0.3.1.ebuild

Integrate Ian Delaney's suggestions from bug #539036 comment #2.
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2015-03-16 05:32:27 UTC
(In reply to Dennis Schridde from comment #1)
> Created attachment 395962 [details]
> micawber-0.3.1.ebuild
> 
> Integrate Ian Delaney's suggestions from bug #539036 comment #2.

from work/micawber-0.3.1/setup.py

from setuptools import setup, find_packages

similarly needs to dep on setuptools

tarball has;
MANIFEST.in  README.rst  docs  examples  micawber  runtests.py  setup.py

python -m runtests works for py2.7 py3.3
Running django integration tests doesn't work but can be patched out.

The doc build works without issue. 
The examples can be installed via IUSE examples.
Ditto 539036 would you like to proxy maintain this package. It is easier to finish off than Livereload. It is the most assured way of getting it into portage.
Comment 3 Ben de Groot (RETIRED) gentoo-dev 2015-07-08 10:08:40 UTC
+  08 Jul 2015; Ben de Groot <yngwin@gentoo.org> +metadata.xml,
+  +micawber-0.3.2.ebuild:
+  Initial commit as optional dependency for www-apps/nikola. Ebuild submitted by
+  Dennis Schridde in bug #539080.