From owner-svn-ports-all@freebsd.org Sun Jun 24 20:08:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60523100C9CF; Sun, 24 Jun 2018 20:08:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F88975250; Sun, 24 Jun 2018 20:08:23 +0000 (UTC) (envelope-from sunpoet@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 E4D91234B3; Sun, 24 Jun 2018 20:08:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5OK8MOl043794; Sun, 24 Jun 2018 20:08:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5OK8MkG043790; Sun, 24 Jun 2018 20:08:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806242008.w5OK8MkG043790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Jun 2018 20:08:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473218 - in head/devel: . py-represent X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-represent X-SVN-Commit-Revision: 473218 X-SVN-Commit-Repository: ports 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.26 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: Sun, 24 Jun 2018 20:08:23 -0000 Author: sunpoet Date: Sun Jun 24 20:08:21 2018 New Revision: 473218 URL: https://svnweb.freebsd.org/changeset/ports/473218 Log: Add py-represent 1.5.1 This module creates __repr__ automatically or declaratively. WWW: https://github.com/RazerM/represent Added: head/devel/py-represent/ head/devel/py-represent/Makefile (contents, props changed) head/devel/py-represent/distinfo (contents, props changed) head/devel/py-represent/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jun 24 20:06:39 2018 (r473217) +++ head/devel/Makefile Sun Jun 24 20:08:21 2018 (r473218) @@ -4968,6 +4968,7 @@ SUBDIR += py-repoze.who-friendlyform SUBDIR += py-repoze.who-testutil SUBDIR += py-repoze.xmliter + SUBDIR += py-represent SUBDIR += py-requestsexceptions SUBDIR += py-resolver SUBDIR += py-resourcepackage Added: head/devel/py-represent/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-represent/Makefile Sun Jun 24 20:08:21 2018 (r473218) @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= represent +PORTVERSION= 1.5.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Represent-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Create __repr__ automatically or declaratively + +LICENSE= BSD3CLAUSE MIT +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=2.7.3:devel/py-pytest@${PY_FLAVOR} + +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python + +.include Added: head/devel/py-represent/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-represent/distinfo Sun Jun 24 20:08:21 2018 (r473218) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529859745 +SHA256 (Represent-1.5.1.tar.gz) = 9c12c1c60b8616f97855d3a37ea4ec60e3d5d463965a6a29b80d0b794ad4f0d8 +SIZE (Represent-1.5.1.tar.gz) = 22521 Added: head/devel/py-represent/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-represent/pkg-descr Sun Jun 24 20:08:21 2018 (r473218) @@ -0,0 +1,3 @@ +This module creates __repr__ automatically or declaratively. + +WWW: https://github.com/RazerM/represent