Date: Mon, 18 Jul 2016 19:06:27 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418732 - in head/www: . py-flask-restplus py-flask-restplus08 Message-ID: <201607181906.u6IJ6RGO080826@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Jul 18 19:06:27 2016 New Revision: 418732 URL: https://svnweb.freebsd.org/changeset/ports/418732 Log: www/py-flask-restplus{,08}: fork 0.8.6 for www/py-flexget PR: 210979 Submitted by: Andrej Ebert <andrej@ebert.su> (maintainer) Added: head/www/py-flask-restplus08/ head/www/py-flask-restplus08/Makefile (contents, props changed) - copied, changed from r418719, head/www/py-flask-restplus/Makefile head/www/py-flask-restplus08/distinfo (contents, props changed) head/www/py-flask-restplus08/pkg-descr (contents, props changed) - copied, changed from r418719, head/www/py-flask-restplus/pkg-descr Modified: head/www/Makefile (contents, props changed) head/www/py-flask-restplus/Makefile (contents, props changed) Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Jul 18 19:06:16 2016 (r418731) +++ head/www/Makefile Mon Jul 18 19:06:27 2016 (r418732) @@ -1603,6 +1603,7 @@ SUBDIR += py-flask-oauthlib SUBDIR += py-flask-restful SUBDIR += py-flask-restplus + SUBDIR += py-flask-restplus08 SUBDIR += py-flask-sockets SUBDIR += py-flask-uploads SUBDIR += py-flask-wtf Modified: head/www/py-flask-restplus/Makefile ============================================================================== --- head/www/py-flask-restplus/Makefile Mon Jul 18 19:06:16 2016 (r418731) +++ head/www/py-flask-restplus/Makefile Mon Jul 18 19:06:27 2016 (r418732) @@ -24,6 +24,8 @@ TEST_DEPENDS:= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}blinker>0:devel/py-blinker \ ${PYTHON_PKGNAMEPREFIX}tzlocal>0:devel/py-tzlocal +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}flask-restplus08 + USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Copied and modified: head/www/py-flask-restplus08/Makefile (from r418719, head/www/py-flask-restplus/Makefile) ============================================================================== --- head/www/py-flask-restplus/Makefile Mon Jul 18 17:09:35 2016 (r418719, copy source) +++ head/www/py-flask-restplus08/Makefile Mon Jul 18 19:06:27 2016 (r418732) @@ -1,10 +1,11 @@ # $FreeBSD$ PORTNAME= flask-restplus -PORTVERSION= 0.9.2 +PORTVERSION= 0.8.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 08 MAINTAINER= andrej@ebert.su COMMENT= Extension for Flask that adds support for quickly building REST APIs @@ -12,7 +13,7 @@ COMMENT= Extension for Flask that adds s LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.8:www/py-flask \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask-RESTful>=0.3.2:www/py-flask-restful \ ${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz \ @@ -24,6 +25,9 @@ TEST_DEPENDS:= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}blinker>0:devel/py-blinker \ ${PYTHON_PKGNAMEPREFIX}tzlocal>0:devel/py-tzlocal +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}flask-restplus +PORTSCOUT= limit:^0\.8 + USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Added: head/www/py-flask-restplus08/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-restplus08/distinfo Mon Jul 18 19:06:27 2016 (r418732) @@ -0,0 +1,3 @@ +TIMESTAMP = 1468851260 +SHA256 (flask-restplus-0.8.6.tar.gz) = 3bb76cc156b9a09da62396d82b29fa31e4f27cccf79528538fe7155cf2785593 +SIZE (flask-restplus-0.8.6.tar.gz) = 1077073 Copied and modified: head/www/py-flask-restplus08/pkg-descr (from r418719, head/www/py-flask-restplus/pkg-descr) ==============================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607181906.u6IJ6RGO080826>