Page MenuHomeSolus

D7649.diff
No OneTemporary

D7649.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,14 +1,18 @@
name : scons
-version : 3.0.2
-release : 4
+version : 3.1.1
+release : 5
source :
- - https://vorboss.dl.sourceforge.net/project/scons/scons/3.0.2/scons-3.0.2.tar.gz : d0afcf8f4c2ea5fa7af3c9321c0cb3ea1c83d137196be10c4cb2c79cc5dade01
+ - https://vorboss.dl.sourceforge.net/project/scons/scons/3.1.1/scons-3.1.1.tar.gz : 4cea417fdd7499a36f407923d03b4b7000b0f9e8fd7b31b316b9ce7eba9143a5
+homepage : https://scons.org/
license : MIT
component : programming.tools
summary : Extensible Python-based build utility
description: |
- Extensible Python-based build utility
+ SCons is a python-based software construction tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software.
build : |
%python3_setup
install : |
%python3_install
+
+ # Remove Windows scripts
+ rm -f $installdir/usr/bin/scons*.bat
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,32 +1,33 @@
<PISI>
<Source>
<Name>scons</Name>
+ <Homepage>https://scons.org/</Homepage>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.tools</PartOf>
<Summary xml:lang="en">Extensible Python-based build utility</Summary>
- <Description xml:lang="en">Extensible Python-based build utility
+ <Description xml:lang="en">SCons is a python-based software construction tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software.
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>scons</Name>
<Summary xml:lang="en">Extensible Python-based build utility</Summary>
- <Description xml:lang="en">Extensible Python-based build utility
+ <Description xml:lang="en">SCons is a python-based software construction tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software.
</Description>
<PartOf>programming.tools</PartOf>
<Files>
<Path fileType="executable">/usr/bin/scons</Path>
- <Path fileType="executable">/usr/bin/scons-3.0.2</Path>
+ <Path fileType="executable">/usr/bin/scons-3.1.1</Path>
<Path fileType="executable">/usr/bin/scons-configure-cache</Path>
- <Path fileType="executable">/usr/bin/scons-configure-cache-3.0.2</Path>
+ <Path fileType="executable">/usr/bin/scons-configure-cache-3.1.1</Path>
<Path fileType="executable">/usr/bin/scons-time</Path>
- <Path fileType="executable">/usr/bin/scons-time-3.0.2</Path>
+ <Path fileType="executable">/usr/bin/scons-time-3.1.1</Path>
<Path fileType="executable">/usr/bin/sconsign</Path>
- <Path fileType="executable">/usr/bin/sconsign-3.0.2</Path>
+ <Path fileType="executable">/usr/bin/sconsign-3.1.1</Path>
<Path fileType="library">/usr/lib/scons/SCons/Action.py</Path>
<Path fileType="library">/usr/lib/scons/SCons/Builder.py</Path>
<Path fileType="library">/usr/lib/scons/SCons/CacheDir.py</Path>
@@ -249,6 +250,8 @@
<Path fileType="library">/usr/lib/scons/SCons/Tool/c++.py</Path>
<Path fileType="library">/usr/lib/scons/SCons/Tool/cc.py</Path>
<Path fileType="library">/usr/lib/scons/SCons/Tool/clang.py</Path>
+ <Path fileType="library">/usr/lib/scons/SCons/Tool/clangCommon/__init__.py</Path>
+ <Path fileType="library">/usr/lib/scons/SCons/Tool/clangCommon/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/scons/SCons/Tool/clangxx.py</Path>
<Path fileType="library">/usr/lib/scons/SCons/Tool/cvf.py</Path>
<Path fileType="library">/usr/lib/scons/SCons/Tool/cxx.py</Path>
@@ -382,6 +385,7 @@
<Path fileType="library">/usr/lib/scons/SCons/Variables/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/scons/SCons/Warnings.py</Path>
<Path fileType="library">/usr/lib/scons/SCons/__init__.py</Path>
+ <Path fileType="library">/usr/lib/scons/SCons/__main__.py</Path>
<Path fileType="library">/usr/lib/scons/SCons/__pycache__/Action.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/scons/SCons/__pycache__/Builder.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/scons/SCons/__pycache__/CacheDir.cpython-36.pyc</Path>
@@ -401,6 +405,7 @@
<Path fileType="library">/usr/lib/scons/SCons/__pycache__/Util.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/scons/SCons/__pycache__/Warnings.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/scons/SCons/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/scons/SCons/__pycache__/__main__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/scons/SCons/__pycache__/cpp.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/scons/SCons/__pycache__/dblite.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/scons/SCons/__pycache__/exitfuncs.cpython-36.pyc</Path>
@@ -411,22 +416,19 @@
<Path fileType="library">/usr/lib/scons/SCons/cpp.py</Path>
<Path fileType="library">/usr/lib/scons/SCons/dblite.py</Path>
<Path fileType="library">/usr/lib/scons/SCons/exitfuncs.py</Path>
- <Path fileType="library">/usr/lib/scons/scons-3.0.2-py3.6.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/scons/scons-3.0.2-py3.6.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/scons/scons-3.0.2-py3.6.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/scons/scons-3.0.2-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/scons/scons-3.1.1-py3.6.egg-info</Path>
<Path fileType="data">/usr/man/man1/scons-time.1</Path>
<Path fileType="data">/usr/man/man1/scons.1</Path>
<Path fileType="data">/usr/man/man1/sconsign.1</Path>
</Files>
</Package>
<History>
- <Update release="4">
- <Date>2019-01-05</Date>
- <Version>3.0.2</Version>
+ <Update release="5">
+ <Date>2019-11-21</Date>
+ <Version>3.1.1</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 18, 2:47 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5840456
Default Alt Text
D7649.diff (7 KB)

Event Timeline