Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2016 07:48:17 +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: r423241 - in head/www/py-flexget: . files
Message-ID:  <201610040748.u947mHsE048792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Oct  4 07:48:16 2016
New Revision: 423241
URL: https://svnweb.freebsd.org/changeset/ports/423241

Log:
  www/py-flexget: unbreak after r423025
  
  ===>   py27-flexget-2.2.22,1 depends on package: py27-dateutil<=2.5.2 - not found
  
  Reported by:	pkg-fallout

Modified:
  head/www/py-flexget/Makefile   (contents, props changed)
  head/www/py-flexget/files/patch-requirements.txt   (contents, props changed)

Modified: head/www/py-flexget/Makefile
==============================================================================
--- head/www/py-flexget/Makefile	Tue Oct  4 07:46:39 2016	(r423240)
+++ head/www/py-flexget/Makefile	Tue Oct  4 07:48:16 2016	(r423241)
@@ -3,6 +3,7 @@
 
 PORTNAME=	flexget
 PORTVERSION=	2.2.22
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
@@ -32,7 +33,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feed
 		${PYTHON_PKGNAMEPREFIX}Flask-Login>=0.3.2:www/py-flask-login \
 		${PYTHON_PKGNAMEPREFIX}cherrypy>=3.7.0:www/py-cherrypy \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.8.0:www/py-requests \
-		${PYTHON_PKGNAMEPREFIX}dateutil<=2.5.2:devel/py-dateutil \
+		${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.2:devel/py-dateutil \
 		${PYTHON_PKGNAMEPREFIX}jsonschema>=2.0:devel/py-jsonschema \
 		${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.3:devel/py-pyparsing \
 		${PYTHON_PKGNAMEPREFIX}safe>=0.4:security/py-safe \

Modified: head/www/py-flexget/files/patch-requirements.txt
==============================================================================
--- head/www/py-flexget/files/patch-requirements.txt	Tue Oct  4 07:46:39 2016	(r423240)
+++ head/www/py-flexget/files/patch-requirements.txt	Tue Oct  4 07:48:16 2016	(r423241)
@@ -1,11 +1,6 @@
---- requirements.txt.orig	2016-07-15 06:12:13 UTC
+--- requirements.txt.orig	2016-08-14 10:12:26 UTC
 +++ requirements.txt
-@@ -15,11 +15,11 @@ jinja2
- # There is a bug in requests 2.4.0 where it leaks urllib3 exceptions
- requests>=2.8.0, <3.0
- #Guessit requires python-dateutil<=2.5.2
--python-dateutil>=2.5.2
-+python-dateutil<=2.5.2
+@@ -16,7 +16,7 @@ python-dateutil>=2.5.2
  jsonschema>=2.0
  path.py>=8.1.1
  pathlib>=1.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610040748.u947mHsE048792>