Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,20 @@ +name : python-augeas +version : 0.5.0 +release : 1 +source : + - https://github.com/hercules-team/python-augeas/archive/v0.5.0.tar.gz : e610f503fd32de6f546bdb87090d39f97104109137077d6983c43e1ced64033b +license : LGPL-2.1 +component : programming.python +summary : Python bindings for Augeas +description: | + Augeas is a library and command line tool that focuses on the most basic problem in handling Linux configurations programmatically: editing actual configuration files in a controlled manner. +runtimedeps: + - augeas +setup : | + +build : | + %python_setup + %python3_setup +install : | + %python_install + %python3_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,39 @@ + + + python-augeas + + Anton Siluev + burning2007@ya.ru + + LGPL-2.1 + programming.python + Python bindings for Augeas + Augeas is a library and command line tool that focuses on the most basic problem in handling Linux configurations programmatically: editing actual configuration files in a controlled manner. + + https://solus-project.com/sources/README.Solus + + + python-augeas + Python bindings for Augeas + Augeas is a library and command line tool that focuses on the most basic problem in handling Linux configurations programmatically: editing actual configuration files in a controlled manner. + + programming.python + + /usr/lib/python2.7/site-packages/augeas.py + /usr/lib/python2.7/site-packages/augeas.pyc + /usr/lib/python2.7/site-packages/python_augeas-0.5.0-py2.7.egg-info + /usr/lib/python3.6/site-packages/__pycache__/augeas.cpython-36.pyc + /usr/lib/python3.6/site-packages/augeas.py + /usr/lib/python3.6/site-packages/python_augeas-0.5.0-py3.6.egg-info + + + + + 2018-08-25 + 0.5.0 + Packaging update + Anton Siluev + burning2007@ya.ru + + + \ No newline at end of file