From owner-dev-commits-ports-all@freebsd.org Sun Apr 25 20:38:33 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 E18475E6F03; Sun, 25 Apr 2021 20:38:33 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FT0Gx3sz9z4WBH; Sun, 25 Apr 2021 20:38:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 725B31A9A3; Sun, 25 Apr 2021 20:38:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13PKcXbr078326; Sun, 25 Apr 2021 20:38:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13PKcXVH078325; Sun, 25 Apr 2021 20:38:33 GMT (envelope-from git) Date: Sun, 25 Apr 2021 20:38:33 GMT Message-Id: <202104252038.13PKcXVH078325@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 43ac2e6010d6 - main - devel/py-flit: Update to 3.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 43ac2e6010d63a65bc58ee765cc28e28f961e4e3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2021 20:38:34 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=43ac2e6010d63a65bc58ee765cc28e28f961e4e3 commit 43ac2e6010d63a65bc58ee765cc28e28f961e4e3 Author: Po-Chuan Hsieh AuthorDate: 2021-04-25 20:14:02 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-04-25 20:35:24 +0000 devel/py-flit: Update to 3.2.0 Changes: https://github.com/takluyver/flit/blob/master/doc/history.rst --- devel/py-flit/Makefile | 9 ++++++--- devel/py-flit/distinfo | 6 +++--- devel/py-flit/files/setup.py | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 6 deletions(-) diff --git a/devel/py-flit/Makefile b/devel/py-flit/Makefile index e65269cf3022..dce29c8cf9d8 100644 --- a/devel/py-flit/Makefile +++ b/devel/py-flit/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= flit -PORTVERSION= 3.1.0 +PORTVERSION= 3.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +13,16 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}flit-core>=${PORTVERSION}:devel/py-flit-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flit-core>=${PORTVERSION}<3.3:devel/py-flit-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +post-patch: + @${CP} ${FILESDIR}/setup.py ${WRKSRC} + .include diff --git a/devel/py-flit/distinfo b/devel/py-flit/distinfo index b985e0431a1b..e0923bbb5772 100644 --- a/devel/py-flit/distinfo +++ b/devel/py-flit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320134 -SHA256 (flit-3.1.0.tar.gz) = c45104d677572958cbe63ae99011bed16b6e1cf5d6620bc6a8c6f1cfcd7aa40b -SIZE (flit-3.1.0.tar.gz) = 110402 +TIMESTAMP = 1619198495 +SHA256 (flit-3.2.0.tar.gz) = 592464c9268bbacec9bc67b5a3ae62e6e090aeec1563e69501df338a1728e551 +SIZE (flit-3.2.0.tar.gz) = 115192 diff --git a/devel/py-flit/files/setup.py b/devel/py-flit/files/setup.py new file mode 100644 index 000000000000..aee70ac43151 --- /dev/null +++ b/devel/py-flit/files/setup.py @@ -0,0 +1,35 @@ +#!/usr/bin/env python +# setup.py generated by flit for tools that don't yet use PEP 517 + +from distutils.core import setup + +packages = \ +['flit', 'flit.vcs', 'flit.vendorized', 'flit.vendorized.readme'] + +package_data = \ +{'': ['*'], 'flit': ['license_templates/*']} + +install_requires = \ +['flit_core>=3.2.0', 'requests', 'docutils', 'toml'] + +extras_require = \ +{":python_version in '3.3 3.4 3.5'": ['zipfile36'], + 'doc': ['sphinx', 'sphinxcontrib_github_alt', 'pygments-github-lexers'], + 'test': ['testpath', 'responses', 'pytest>=2.7.3', 'pytest-cov']} + +entry_points = \ +{'console_scripts': ['flit = flit:main']} + +setup(name='flit', + version='3.2.0', + description='A simple packaging tool for simple packages.', + author='Thomas Kluyver', + author_email='thomas@kluyver.me.uk', + url='https://flit.readthedocs.io/en/latest/', + packages=packages, + package_data=package_data, + install_requires=install_requires, + extras_require=extras_require, + entry_points=entry_points, + python_requires='>=3.5', + )