Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10833838
D8848.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D8848.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : scour
version : '0.37'
-release : 5
+release : 6
source :
- https://github.com/scour-project/scour/archive/v0.37.tar.gz : 4fcb961586d8a6d98ac9343ca5647421b98fdc79b51d81a1d3d18576b7908823
homepage : https://www.codedread.com/scour/
@@ -10,12 +10,11 @@
description: |
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.
builddeps :
- - pkgconfig(python-2.7)
- - python-setuptools
+ - pkgconfig(python3)
+ - python-six
rundeps :
- - python-setuptools
- python-six
build : |
- %python_setup
+ %python3_setup
install : |
- %python_install --no-compile
+ %python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -21,23 +21,28 @@
<PartOf>multimedia.graphics</PartOf>
<Files>
<Path fileType="executable">/usr/bin/scour</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/scour-0.37-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/scour-0.37-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/scour-0.37-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/scour-0.37-py2.7.egg-info/entry_points.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/scour-0.37-py2.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/scour-0.37-py2.7.egg-info/top_level.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/scour-0.37-py2.7.egg-info/zip-safe</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/scour/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/scour/scour.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/scour/svg_regex.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/scour/svg_transform.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/scour/yocto_css.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour-0.37-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour-0.37-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour-0.37-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour-0.37-py3.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour-0.37-py3.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour-0.37-py3.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour-0.37-py3.7.egg-info/zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour/__pycache__/scour.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour/__pycache__/svg_regex.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour/__pycache__/svg_transform.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour/__pycache__/yocto_css.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour/scour.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour/svg_regex.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour/svg_transform.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/scour/yocto_css.py</Path>
</Files>
</Package>
<History>
- <Update release="5">
- <Date>2019-12-06</Date>
+ <Update release="6">
+ <Date>2020-05-11</Date>
<Version>0.37</Version>
<Comment>Packaging update</Comment>
<Name>Jacob Alzén</Name>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 8 2023, 3:36 AM (9 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5810279
Default Alt Text
D8848.diff (4 KB)
Attached To
Mode
D8848: Switch scour over to python3 now that we have Inkscape 1.0
Attached
Detach File
Event Timeline
Log In to Comment