Wed Sep 10 19:00:04 2014 UTC ()
Doesn't support Python 3.3 or 3.4.


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

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

--- pkgsrc/www/py-furl/Makefile 2014/08/13 22:41:45 1.4
+++ pkgsrc/www/py-furl/Makefile 2014/09/10 19:00:04 1.5
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.4 2014/08/13 22:41:45 joerg Exp $ 1# $NetBSD: Makefile,v 1.5 2014/09/10 19:00:04 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 13PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34
14 14
15DEPENDS+= ${PYPKGPREFIX}-orderedmultidict>=0.7.1:../../databases/py-orderedmultidict 15DEPENDS+= ${PYPKGPREFIX}-orderedmultidict>=0.7.1:../../databases/py-orderedmultidict
16 16
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none
18 18
19PYTHON_VERSIONED_DEPENDENCIES= unittest2 19PYTHON_VERSIONED_DEPENDENCIES= unittest2
20 20
21.include "../../lang/python/versioned_dependencies.mk" 21.include "../../lang/python/versioned_dependencies.mk"
22.include "../../lang/python/egg.mk" 22.include "../../lang/python/egg.mk"
23.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"