svn commit: r488511 - in head/www/py-kallithea: . files
Wen Heping
wen at FreeBSD.org
Thu Dec 27 07:58:48 UTC 2018
Author: wen
Date: Thu Dec 27 07:58:47 2018
New Revision: 488511
URL: https://svnweb.freebsd.org/changeset/ports/488511
Log:
- Update to 0.3.6
PR: 233372
Submitted by: numisemis at yahoo.com
Approved by: maintainer(timeout, > 4 weeks)
Modified:
head/www/py-kallithea/Makefile
head/www/py-kallithea/distinfo
head/www/py-kallithea/files/patch-setup.py
Modified: head/www/py-kallithea/Makefile
==============================================================================
--- head/www/py-kallithea/Makefile Thu Dec 27 07:11:47 2018 (r488510)
+++ head/www/py-kallithea/Makefile Thu Dec 27 07:58:47 2018 (r488511)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= kallithea
-PORTVERSION= 0.3.2
-PORTREVISION= 3
+PORTVERSION= 0.3.6
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -37,11 +36,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}waitress>=0.8.8:ww
${PYTHON_PKGNAMEPREFIX}routes>=1.13:www/py-routes@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dulwich>=0.9.9:devel/dulwich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}bcrypt>=0.3.0:security/py-bcrypt@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}bleach>=2.1.3:www/py-bleach@${PY_FLAVOR} \
mercurial>=2.9:devel/mercurial
USES= python:2.7 shebangfix
-SHEBANG_FILES= kallithea/tests/scripts/manual_test_crawler.py
USE_PYTHON= distutils autoplist
+
+SHEBANG_FILES= kallithea/tests/scripts/manual_test_crawler.py
NO_ARCH= yes
Modified: head/www/py-kallithea/distinfo
==============================================================================
--- head/www/py-kallithea/distinfo Thu Dec 27 07:11:47 2018 (r488510)
+++ head/www/py-kallithea/distinfo Thu Dec 27 07:58:47 2018 (r488511)
@@ -1,2 +1,3 @@
-SHA256 (Kallithea-0.3.2.tar.gz) = 891a7f88cf02a887c8eb711bfe56ff79f053a9051e0748fc29293bc7fa6ef0b3
-SIZE (Kallithea-0.3.2.tar.gz) = 5347665
+TIMESTAMP = 1545895082
+SHA256 (Kallithea-0.3.6.tar.gz) = 745b2032ab85be07f94b8ee499059a3b015a619262d64dee067d4b7198d64180
+SIZE (Kallithea-0.3.6.tar.gz) = 6374356
Modified: head/www/py-kallithea/files/patch-setup.py
==============================================================================
--- head/www/py-kallithea/files/patch-setup.py Thu Dec 27 07:11:47 2018 (r488510)
+++ head/www/py-kallithea/files/patch-setup.py Thu Dec 27 07:58:47 2018 (r488511)
@@ -1,18 +1,20 @@
---- setup.py.orig 2016-05-02 16:57:01 UTC
+--- setup.py.orig 2018-11-04 20:39:44 UTC
+++ setup.py
-@@ -35,36 +35,36 @@ __platform__ = platform.system()
+@@ -35,38 +35,38 @@ __platform__ = platform.system()
is_windows = __platform__ in ['Windows']
requirements = [
+- "setuptools<34", # setuptools==34 has an undeclared requirement of pyparsing >=2.1, but celery<2.3 requires pyparsing<2
- "waitress==0.8.8",
- "webob>=1.0.8,<=1.1.1",
- "webtest==1.4.3",
-- "Pylons>=1.0.0,<=1.0.2",
+- "Pylons>=1.0.0,<=1.0.3",
- "Beaker==1.6.4",
- "WebHelpers==1.3",
- "formencode>=1.2.4,<=1.2.6",
- "SQLAlchemy==0.7.10",
- "Mako>=0.9.0,<=1.0.0",
++ "setuptools",
+ "waitress>=0.8.8",
+ "webob>=1.0.8",
+ "webtest>=1.4.3",
@@ -39,11 +41,13 @@
- "URLObject==2.3.4",
- "Routes==1.13",
- "dulwich>=0.9.9,<=0.9.9",
-- "mercurial>=2.9,<3.8",
+- "mercurial>=2.9,<4.3",
+- "bleach >= 3.0, < 3.1",
+ "URLObject>=2.3.4",
+ "Routes>=1.13",
+ "dulwich>=0.9.9",
+ "mercurial>=2.9",
++ "bleach>=2.1.3",
]
if sys.version_info < (2, 7):
@@ -54,7 +58,7 @@
if not is_windows:
- requirements.append("py-bcrypt>=0.3.0,<=0.4")
-+ requirements.append("py-bcrypt>=0.3.0")
++ requirements.append("bcrypt>=0.3.0")
dependency_links = [
More information about the svn-ports-head
mailing list