From nobody Mon Oct 25 21:59:31 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id BB4C91812B7F; Mon, 25 Oct 2021 21:59:38 +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 4HdTQ14pFJz3tq7; Mon, 25 Oct 2021 21:59:37 +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 507A410A53; Mon, 25 Oct 2021 21:59:31 +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 19PLxVaY056557; Mon, 25 Oct 2021 21:59:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19PLxVik056556; Mon, 25 Oct 2021 21:59:31 GMT (envelope-from git) Date: Mon, 25 Oct 2021 21:59:31 GMT Message-Id: <202110252159.19PLxVik056556@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: 2a6480a37c5e - main - textproc/py-tomli-w: Update to 0.4.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org 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: 2a6480a37c5e8888aaa98d487ab22f72339dee29 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a6480a37c5e8888aaa98d487ab22f72339dee29 commit 2a6480a37c5e8888aaa98d487ab22f72339dee29 Author: Po-Chuan Hsieh AuthorDate: 2021-10-25 21:25:33 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-10-25 21:46:47 +0000 textproc/py-tomli-w: Update to 0.4.0 Changes: https://github.com/hukkin/tomli-w/blob/master/CHANGELOG.md --- textproc/py-tomli-w/Makefile | 5 ++++- textproc/py-tomli-w/distinfo | 6 +++--- textproc/py-tomli-w/files/setup.py | 21 +++++++++++++++++++++ 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/textproc/py-tomli-w/Makefile b/textproc/py-tomli-w/Makefile index a3c6a238f8d2..d074d88b9e8f 100644 --- a/textproc/py-tomli-w/Makefile +++ b/textproc/py-tomli-w/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= tomli-w -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,4 +18,7 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +post-patch: + @${CP} ${FILESDIR}/setup.py ${WRKSRC}/ + .include diff --git a/textproc/py-tomli-w/distinfo b/textproc/py-tomli-w/distinfo index ad78f1d47504..060c33fc0e8d 100644 --- a/textproc/py-tomli-w/distinfo +++ b/textproc/py-tomli-w/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634111638 -SHA256 (tomli_w-0.3.0.tar.gz) = 207c5f05803aec5a9a578c6aca5c1bbbba9783ad88461f3e180eb8c3c3c48a4b -SIZE (tomli_w-0.3.0.tar.gz) = 5466 +TIMESTAMP = 1635181101 +SHA256 (tomli_w-0.4.0.tar.gz) = 47643abe03b628b6e214c38cf0816dca7b63888e503ec8580d251e331c0526b6 +SIZE (tomli_w-0.4.0.tar.gz) = 6568 diff --git a/textproc/py-tomli-w/files/setup.py b/textproc/py-tomli-w/files/setup.py new file mode 100644 index 000000000000..bedbff79c68c --- /dev/null +++ b/textproc/py-tomli-w/files/setup.py @@ -0,0 +1,21 @@ +#!/usr/bin/env python +# setup.py generated by flit for tools that don't yet use PEP 517 + +from distutils.core import setup + +packages = \ +['tomli_w'] + +package_data = \ +{'': ['*']} + +setup(name='tomli_w', + version='0.4.0', + description="A lil' TOML writer", + author=None, + author_email='Taneli Hukkinen ', + url=None, + packages=packages, + package_data=package_data, + python_requires='>=3.6', + )