Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2017 09:05:26 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449679 - head/www/py-gandi.cli
Message-ID:  <201709120905.v8C95Q9X026136@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Sep 12 09:05:26 2017
New Revision: 449679
URL: https://svnweb.freebsd.org/changeset/ports/449679

Log:
  www/py-gandi.cli: Update to 0.21
  
  Remove post-extract target, removal of compiled files from sdist has
  been merged upstream [1].
  
  Note: A number of PaaS tests fail, this has been reported upstream [2].
  
  [1] https://github.com/Gandi/gandi.cli/pull/180
  [2] https://github.com/Gandi/gandi.cli/issues/215
  
  
    https://github.com/Gandi/gandi.cli/blob/0.21/CHANGES.rst
  
  Requested by:	bapt

Modified:
  head/www/py-gandi.cli/Makefile
  head/www/py-gandi.cli/distinfo

Modified: head/www/py-gandi.cli/Makefile
==============================================================================
--- head/www/py-gandi.cli/Makefile	Tue Sep 12 09:01:49 2017	(r449678)
+++ head/www/py-gandi.cli/Makefile	Tue Sep 12 09:05:26 2017	(r449679)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gandi.cli
-PORTVERSION=	0.19
+PORTVERSION=	0.21
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,6 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-ya
 		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \
 		${PYTHON_PKGNAMEPREFIX}ipy>0:net-mgmt/py-ipy
 
+# Actually 2.6-3.6(+)
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
@@ -28,10 +29,6 @@ NO_ARCH=	yes
 .if ${PYTHON_REL} < 3300
 TEST_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock
 .endif
-
-post-extract:
-	${FIND} ${WRKSRC} -type d -name __pycache__ -exec ${RM} -r {} + && \
-	${FIND} ${WRKSRC} -type f -name '*.py[co]' -exec ${RM} {} +
 
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test

Modified: head/www/py-gandi.cli/distinfo
==============================================================================
--- head/www/py-gandi.cli/distinfo	Tue Sep 12 09:01:49 2017	(r449678)
+++ head/www/py-gandi.cli/distinfo	Tue Sep 12 09:05:26 2017	(r449679)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1469713650
-SHA256 (gandi.cli-0.19.tar.gz) = 0e8e1150f68c8921f279c629e6e7beaa4125d10c0d1990ede991fb0ceec928f3
-SIZE (gandi.cli-0.19.tar.gz) = 143863
+TIMESTAMP = 1505202146
+SHA256 (gandi.cli-0.21.tar.gz) = 931da484b50a3cb99f58013588b749be01663488689c5057035434a37befd8c5
+SIZE (gandi.cli-0.21.tar.gz) = 149213



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709120905.v8C95Q9X026136>