pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-gsutil
Module Name: pkgsrc
Committed By: bsiegert
Date: Sun Mar 4 12:11:22 UTC 2018
Modified Files:
pkgsrc/net/py-gsutil: Makefile
Log Message:
Add a subset of dependencies.
This adds some of the required Python module dependencies, but not all of
them. More to come.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-gsutil/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-gsutil/Makefile
diff -u pkgsrc/net/py-gsutil/Makefile:1.1 pkgsrc/net/py-gsutil/Makefile:1.2
--- pkgsrc/net/py-gsutil/Makefile:1.1 Mon Jan 8 19:01:20 2018
+++ pkgsrc/net/py-gsutil/Makefile Sun Mar 4 12:11:21 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2018/01/08 19:01:20 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2018/03/04 12:11:21 bsiegert Exp $
DISTNAME= gsutil-4.28
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gsutil/}
@@ -13,6 +14,13 @@ LICENSE= apache-2.0
PYTHON_VERSIONS_ACCEPTED= 27
REPLACE_PYTHON= test/gsutil_measure_imports
+DEPENDS+= ${PYPKGPREFIX}-argcomplete>=1.8:../../devel/py-argcomplete
+DEPENDS+= ${PYPKGPREFIX}-boto-2.48.0*:../../net/py-boto
+DEPENDS+= ${PYPKGPREFIX}-SocksiPy-branch-1.01*:../../net/py-socksipy-branch
+DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-retry_decorator>=1.1.0:../../devel/py-retry_decorator
+DEPENDS+= ${PYPKGPREFIX}-gflags>=2:../../devel/py-gflags
+
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index