pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-botocore



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Apr  6 19:35:38 UTC 2019

Modified Files:
        pkgsrc/net/py-botocore: Makefile

Log Message:
botocore: depend on cElementTree for all Python versions.

Suggested by adam@ in reply to my last commit.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/py-botocore/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-botocore/Makefile
diff -u pkgsrc/net/py-botocore/Makefile:1.28 pkgsrc/net/py-botocore/Makefile:1.29
--- pkgsrc/net/py-botocore/Makefile:1.28        Thu Apr  4 07:53:52 2019
+++ pkgsrc/net/py-botocore/Makefile     Sat Apr  6 19:35:38 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2019/04/04 07:53:52 bsiegert Exp $
+# $NetBSD: Makefile,v 1.29 2019/04/06 19:35:38 bsiegert Exp $
 
 DISTNAME=      botocore-1.12.92
 PKGREVISION=   1
@@ -11,17 +11,13 @@ HOMEPAGE=   https://github.com/boto/botoco
 COMMENT=       Low-level interface to a growing number of Amazon Web Services
 LICENSE=       apache-2.0
 
+DEPENDS+=      ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.5.3<3:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
 DEPENDS+=      ${PYPKGPREFIX}-jmespath>=0.7.1<1:../../textproc/py-jmespath
 DEPENDS+=      ${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3
 
-.include "../../lang/python/egg.mk"
-
-.if ${PYPKGPREFIX} == "py27"
-DEPENDS+=      ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
-.endif
-
 USE_LANGUAGES= # none
 
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index