diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:08 +0700 |
commit | 249081cb2181d2d2c07c2adefdd623777dda191c (patch) | |
tree | 1abf5e7d9a614c79d6d6376fdd3632af86682344 /python/Kallithea | |
parent | 251c959af2ce2c7ad548d5ef74989be6462a9683 (diff) | |
download | slackbuilds-249081cb2181d2d2c07c2adefdd623777dda191c.tar.gz |
python/Kallithea: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Kallithea')
-rw-r--r-- | python/Kallithea/Kallithea.SlackBuild | 2 | ||||
-rw-r--r-- | python/Kallithea/Kallithea.info | 2 | ||||
-rw-r--r-- | python/Kallithea/README | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/python/Kallithea/Kallithea.SlackBuild b/python/Kallithea/Kallithea.SlackBuild index d2f7bc265f..21c71240e4 100644 --- a/python/Kallithea/Kallithea.SlackBuild +++ b/python/Kallithea/Kallithea.SlackBuild @@ -55,7 +55,7 @@ find -L . \ cat $CWD/versions.patch | patch -p1 || exit 1 -python setup.py install --root=$PKG +python2 setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a COPYING README.rst CONTRIBUTORS LICENSE* MANIFEST.in MIT* $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/python/Kallithea/Kallithea.info b/python/Kallithea/Kallithea.info index ca6ef871bc..304a96df7a 100644 --- a/python/Kallithea/Kallithea.info +++ b/python/Kallithea/Kallithea.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/K/Kallithea/Kallithea-0.4.1.ta MD5SUM="73b9fd1aa456313d004e342398735580" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="cffi alembic waitress WebOb FormEncode SQLAlchemy babel python-dateutil Markdown dulwich decorator bleach click bcrypt Whoosh celery URLObject Routes Paste Beaker WebHelpers TurboGears2 tgext.routes backlash gearbox" +REQUIRES="cffi alembic waitress WebOb FormEncode SQLAlchemy babel python2-dateutil Markdown dulwich decorator bleach click bcrypt Whoosh celery URLObject Routes Paste Beaker WebHelpers TurboGears2 tgext.routes backlash gearbox" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" diff --git a/python/Kallithea/README b/python/Kallithea/README index 82fbaaba90..e3455c789f 100644 --- a/python/Kallithea/README +++ b/python/Kallithea/README @@ -1,7 +1,7 @@ -Kallithea, a member project of Software Freedom Conservancy, is a GPLv3'd, -Free Software source code management system that supports two leading -version control systems, Mercurial and Git, and has a web interface that is -easy to use for users and admins. +Kallithea, a member project of Software Freedom Conservancy, is a +GPLv3'd, Free Software source code management system that supports two +leading version control systems, Mercurial and Git, and has a web +interface that is easy to use for users and admins. You can install Kallithea on your own server and host repositories for the version control system of your choice. |