From owner-svn-ports-head@freebsd.org Sun Mar 1 06:28:16 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 5B26527FC35; Sun, 1 Mar 2020 06:28:16 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) 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 48VYHh0Mkdz42c9; Sun, 1 Mar 2020 06:28:16 +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 3FA8F273FA; Sun, 1 Mar 2020 06:28:15 +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 0216SFVL075972; Sun, 1 Mar 2020 06:28:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0216SEgu075968; Sun, 1 Mar 2020 06:28:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202003010628.0216SEgu075968@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, 1 Mar 2020 06:28:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527494 - in head/devel: . py-flit X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-flit X-SVN-Commit-Revision: 527494 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.29 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: Sun, 01 Mar 2020 06:28:16 -0000 Author: sunpoet Date: Sun Mar 1 06:28:14 2020 New Revision: 527494 URL: https://svnweb.freebsd.org/changeset/ports/527494 Log: Add py-flit 2.2.0 Flit is a simple way to put Python packages and modules on PyPI. It tries to require less thought about packaging and help you avoid common mistakes. WWW: https://github.com/takluyver/flit Added: head/devel/py-flit/ head/devel/py-flit/Makefile (contents, props changed) head/devel/py-flit/distinfo (contents, props changed) head/devel/py-flit/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 1 06:28:05 2020 (r527493) +++ head/devel/Makefile Sun Mar 1 06:28:14 2020 (r527494) @@ -4370,6 +4370,7 @@ SUBDIR += py-flatbuffers SUBDIR += py-flex SUBDIR += py-flexmock + SUBDIR += py-flit SUBDIR += py-fluent-logger SUBDIR += py-flufl.i18n SUBDIR += py-flufl.lock Added: head/devel/py-flit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-flit/Makefile Sun Mar 1 06:28:14 2020 (r527494) @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= flit +PORTVERSION= 2.2.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple packaging tool for simple packages + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flit-core>=2.2.0:devel/py-flit-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytoml>=0:textproc/py-pytoml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} + +USES= python:3.5+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/devel/py-flit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-flit/distinfo Sun Mar 1 06:28:14 2020 (r527494) @@ -0,0 +1,3 @@ +TIMESTAMP = 1582734463 +SHA256 (flit-2.2.0.tar.gz) = a273dc2a5ab1f42f0e02878347d94f5462c42cbe232a5014b6778c9e5975327f +SIZE (flit-2.2.0.tar.gz) = 108327 Added: head/devel/py-flit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-flit/pkg-descr Sun Mar 1 06:28:14 2020 (r527494) @@ -0,0 +1,4 @@ +Flit is a simple way to put Python packages and modules on PyPI. It tries to +require less thought about packaging and help you avoid common mistakes. + +WWW: https://github.com/takluyver/flit