Sat Dec 13 08:56:08 2014 UTC ()
unitest2 is not required for python>=2.7.


(obache)
diff -r1.5 -r1.6 pkgsrc/www/py-furl/Makefile

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

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