From owner-svn-ports-head@freebsd.org Thu Dec 24 13:50:11 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 45B094C50D8; Thu, 24 Dec 2020 13:50:11 +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) 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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1s0042kwz4TPx; Thu, 24 Dec 2020 13:50:07 +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 C302011A7D; Thu, 24 Dec 2020 13:50:05 +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 0BODo5Qo031093; Thu, 24 Dec 2020 13:50:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BODo5h8031091; Thu, 24 Dec 2020 13:50:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012241350.0BODo5h8031091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Dec 2020 13:50:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559114 - head/devel/py-pyyaml-include X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pyyaml-include X-SVN-Commit-Revision: 559114 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.34 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: Thu, 24 Dec 2020 13:50:12 -0000 Author: sunpoet Date: Thu Dec 24 13:50:05 2020 New Revision: 559114 URL: https://svnweb.freebsd.org/changeset/ports/559114 Log: Update to 1.2.post2 - Add TOML option Changes: https://github.com/tanbro/pyyaml-include/blob/master/CHANGELOG.md https://github.com/tanbro/pyyaml-include/commits/master Modified: head/devel/py-pyyaml-include/Makefile head/devel/py-pyyaml-include/distinfo Modified: head/devel/py-pyyaml-include/Makefile ============================================================================== --- head/devel/py-pyyaml-include/Makefile Thu Dec 24 13:50:01 2020 (r559113) +++ head/devel/py-pyyaml-include/Makefile Thu Dec 24 13:50:05 2020 (r559114) @@ -3,6 +3,8 @@ PORTNAME= pyyaml-include PORTVERSION= 1.2 +PORTREVISION= 1 +DISTVERSIONSUFFIX= .post2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,14 +16,19 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>=0:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.12<6.0:devel/py-yaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>=0:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=5.3.1<6.0:devel/py-yaml@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +OPTIONS_DEFINE= TOML +OPTIONS_DEFAULT=TOML +TOML_DESC= TOML (Tom's Obvious, Minimal Language) support + +TOML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} .include Modified: head/devel/py-pyyaml-include/distinfo ============================================================================== --- head/devel/py-pyyaml-include/distinfo Thu Dec 24 13:50:01 2020 (r559113) +++ head/devel/py-pyyaml-include/distinfo Thu Dec 24 13:50:05 2020 (r559114) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586366832 -SHA256 (pyyaml-include-1.2.tar.gz) = 2343c4dad744d3ce907ec50683b29b4383c7c967f142275bdad8ed56d4de9d94 -SIZE (pyyaml-include-1.2.tar.gz) = 38924 +TIMESTAMP = 1608730753 +SHA256 (pyyaml-include-1.2.post2.tar.gz) = 60047fc0a186debb9c80b3c3a23ef73b0096f6ee4ab2124b29d642c3fea0aebe +SIZE (pyyaml-include-1.2.post2.tar.gz) = 42507