Page MenuHomeSolus

D1957.id4610.diff
No OneTemporary

D1957.id4610.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,19 +1,28 @@
name : python-traitlets
version : 4.3.2
-release : 1
+release : 2
source :
- https://github.com/ipython/traitlets/archive/4.3.2.tar.gz : 370f938ad730d52272ef74f96f831cb21138f6168e46fe582fe256c35cc656ce
license : BSD-3-Clause
component : programming.python
-summary : A lightweight Traits like module.
+summary : A lightweight Traits like module
description: |
- A lightweight Traits like module.
+ Traitlets is a framework that lets Python classes have attributes with type
+ checking, dynamically calculated default values, and ‘on change’ callbacks.
+
+ The package also includes a mechanism to use traitlets for configuration,
+ loading values from files or from command line arguments. This is a
+ distinct layer on top of traitlets, so you can use traitlets in your code
+ without using the configuration machinery.
builddeps :
- - pkgconfig(python-3.5)
+ - python-decorator
+ - python-enum34
+ - python-ipython_genutils
+ - python-mock
+ - python-pytest
- python-setuptools
rundeps :
- python-decorator
- - python3-decorator
- python-enum34
- python-ipython_genutils
- python-six
@@ -23,3 +32,11 @@
install : |
%python_install
%python3_install
+check : |
+ pushd $PKG_BUILD_DIR/py2build
+ py.test
+ popd
+
+ pushd $PKG_BUILD_DIR/py3build
+ py.test3
+ popd
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,20 +2,32 @@
<Source>
<Name>python-traitlets</Name>
<Packager>
- <Name>Ewan Paterson</Name>
- <Email>ewan.paterson@hotmail.co.uk</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>BSD-3-Clause</License>
<PartOf>programming.python</PartOf>
- <Summary xml:lang="en">A lightweight Traits like module.</Summary>
- <Description xml:lang="en">A lightweight Traits like module.
+ <Summary xml:lang="en">A lightweight Traits like module</Summary>
+ <Description xml:lang="en">Traitlets is a framework that lets Python classes have attributes with type
+checking, dynamically calculated default values, and ‘on change’ callbacks.
+
+The package also includes a mechanism to use traitlets for configuration,
+loading values from files or from command line arguments. This is a
+distinct layer on top of traitlets, so you can use traitlets in your code
+without using the configuration machinery.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>python-traitlets</Name>
- <Summary xml:lang="en">A lightweight Traits like module.</Summary>
- <Description xml:lang="en">A lightweight Traits like module.
+ <Summary xml:lang="en">A lightweight Traits like module</Summary>
+ <Description xml:lang="en">Traitlets is a framework that lets Python classes have attributes with type
+checking, dynamically calculated default values, and ‘on change’ callbacks.
+
+The package also includes a mechanism to use traitlets for configuration,
+loading values from files or from command line arguments. This is a
+distinct layer on top of traitlets, so you can use traitlets in your code
+without using the configuration machinery.
</Description>
<PartOf>programming.python</PartOf>
<Files>
@@ -128,12 +140,12 @@
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2017-08-02</Date>
+ <Update release="2">
+ <Date>2018-01-14</Date>
<Version>4.3.2</Version>
<Comment>Packaging update</Comment>
- <Name>Ewan Paterson</Name>
- <Email>ewan.paterson@hotmail.co.uk</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 20 2023, 11:59 PM (7 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5822125
Default Alt Text
D1957.id4610.diff (4 KB)

Event Timeline