Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 618454

Summary: dev-python/scour ebuild request
Product: Gentoo Linux Reporter: Jonas Stein <jstein>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal CC: alex, jstein
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/scour-project/scour
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 618436    
Attachments: scour-0.35 ebuild
scour-0.35 ebuild
metadate.xml

Description Jonas Stein gentoo-dev 2017-05-14 13:27:22 UTC
Scour is a Python tool that takes an SVG file and produces a cleaner and more concise file. It is intended to be used after exporting to SVG with a GUI editor, such as Inkscape or Adobe Illustrator.

Scour is a new dependecy for inkscape since 0.92:
Export to Optimized SVG now depends upon an external copy of the Scour python module, which can be obtained via pip (pip install scour), package management (version may be outdated) or from the scour project github site. For Windows versions, the module is included.
http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92#New_dependencies
Comment 1 Alexander 2017-05-14 13:54:33 UTC
Created attachment 472582 [details]
scour-0.35 ebuild

scour-0.35 ebuild

scour is an inkscape-0.92* dependency, ebuild taken from haarp overlay and bumped to latest version.
Comment 2 Jonas Stein gentoo-dev 2017-05-14 14:03:00 UTC
please test the ebuild with 
repoman -d full

We should update the year to 2017,
remove $Id$
and bump EAPI to 6

There is a missing dependency "six":
https://github.com/scour-project/scour/blob/master/setup.py#L57
Comment 3 Alexander 2017-05-14 14:16:58 UTC
Created attachment 472584 [details]
scour-0.35 ebuild

Fixed.
Comment 4 Jonas Stein gentoo-dev 2017-05-14 14:21:44 UTC
Created attachment 472586 [details]
metadate.xml
Comment 5 Andreas K. Hüttel archtester gentoo-dev 2017-05-14 14:23:04 UTC
(In reply to Alexander from comment #3)
> Created attachment 472584 [details]
> scour-0.35 ebuild
> 
> Fixed.

Added, thanks!