Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2023 10:35:56 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 67d34b89a3e3 - main - devel/py-pycomplete: Update to 0.4.0
Message-ID:  <202307091035.369AZupu057846@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=67d34b89a3e3c20e63ec9028c86cb4a2021e5e5a

commit 67d34b89a3e3c20e63ec9028c86cb4a2021e5e5a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 10:19:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 10:19:17 +0000

    devel/py-pycomplete: Update to 0.4.0
    
    Changes:        https://github.com/frostming/pycomplete/releases
---
 devel/py-pycomplete/Makefile                   |  5 ++---
 devel/py-pycomplete/distinfo                   |  6 +++---
 devel/py-pycomplete/files/patch-pyproject.toml | 18 ------------------
 3 files changed, 5 insertions(+), 24 deletions(-)

diff --git a/devel/py-pycomplete/Makefile b/devel/py-pycomplete/Makefile
index 44b3d0c77e63..6c72f23ad264 100644
--- a/devel/py-pycomplete/Makefile
+++ b/devel/py-pycomplete/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pycomplete
-PORTVERSION=	0.3.2
-PORTREVISION=	2
+PORTVERSION=	0.4.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +11,7 @@ WWW=		https://github.com/frostming/pycomplete
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pdm-pep517>=0:devel/py-pdm-pep517@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pdm-backend>=0:devel/py-pdm-backend@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-pycomplete/distinfo b/devel/py-pycomplete/distinfo
index ab5b3b109ecd..222e3f6a5058 100644
--- a/devel/py-pycomplete/distinfo
+++ b/devel/py-pycomplete/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1675190913
-SHA256 (pycomplete-0.3.2.tar.gz) = 671bfba70b6f2eecedad6b6daabac2aa3f1573cd790cc56ccd48b8067f584391
-SIZE (pycomplete-0.3.2.tar.gz) = 12468
+TIMESTAMP = 1688166252
+SHA256 (pycomplete-0.4.0.tar.gz) = 8ae83fb5883c78da157d208aefdad4a989e0695e289ef738d05c9d14cb9a13b3
+SIZE (pycomplete-0.4.0.tar.gz) = 12505
diff --git a/devel/py-pycomplete/files/patch-pyproject.toml b/devel/py-pycomplete/files/patch-pyproject.toml
deleted file mode 100644
index f770a0ae7e6a..000000000000
--- a/devel/py-pycomplete/files/patch-pyproject.toml
+++ /dev/null
@@ -1,18 +0,0 @@
---- pyproject.toml.orig	2020-12-25 01:46:37 UTC
-+++ pyproject.toml
-@@ -8,15 +8,10 @@ build-backend = "pdm.pep517.api"
- authors = [
-     {name = "Frost Ming", email = "mianghong@gmail.com"},
- ]
--dynamic = ["version", "classifiers"]
- version = "0.3.2"
- requires-python = ">=3.6"
- license = {text = "BSD-3-Clause"}
- dependencies = []
--dev-dependencies = [
--    "pytest<7.0.0,>=6.1.1",
--    "click<8.0.0,>=7.1.2",
--]
- name = "pycomplete"
- description = "A Python library to generate static completion scripts for your CLI app"
- readme = "README.md"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307091035.369AZupu057846>