Index: head/www/py-gandi.cli/files/patch-setup.py =================================================================== --- head/www/py-gandi.cli/files/patch-setup.py (revision 419219) +++ head/www/py-gandi.cli/files/patch-setup.py (nonexistent) @@ -1,35 +0,0 @@ ---- setup.py.orig 2016-02-08 14:17:09 UTC -+++ setup.py -@@ -6,11 +6,11 @@ import os - import sys - - from setuptools import setup, find_packages -+from io import open - - here = os.path.abspath(os.path.dirname(__file__)) --README = open(os.path.join(here, 'README.md')).read() --CHANGES = open(os.path.join(here, 'CHANGES.rst')).read() -- -+README = open(os.path.join(here, 'README.md'), encoding='utf-8').read() -+CHANGES = open(os.path.join(here, 'CHANGES.rst'), encoding='utf-8').read() - - with open(os.path.join(here, 'gandi', 'cli', '__init__.py')) as v_file: - version = re.compile(r".*__version__ = '(.*?)'", -@@ -18,7 +18,7 @@ with open(os.path.join(here, 'gandi', 'c - - requires = ['setuptools', 'pyyaml', 'click>=3.1', 'requests', 'IPy'] - --tests_require = ['nose', 'coverage', 'tox', 'httpretty==0.8.6'] -+tests_require = ['httpretty>=0.8.6'] - if sys.version_info < (2, 7): - tests_require += ['unittest2', 'importlib'] - -@@ -54,7 +54,7 @@ setup(name='gandi.cli', - zip_safe=False, - install_requires=requires, - tests_require=tests_require, -- test_suite='nose.collector', -+ test_suite='gandi.cli.tests', - extras_require=extras_require, - entry_points={ - 'console_scripts': [ Property changes on: head/www/py-gandi.cli/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/py-gandi.cli/Makefile =================================================================== --- head/www/py-gandi.cli/Makefile (revision 419219) +++ head/www/py-gandi.cli/Makefile (revision 419220) @@ -1,39 +1,39 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= gandi.cli -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Gandi command line interface LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}click>=3.1:devel/py-click \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}ipy>0:net-mgmt/py-ipy USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include .if ${PYTHON_REL} < 3300 TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock .endif post-extract: ${FIND} ${WRKSRC} -type d -name __pycache__ -exec ${RM} -rf {} + && \ ${FIND} ${WRKSRC} -type f -name '*.py[co]' -exec ${RM} -f {} + do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/www/py-gandi.cli/distinfo =================================================================== --- head/www/py-gandi.cli/distinfo (revision 419219) +++ head/www/py-gandi.cli/distinfo (revision 419220) @@ -1,2 +1,3 @@ -SHA256 (gandi.cli-0.18.tar.gz) = 0a03811501a2d04c07333501c97300f91bb6b8cdb3a2ce33ae394226cb80718a -SIZE (gandi.cli-0.18.tar.gz) = 590229 +TIMESTAMP = 1469713650 +SHA256 (gandi.cli-0.19.tar.gz) = 0e8e1150f68c8921f279c629e6e7beaa4125d10c0d1990ede991fb0ceec928f3 +SIZE (gandi.cli-0.19.tar.gz) = 143863