Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 618454 - dev-python/scour ebuild request
Summary: dev-python/scour ebuild request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo Linux bug wranglers
URL: https://github.com/scour-project/scour
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 618436
  Show dependency tree
 
Reported: 2017-05-14 13:27 UTC by Jonas Stein
Modified: 2017-05-14 14:23 UTC (History)
2 users (show)

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


Attachments
scour-0.35 ebuild (file_618454.txt,477 bytes, text/plain)
2017-05-14 13:54 UTC, Alexander
Details
scour-0.35 ebuild (scour-0.35.ebuild,469 bytes, text/plain)
2017-05-14 14:16 UTC, Alexander
Details
metadate.xml (metadata.xml,670 bytes, application/xml)
2017-05-14 14:21 UTC, Jonas Stein
Details

Note You need to log in before you can comment on or make changes to this bug.
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!