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 @@
python-traitlets
- Ewan Paterson
- ewan.paterson@hotmail.co.uk
+ Pierre-Yves
+ pyu@riseup.netBSD-3-Clauseprogramming.python
- A lightweight Traits like module.
- A lightweight Traits like module.
+ 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.
https://solus-project.com/sources/README.Soluspython-traitlets
- A lightweight Traits like module.
- A lightweight Traits like module.
+ 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.
programming.python
@@ -128,12 +140,12 @@
-
- 2017-08-02
+
+ 2018-01-144.3.2Packaging update
- Ewan Paterson
- ewan.paterson@hotmail.co.uk
+ Pierre-Yves
+ pyu@riseup.net
\ No newline at end of file