python-sphinx:add new package and add dep

This commit is contained in:
alihanozturk
2017-01-29 22:19:03 +03:00
parent eaae898d80
commit c8f7240a47
13 changed files with 284 additions and 2 deletions
@@ -0,0 +1,16 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import pythonmodules
def setup():
pythonmodules.compile()
def install():
pythonmodules.install()
pisitools.dodoc("CHANGES.txt", "LICENSE.txt", "README.txt")