Date: Tue, 21 Aug 2018 17:03:40 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477724 - head/devel/py-ddt Message-ID: <201808211703.w7LH3eOP044135@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Tue Aug 21 17:03:40 2018 New Revision: 477724 URL: https://svnweb.freebsd.org/changeset/ports/477724 Log: - Improve the port description - Update WWW Modified: head/devel/py-ddt/Makefile head/devel/py-ddt/pkg-descr Modified: head/devel/py-ddt/Makefile ============================================================================== --- head/devel/py-ddt/Makefile Tue Aug 21 16:25:42 2018 (r477723) +++ head/devel/py-ddt/Makefile Tue Aug 21 17:03:40 2018 (r477724) @@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cpm@FreeBSD.org -COMMENT= Data-Driven Tests +COMMENT= Data-Driven Tests for Python Unittest LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md Modified: head/devel/py-ddt/pkg-descr ============================================================================== --- head/devel/py-ddt/pkg-descr Tue Aug 21 16:25:42 2018 (r477723) +++ head/devel/py-ddt/pkg-descr Tue Aug 21 17:03:40 2018 (r477724) @@ -2,4 +2,4 @@ DDT (Data-Driven Tests) allows you to multiply one tes running it with different test data, and make it appear as multiple test cases. -WWW: http://readthedocs.org/projects/ddt/ +WWW: https://readthedocs.org/projects/ddt/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808211703.w7LH3eOP044135>