py-Kallithea: update to 0.6.2

Dependencies not checked, but packages fine.

Changes: a lot but especially:

We are pleased to announce Kallithea 0.6.0, with as most important
change the migration from Python 2 to Python 3.
This commit is contained in:
Thomas Klausner 2020-11-05 17:42:41 +01:00
parent b8984deeeb
commit 8887c7a903
4 changed files with 218 additions and 550 deletions

View File

@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.2 2015/07/16 11:41:46 thomasklausner Exp $
DISTNAME= Kallithea-0.2.2
DISTNAME= Kallithea-0.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel scm
MASTER_SITES= ${MASTER_SITE_PYPI:=K/Kallithea/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://kallithea-scm.org/
@ -19,44 +18,31 @@ DEPENDS+= ${PYPKGPREFIX}-paste-[0-9]*:../../www/py-paste
DEPENDS+= ${PYPKGPREFIX}-waitress>=0.8.8:../../www/py-waitress
DEPENDS+= ${PYPKGPREFIX}-WebOb>=1.0.8:../../www/py-WebOb
DEPENDS+= ${PYPKGPREFIX}-WebTest>=1.4.:../../www/py-WebTest
DEPENDS+= ${PYPKGPREFIX}-pylons>=1.0.0:../../wip/py-pylons
DEPENDS+= ${PYPKGPREFIX}-Beaker>=1.6.4:../../wip/py-Beaker
DEPENDS+= ${PYPKGPREFIX}-WebHelpers>=1.3:../../wip/py-webhelpers
#DEPENDS+= ${PYPKGPREFIX}-FormEncode>=1.2.4<=1.2.6:../../www/py-FormEncode
DEPENDS+= ${PYPKGPREFIX}-FormEncode>=1.2.4:../../www/py-FormEncode
DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.7.10:../../databases/py-sqlalchemy
#DEPENDS+= ${PYPKGPREFIX}-mako>=0.9.0<=1.0.0:../../devel/py-mako
DEPENDS+= ${PYPKGPREFIX}-mako>=0.9.0:../../devel/py-mako
DEPENDS+= ${PYPKGPREFIX}-pygments>=1.5:../../textproc/py-pygments
DEPENDS+= ${PYPKGPREFIX}-Whoosh>=2.4.0<=2.5.7:../../textproc/py-Whoosh
#DEPENDS+= ${PYPKGPREFIX}-celery>=2.2.5<2.3:../../net/py-celery
DEPENDS+= ${PYPKGPREFIX}-Whoosh>=2.4.0:../../textproc/py-Whoosh
DEPENDS+= ${PYPKGPREFIX}-celery>=2.2.5:../../net/py-celery
#DEPENDS+= ${PYPKGPREFIX}-babel>=0.9.6<=1.3:../../devel/py-babel
DEPENDS+= ${PYPKGPREFIX}-babel>=0.9.6:../../devel/py-babel
#DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.5.0<2.0.0:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.5.0:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-markdown>=2.2.1:../../textproc/py-markdown
#DEPENDS+= ${PYPKGPREFIX}-docutils>=0.8.1<=0.11:../../textproc/py-docutils
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.8.1:../../textproc/py-docutils
DEPENDS+= ${PYPKGPREFIX}-simplejson>=2.5.2:../../converters/py-simplejson
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
#DEPENDS+= ${PYPKGPREFIX}-crypto>=2.6.0<=2.6.1:../../security/py-crypto
DEPENDS+= ${PYPKGPREFIX}-crypto>=2.6.0:../../security/py-crypto
DEPENDS+= ${PYPKGPREFIX}-URLObject>=2.3.4:../../www/py-URLObject
DEPENDS+= ${PYPKGPREFIX}-Routes>=1.13:../../www/py-Routes
#DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.9.9<=0.9.9:../../devel/py-dulwich
DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.9.9:../../devel/py-dulwich
#DEPENDS+= ${PYPKGPREFIX}-mercurial>=2.9<3.4:../../devel/py-mercurial
DEPENDS+= ${PYPKGPREFIX}-mercurial>=2.9:../../devel/py-mercurial
#DEPENDS+= ${PYPKGPREFIX}-bcrypt>=0.3.0<=0.4:../../security/py-bcrypt
DEPENDS+= ${PYPKGPREFIX}-bcrypt>=0.3.0:../../security/py-bcrypt
REPLACE_PYTHON+= kallithea/lib/dbmigrate/migrate/versioning/templates/*.py_tmpl
REPLACE_PYTHON+= kallithea/tests/scripts/manual_test_crawler.py
REPLACE_PYTHON+= kallithea/lib/dbmigrate/migrate/versioning/templates/*/*.py_tmpl
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.2.2
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
- Note CVE-2015-5285

View File

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1 2015/07/15 18:54:08 thomasklausner Exp $
SHA1 (Kallithea-0.2.2.zip) = d3c4ae8afeb9889759d9c8717ba02ea6e12c5b4f
RMD160 (Kallithea-0.2.2.zip) = 41eb791a44fb3895de096139c1fa8bb4e88158bc
Size (Kallithea-0.2.2.zip) = 5694345 bytes
SHA1 (Kallithea-0.6.2.tar.gz) = 0a204dc3dc9dbb568f75a68b4646471a3d6efa2e
RMD160 (Kallithea-0.6.2.tar.gz) = caafc007e60dc26541cb41eae7708dfbffa2b023
SHA512 (Kallithea-0.6.2.tar.gz) = 1ff508c7c4f5e9bbf78ffd1320ed09777a34ea4b945c33cc92ae505bf38058d7092490d71fe0400aac36fa78d8fc2df8e0038daf2ec09d603d4dab2e165a1d3d
Size (Kallithea-0.6.2.tar.gz) = 4328315 bytes