pkgsrc-WIP-changes archive

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

Update py-absl-py



Module Name:	pkgsrc-wip
Committed By:	Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Tue Apr 10 14:19:14 2018 -0400
Changeset:	8037c4f08018acde300fb9b379863937fccd3b06

Modified Files:
	py-absl-py/Makefile

Log Message:
Update py-absl-py

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8037c4f08018acde300fb9b379863937fccd3b06

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

diffstat:
 py-absl-py/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-absl-py/Makefile b/py-absl-py/Makefile
index 96bb8e221d..215a690bd9 100644
--- a/py-absl-py/Makefile
+++ b/py-absl-py/Makefile
@@ -10,8 +10,10 @@ HOMEPAGE=	https://github.com/abseil/abseil-py
 COMMENT=	Abseil Python Common Libraries
 LICENSE=	apache-2.0
 
+DEPENDS+=       ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
+
 .include "../../lang/python/egg.mk"
-WRKSRC=		${WRKDIR}/absl-py-0.1.13
+WRKSRC=		${WRKDIR}/absl-py-${PKGVERSION_NOREV}
 USE_LANGUAGES=	# none
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index