From owner-svn-ports-head@freebsd.org Sun Mar 1 06:47:32 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 A9DEE24F508; Sun, 1 Mar 2020 06:47:32 +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 48VYjw1rRkz3J3Q; Sun, 1 Mar 2020 06:47:32 +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 79CD22778C; Sun, 1 Mar 2020 06:47:31 +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 0216lVS8088017; Sun, 1 Mar 2020 06:47:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0216lUxr088012; Sun, 1 Mar 2020 06:47:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202003010647.0216lUxr088012@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:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527495 - in head/devel: . py-flit-core py-flit-core/files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-flit-core py-flit-core/files X-SVN-Commit-Revision: 527495 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:47:32 -0000 Author: sunpoet Date: Sun Mar 1 06:47:30 2020 New Revision: 527495 URL: https://svnweb.freebsd.org/changeset/ports/527495 Log: Add py-flit-core 2.2.0 flit_core provides a PEP 517 build backend for packages using Flit. The only public interface is the API specified by PEP 517, at flit_core.buildapi. WWW: https://github.com/takluyver/flit/tree/master/flit_core Added: head/devel/py-flit-core/ head/devel/py-flit-core/Makefile (contents, props changed) head/devel/py-flit-core/distinfo (contents, props changed) head/devel/py-flit-core/files/ head/devel/py-flit-core/files/setup.py (contents, props changed) head/devel/py-flit-core/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 1 06:28:14 2020 (r527494) +++ head/devel/Makefile Sun Mar 1 06:47:30 2020 (r527495) @@ -4371,6 +4371,7 @@ SUBDIR += py-flex SUBDIR += py-flexmock SUBDIR += py-flit + SUBDIR += py-flit-core SUBDIR += py-fluent-logger SUBDIR += py-flufl.i18n SUBDIR += py-flufl.lock Added: head/devel/py-flit-core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-flit-core/Makefile Sun Mar 1 06:47:30 2020 (r527495) @@ -0,0 +1,31 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= flit-core +PORTVERSION= 2.2.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= flit_core-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Distribution-building parts of Flit + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytoml>=0:textproc/py-pytoml@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}testpath>=0:devel/py-testpath@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +post-patch: + @${CP} ${FILESDIR}/setup.py ${WRKSRC} + +do-test: + cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v + +.include Added: head/devel/py-flit-core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-flit-core/distinfo Sun Mar 1 06:47:30 2020 (r527495) @@ -0,0 +1,3 @@ +TIMESTAMP = 1582734465 +SHA256 (flit_core-2.2.0.tar.gz) = 4efb8bffc1a04d8e550e877f0c9acf53109a021cc27c2a89b1b467715dc1d657 +SIZE (flit_core-2.2.0.tar.gz) = 23131 Added: head/devel/py-flit-core/files/setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-flit-core/files/setup.py Sun Mar 1 06:47:30 2020 (r527495) @@ -0,0 +1,18 @@ +from setuptools import setup, find_packages + +setup( + name='flit_core', + version='2.2.0', + author='Thomas Kluyver & contributors', + author_email='thomas@kluyver.me.uk', + description="Flit's core machinery for building packages.", + long_description='Distribution-building parts of Flit. See flit package for more information', + url='https://github.com/takluyver/flit', + packages=find_packages(), + install_requires=['pytoml'], + requires_python='>=2.7, !=3.0, !=3.1, !=3.2, != 3.3', + classifiers=[ + "License :: OSI Approved :: BSD License", + "Topic :: Software Development :: Libraries :: Python Modules", + ] +) Added: head/devel/py-flit-core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-flit-core/pkg-descr Sun Mar 1 06:47:30 2020 (r527495) @@ -0,0 +1,4 @@ +flit_core provides a PEP 517 build backend for packages using Flit. The only +public interface is the API specified by PEP 517, at flit_core.buildapi. + +WWW: https://github.com/takluyver/flit/tree/master/flit_core