packages/dev-python/decorator/decorator-3.3.3.exheres-0 (350B) - raw
1 # Copyright 2011 Dan Callaghan <djc@djc.id.au> 2 # Distributed under the terms of the GNU General Public License v2 3 4 require pypi distutils [ python_dep=2.4 ] 5 6 SUMMARY="Python library for decorators" 7 8 LICENCES="BSD-2" 9 SLOT="0" 10 PLATFORMS="~amd64 ~x86" 11 12 BUGS_TO="djc@djc.id.au" 13 14 src_test() { 15 edo env PYTHONPATH=build/lib python documentation.py -v 16 }