From owner-svn-ports-all@freebsd.org Fri Aug 19 10:47:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9902BBFEB5; Fri, 19 Aug 2016 10:47:05 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7262519A2; Fri, 19 Aug 2016 10:47:05 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7JAl4mu066616; Fri, 19 Aug 2016 10:47:04 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7JAl4Ln066614; Fri, 19 Aug 2016 10:47:04 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201608191047.u7JAl4Ln066614@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 19 Aug 2016 10:47:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420456 - head/sysutils/py-diffoscope X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 10:47:05 -0000 Author: koobs Date: Fri Aug 19 10:47:04 2016 New Revision: 420456 URL: https://svnweb.freebsd.org/changeset/ports/420456 Log: sysutils/py-diffoscope: Update to 59 - Update PORTVERSION and distinfo checksum (59) - Enable concurrent Python installation - Remove post-extract (upstream removed __pycache__ dirs from sdist) - Add comment above test target about needing to mount -r fdescfs first https://anonscm.debian.org/cgit/reproducible/diffoscope.git/log/?h=59 Modified: head/sysutils/py-diffoscope/Makefile head/sysutils/py-diffoscope/distinfo Modified: head/sysutils/py-diffoscope/Makefile ============================================================================== --- head/sysutils/py-diffoscope/Makefile Fri Aug 19 10:13:45 2016 (r420455) +++ head/sysutils/py-diffoscope/Makefile Fri Aug 19 10:47:04 2016 (r420456) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= diffoscope -PORTVERSION= 54 +PORTVERSION= 59 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,14 +21,11 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyt rpm2cpio:archivers/rpm2cpio USES= python:3.4+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -post-extract: - @${RM} -rf \ - ${WRKSRC}/tests/__pycache__ \ - ${WRKSRC}/tests/comparators/__pycache__ +# mount -t fdescfs fdesc /dev/fd before running tests do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test --pytest-args="-rsx -l -vv" Modified: head/sysutils/py-diffoscope/distinfo ============================================================================== --- head/sysutils/py-diffoscope/distinfo Fri Aug 19 10:13:45 2016 (r420455) +++ head/sysutils/py-diffoscope/distinfo Fri Aug 19 10:47:04 2016 (r420456) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465935586 -SHA256 (diffoscope-54.tar.gz) = f62020c4b21eb6295a334c1816f5763f329b0fae88e4fd30ad8352f6b93764b7 -SIZE (diffoscope-54.tar.gz) = 387267 +TIMESTAMP = 1471591876 +SHA256 (diffoscope-59.tar.gz) = 78be510ba9a3cbe4301288cd8ccd686e8694e2baae9119e2cc612a3b18ae3a26 +SIZE (diffoscope-59.tar.gz) = 400860