From owner-svn-ports-head@freebsd.org Wed Nov 18 16:33:57 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 C36B046C227; Wed, 18 Nov 2020 16:33:57 +0000 (UTC) (envelope-from lbartoletti@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 4CbpKd58Rvz3rlk; Wed, 18 Nov 2020 16:33:57 +0000 (UTC) (envelope-from lbartoletti@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 992D114F68; Wed, 18 Nov 2020 16:33:57 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AIGXvRP084713; Wed, 18 Nov 2020 16:33:57 GMT (envelope-from lbartoletti@FreeBSD.org) Received: (from lbartoletti@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AIGXuYg084709; Wed, 18 Nov 2020 16:33:56 GMT (envelope-from lbartoletti@FreeBSD.org) Message-Id: <202011181633.0AIGXuYg084709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lbartoletti set sender to lbartoletti@FreeBSD.org using -f From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= Date: Wed, 18 Nov 2020 16:33:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555650 - in head/devel: . py-case X-SVN-Group: ports-head X-SVN-Commit-Author: lbartoletti X-SVN-Commit-Paths: in head/devel: . py-case X-SVN-Commit-Revision: 555650 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, 18 Nov 2020 16:33:57 -0000 Author: lbartoletti Date: Wed Nov 18 16:33:56 2020 New Revision: 555650 URL: https://svnweb.freebsd.org/changeset/ports/555650 Log: [NEW PORT] devel/py-case: Python unittest utilities PR: 251104 Submitted by: Goran Mekić Added: head/devel/py-case/ head/devel/py-case/Makefile (contents, props changed) head/devel/py-case/distinfo (contents, props changed) head/devel/py-case/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 18 16:26:59 2020 (r555649) +++ head/devel/Makefile Wed Nov 18 16:33:56 2020 (r555650) @@ -4225,6 +4225,7 @@ SUBDIR += py-cachy SUBDIR += py-canonicaljson SUBDIR += py-capstone + SUBDIR += py-case SUBDIR += py-castellan SUBDIR += py-castellan1 SUBDIR += py-cbor Added: head/devel/py-case/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-case/Makefile Wed Nov 18 16:33:56 2020 (r555650) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= case +PORTVERSION= 1.5.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= meka@tilda.center +COMMENT= Python unittest utilities + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/devel/py-case/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-case/distinfo Wed Nov 18 16:33:56 2020 (r555650) @@ -0,0 +1,3 @@ +TIMESTAMP = 1605260291 +SHA256 (case-1.5.3.tar.gz) = 48432b01d91913451c3512c5b90e31b0f348f1074b166a3431085eb70d784fb1 +SIZE (case-1.5.3.tar.gz) = 58469 Added: head/devel/py-case/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-case/pkg-descr Wed Nov 18 16:33:56 2020 (r555650) @@ -0,0 +1,3 @@ +Python testing framework by Celery project that includes mocks and unit tests + +WWW: https://github.com/celery/case