Wed Aug 13 22:41:45 2014 UTC ()
Dependency doesn't support Python 2.6.


(joerg)
diff -r1.3 -r1.4 pkgsrc/www/py-furl/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/www/py-furl/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-furl/Makefile 2014/08/07 02:22:27 1.3
+++ pkgsrc/www/py-furl/Makefile 2014/08/13 22:41:45 1.4
@@ -1,21 +1,23 @@ @@ -1,21 +1,23 @@
1# $NetBSD: Makefile,v 1.3 2014/08/07 02:22:27 rodent Exp $ 1# $NetBSD: Makefile,v 1.4 2014/08/13 22:41:45 joerg Exp $
2 2
3DISTNAME= furl-0.3.95 3DISTNAME= furl-0.3.95
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= python www 5CATEGORIES= python www
6MASTER_SITES= https://pypi.python.org/packages/source/f/furl/ 6MASTER_SITES= https://pypi.python.org/packages/source/f/furl/
7 7
8MAINTAINER= rodent@NetBSD.org 8MAINTAINER= rodent@NetBSD.org
9HOMEPAGE= https://github.com/gruns/furl 9HOMEPAGE= https://github.com/gruns/furl
10COMMENT= URL manipulation made simple 10COMMENT= URL manipulation made simple
11LICENSE= unlicense 11LICENSE= unlicense
12 12
 13PYTHON_VERSIONS_INCOMPATIBLE= 26
 14
13DEPENDS+= ${PYPKGPREFIX}-orderedmultidict>=0.7.1:../../databases/py-orderedmultidict 15DEPENDS+= ${PYPKGPREFIX}-orderedmultidict>=0.7.1:../../databases/py-orderedmultidict
14 16
15USE_LANGUAGES= # none 17USE_LANGUAGES= # none
16 18
17PYTHON_VERSIONED_DEPENDENCIES= unittest2 19PYTHON_VERSIONED_DEPENDENCIES= unittest2
18 20
19.include "../../lang/python/versioned_dependencies.mk" 21.include "../../lang/python/versioned_dependencies.mk"
20.include "../../lang/python/egg.mk" 22.include "../../lang/python/egg.mk"
21.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"