From nobody Mon Aug 15 21:48:27 2022 X-Original-To: dev-commits-ports-branches@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 4M67FZ6pFXz4Z3pM; Mon, 15 Aug 2022 21:48:34 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from thunderstorm.neelc.org (thunderstorm.neelc.org [66.42.64.109]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4M67FZ23KKz3hqF; Mon, 15 Aug 2022 21:48:34 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from mail.neelc.org (thunderstorm.neelc.org [IPv6:2001:19f0:8001:174b:5400:3ff:febf:260b]) by thunderstorm.neelc.org (Postfix) with ESMTPSA id ED73C2FAF1F; Mon, 15 Aug 2022 14:48:27 -0700 (PDT) List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-branches@freebsd.org X-BeenThere: dev-commits-ports-branches@freebsd.org MIME-Version: 1.0 Date: Mon, 15 Aug 2022 14:48:27 -0700 From: Neel Chauhan To: Neel Chauhan Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-branches@freebsd.org Subject: Re: git: 415a9dd6ac7c - 2022Q3 - textproc: Remove erroneous port in 2022Q3 textproc In-Reply-To: <202208152145.27FLjnqf082303@gitrepo.freebsd.org> References: <202208152145.27FLjnqf082303@gitrepo.freebsd.org> Message-ID: X-Sender: nc@FreeBSD.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4M67FZ23KKz3hqF X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=softfail (mx1.freebsd.org: 66.42.64.109 is neither permitted nor denied by domain of nc@FreeBSD.org) smtp.mailfrom=nc@FreeBSD.org X-Spamd-Result: default: False [-3.10 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; RCVD_VIA_SMTP_AUTH(0.00)[]; MLMMJ_DEST(0.00)[dev-commits-ports-all@freebsd.org,dev-commits-ports-branches@freebsd.org]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:20473, ipnet:66.42.64.0/20, country:US]; MIME_TRACE(0.00)[0:+]; MID_RHS_MATCH_FROM(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[freebsd.org]; FREEFALL_USER(0.00)[nc]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On 2022-08-15 14:45, Neel Chauhan wrote: > The branch 2022Q3 has been updated by nc: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=415a9dd6ac7cd5b7dac9be37a7169e5f71c3fe79 > > commit 415a9dd6ac7cd5b7dac9be37a7169e5f71c3fe79 > Author: Neel Chauhan > AuthorDate: 2022-08-15 21:45:35 +0000 > Commit: Neel Chauhan > CommitDate: 2022-08-15 21:45:35 +0000 > > textproc: Remove erroneous port in 2022Q3 textproc > --- > textproc/python-pptx/Makefile | 23 ----------------------- > textproc/python-pptx/distinfo | 3 --- > textproc/python-pptx/pkg-descr | 13 ------------- > 3 files changed, 39 deletions(-) > > diff --git a/textproc/python-pptx/Makefile > b/textproc/python-pptx/Makefile > deleted file mode 100644 > index 4c4b35c99d74..000000000000 > --- a/textproc/python-pptx/Makefile > +++ /dev/null > @@ -1,23 +0,0 @@ > -PORTNAME= python-pptx > -PORTVERSION= 0.6.21 > -CATEGORIES= textproc python > -MASTER_SITES= CHEESESHOP > -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > - > -MAINTAINER= DtxdF@riseup.net > -COMMENT= Generate and manipulate Open XML PowerPoint (.pptx) files > - > -LICENSE= MIT > -LICENSE_FILE= ${WRKSRC}/LICENSE > - > -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.1.0:devel/py-lxml@${PY_FLAVOR} > \ > - ${PYTHON_PKGNAMEPREFIX}pillow>=3.3.2:graphics/py-pillow@${PY_FLAVOR} > \ > - ${PYTHON_PKGNAMEPREFIX}XlsxWriter>=0.5.7:textproc/py-xlsxwriter@${PY_FLAVOR} > -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}behave>0:devel/py-behave@${PY_FLAVOR} > \ > - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ > - ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR} > - > -USES= python:3.8+ > -USE_PYTHON= autoplist distutils pytest > - > -.include > diff --git a/textproc/python-pptx/distinfo > b/textproc/python-pptx/distinfo > deleted file mode 100644 > index a5a8d40038a8..000000000000 > --- a/textproc/python-pptx/distinfo > +++ /dev/null > @@ -1,3 +0,0 @@ > -TIMESTAMP = 1659916659 > -SHA256 (python-pptx-0.6.21.tar.gz) = > 7798a2aaf89563565b3c7120c0acfe9aff775db0db3580544e3bf4840c2e378f > -SIZE (python-pptx-0.6.21.tar.gz) = 10100675 > diff --git a/textproc/python-pptx/pkg-descr > b/textproc/python-pptx/pkg-descr > deleted file mode 100644 > index 2774d9142e5f..000000000000 > --- a/textproc/python-pptx/pkg-descr > +++ /dev/null > @@ -1,13 +0,0 @@ > -python-pptx is a Python library for creating and updating PowerPoint > -(.pptx) files. > - > -A typical use would be generating a customized PowerPoint presentation > -from database content, downloadable by clicking a link in a web > -application. Several developers have used it to automate production > -of presentation-ready engineering status reports based on information > -held in their work management system. It could also be used for > -making bulk updates to a library of presentations or simply to > -automate the production of a slide or two that would be tedious to > -get right by hand. > - > -WWW: https://github.com/scanny/python-pptx To all, sorry for this commit. For some reason I'm having a bad day with ports commits today. Last night I had issues with VNET on my home server and slept wayyy too late. -Neel