Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11037860
D705.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D705.id.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,9 +1,9 @@
name : pygments
version : 2.2.0
-release : 2
+release : 3
source :
- https://pypi.python.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz : dbae1046def0efb574852fab9e90209b23f556367b5a320c0bcb871c77c3e8cc
-license : BSD
+license : BSD-2-Clause
component : programming
summary : Pygments is a syntax highlighting package written in Python.
description: |
@@ -12,8 +12,11 @@
- pkgconfig(python-3.5)
- python-setuptools
build : |
- %python_setup
%python3_setup
+ %python_setup
install : |
- %python_install
%python3_install
+ for _f in "$installdir"/usr/bin/*; do
+ mv -v "$_f" "${_f}3"
+ done
+ %python_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,10 +2,10 @@
<Source>
<Name>pygments</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Ewan Paterson</Name>
+ <Email>ewan.paterson@hotmail.co.uk</Email>
</Packager>
- <License>BSD</License>
+ <License>BSD-2-Clause</License>
<PartOf>programming</PartOf>
<Summary xml:lang="en">Pygments is a syntax highlighting package written in Python.</Summary>
<Description xml:lang="en">Pygments is a syntax highlighting package written in Python.
@@ -843,12 +843,12 @@
</Files>
</Package>
<History>
- <Update release="2">
- <Date>2017-05-28</Date>
+ <Update release="3">
+ <Date>2017-08-30</Date>
<Version>2.2.0</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Ewan Paterson</Name>
+ <Email>ewan.paterson@hotmail.co.uk</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 9:20 PM (1 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806941
Default Alt Text
D705.id.diff (2 KB)
Attached To
Mode
D705: Ensure both python2 and python3 executables are installed
Attached
Detach File
Event Timeline
Log In to Comment