Date: Sun, 24 Jun 2018 20:08:22 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473218 - in head/devel: . py-represent Message-ID: <201806242008.w5OK8MkG043790@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806242008.w5OK8MkG043790>