diff --git a/programming/language/python/python-setuptools-scm/actions.py b/programming/language/python/python-setuptools-scm/actions.py new file mode 100644 index 0000000000..bf8a8c8de9 --- /dev/null +++ b/programming/language/python/python-setuptools-scm/actions.py @@ -0,0 +1,18 @@ +#!/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 pythonmodules + +def build(): + pythonmodules.compile() + + #pythonmodules.run("setup.py build_sphinx") + +def check(): + pythonmodules.compile("test") + +def install(): + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-setuptools-scm/pspec.xml b/programming/language/python/python-setuptools-scm/pspec.xml new file mode 100644 index 0000000000..4cada821a0 --- /dev/null +++ b/programming/language/python/python-setuptools-scm/pspec.xml @@ -0,0 +1,44 @@ + + + + + python-setuptools-scm + https://github.com/pypa/setuptools_scm + + Blue DeviL + bluedevil@sctzine.com + + MIT + library + Python setuptools-scm module + Tsetuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file. + https://pypi.io/packages/source/s/setuptools_scm/setuptools_scm-3.3.3.tar.gz + + python-setuptools + python-devel + + + + + + python-setuptools-scm + Python setuptools-scm module + + python-setuptools + + + /usr/lib + /usr/share/doc + + + + + + 2019-11-28 + 3.3.3 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-setuptools-scm/translations.xml b/programming/language/python/python-setuptools-scm/translations.xml new file mode 100644 index 0000000000..89318fd9cc --- /dev/null +++ b/programming/language/python/python-setuptools-scm/translations.xml @@ -0,0 +1,8 @@ + + + + python-setuptools-scm + Python setuptools-scm modülü + setuptools-scm python paket versiyonlarını SCM metadataları kullanarak yönetmenizi sağlayan python modülüdür. + +