Skip to content

Commit

Permalink
www/py-gandi.cli: Update to 0.21
Browse files Browse the repository at this point in the history
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] Gandi/gandi.cli#180
[2] Gandi/gandi.cli#215


  https://github.com/Gandi/gandi.cli/blob/0.21/CHANGES.rst

Requested by:	bapt
  • Loading branch information
koobs committed Sep 12, 2017
1 parent 91f47c6 commit 4ec28bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions www/py-gandi.cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= gandi.cli
PORTVERSION= 0.19
PORTVERSION= 0.21
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -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

Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions www/py-gandi.cli/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4ec28bd

Please sign in to comment.