diff options
author | koobs <koobs@FreeBSD.org> | 2017-09-12 17:05:26 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2017-09-12 17:05:26 +0800 |
commit | 4ec28bd488bc3d9ad0828e41f4a73e1013cb989a (patch) | |
tree | 197ef042285d054c004f363f09d3c9de1c5ef688 /www | |
parent | 91f47c6d083c8cfcc191c88985dc28a197f7b01d (diff) | |
download | freebsd-ports-gnome-4ec28bd488bc3d9ad0828e41f4a73e1013cb989a.tar.gz freebsd-ports-gnome-4ec28bd488bc3d9ad0828e41f4a73e1013cb989a.tar.zst freebsd-ports-gnome-4ec28bd488bc3d9ad0828e41f4a73e1013cb989a.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/py-gandi.cli/Makefile | 7 | ||||
-rw-r--r-- | www/py-gandi.cli/distinfo | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/www/py-gandi.cli/Makefile b/www/py-gandi.cli/Makefile index 3ca7da0b0020..b033d61d594a 100644 --- a/www/py-gandi.cli/Makefile +++ b/www/py-gandi.cli/Makefile @@ -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-yaml \ ${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 @@ -29,10 +30,6 @@ NO_ARCH= yes 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 diff --git a/www/py-gandi.cli/distinfo b/www/py-gandi.cli/distinfo index cef092ce5a91..8544aa80967d 100644 --- a/www/py-gandi.cli/distinfo +++ b/www/py-gandi.cli/distinfo @@ -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 |