From owner-svn-ports-head@freebsd.org Wed Dec 9 11:12:33 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C8B65478746; Wed, 9 Dec 2020 11:12:33 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CrZC55NMCz4mBS; Wed, 9 Dec 2020 11:12:33 +0000 (UTC) (envelope-from kai@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABA2725697; Wed, 9 Dec 2020 11:12:33 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B9BCXtw044231; Wed, 9 Dec 2020 11:12:33 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B9BCX3N044229; Wed, 9 Dec 2020 11:12:33 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202012091112.0B9BCX3N044229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Wed, 9 Dec 2020 11:12:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557367 - head/devel/py-inflection X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/devel/py-inflection X-SVN-Commit-Revision: 557367 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Dec 2020 11:12:33 -0000 Author: kai Date: Wed Dec 9 11:12:32 2020 New Revision: 557367 URL: https://svnweb.freebsd.org/changeset/ports/557367 Log: devel/py-inflection: Update to 0.5.1 * The support for Python < 3.5 was dropped with the 0.4.0 release, adapt it accordingly. * Add "do-test" target to make future QA easier. Changelogs since 0.3.1: https://github.com/jpvanhal/inflection/releases/tag/0.5.1 https://github.com/jpvanhal/inflection/releases/tag/0.5.0 https://github.com/jpvanhal/inflection/releases/tag/0.4.0 Modified: head/devel/py-inflection/Makefile head/devel/py-inflection/distinfo Modified: head/devel/py-inflection/Makefile ============================================================================== --- head/devel/py-inflection/Makefile Wed Dec 9 11:07:41 2020 (r557366) +++ head/devel/py-inflection/Makefile Wed Dec 9 11:12:32 2020 (r557367) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= inflection -DISTVERSION= 0.3.1 +DISTVERSION= 0.5.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,16 @@ COMMENT= Ruby on Rails' inflector ported to Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} + +USES= python:3.5+ USE_PYTHON= distutils autoplist + +TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs .include Modified: head/devel/py-inflection/distinfo ============================================================================== --- head/devel/py-inflection/distinfo Wed Dec 9 11:07:41 2020 (r557366) +++ head/devel/py-inflection/distinfo Wed Dec 9 11:12:32 2020 (r557367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522167352 -SHA256 (inflection-0.3.1.tar.gz) = 18ea7fb7a7d152853386523def08736aa8c32636b047ade55f7578c4edeb16ca -SIZE (inflection-0.3.1.tar.gz) = 8715 +TIMESTAMP = 1607087399 +SHA256 (inflection-0.5.1.tar.gz) = 1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417 +SIZE (inflection-0.5.1.tar.gz) = 15091