Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:01:24 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: 82591ed620fe - main - devel/py-tomli-w: Move devel/py-tomli_w to devel/py-tomli-w
Message-ID:  <202110251601.19PG1Ofo073733@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=82591ed620fef5ccc201323bbe65a6b0bce008cf

commit 82591ed620fef5ccc201323bbe65a6b0bce008cf
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:05:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:12 +0000

    devel/py-tomli-w: Move devel/py-tomli_w to devel/py-tomli-w
    
    - Bump PORTREVISION of dependent ports for dependency change
---
 MOVED                                         | 1 +
 devel/py-flit/Makefile                        | 3 ++-
 textproc/Makefile                             | 2 +-
 textproc/{py-tomli_w => py-tomli-w}/Makefile  | 3 ++-
 textproc/{py-tomli_w => py-tomli-w}/distinfo  | 0
 textproc/{py-tomli_w => py-tomli-w}/pkg-descr | 0
 6 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/MOVED b/MOVED
index 82febe766929..e354d8bbf9d0 100644
--- a/MOVED
+++ b/MOVED
@@ -16542,3 +16542,4 @@ devel/geany-plugin-workbench@gtk2|devel/geany-plugin-workbench|2021-10-10|Projec
 devel/geany-plugin-xmlsnippets@gtk2|devel/geany-plugin-xmlsnippets|2021-10-10|Project dropped GTK2 support
 net-mgmt/unifi5|net-mgmt/unifi6|2021-10-16|Has expired: Use net-mgmt/unifi6 instead
 net/asterisk13|net/asterisk18|2021-10-24|Has expired: Asterisk 13.x will reach EOL on 2021-10-24. Please migrate to net/asterisk18
+textproc/py-tomli_w|textproc/py-tomli-w|2021-10-25|Rename to match upstream naming
diff --git a/devel/py-flit/Makefile b/devel/py-flit/Makefile
index a608e35b0d2d..42f310684de6 100644
--- a/devel/py-flit/Makefile
+++ b/devel/py-flit/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	flit
 PORTVERSION=	3.4.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR
 		${PYTHON_PKGNAMEPREFIX}flit-core>=${PORTVERSION}:devel/py-flit-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tomli_w>=0:textproc/py-tomli_w@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}tomli-w>=0:textproc/py-tomli-w@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/textproc/Makefile b/textproc/Makefile
index 68be334c1f27..8e8d60300fec 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1488,7 +1488,7 @@
     SUBDIR += py-tinycss2
     SUBDIR += py-toml
     SUBDIR += py-tomli
-    SUBDIR += py-tomli_w
+    SUBDIR += py-tomli-w
     SUBDIR += py-tomlkit
     SUBDIR += py-toronado
     SUBDIR += py-towncrier
diff --git a/textproc/py-tomli_w/Makefile b/textproc/py-tomli-w/Makefile
similarity index 87%
rename from textproc/py-tomli_w/Makefile
rename to textproc/py-tomli-w/Makefile
index 3d1eb21090db..a3c6a238f8d2 100644
--- a/textproc/py-tomli_w/Makefile
+++ b/textproc/py-tomli-w/Makefile
@@ -1,10 +1,11 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
-PORTNAME=	tomli_w
+PORTNAME=	tomli-w
 PORTVERSION=	0.3.0
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	tomli_w-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Lil' TOML writer
diff --git a/textproc/py-tomli_w/distinfo b/textproc/py-tomli-w/distinfo
similarity index 100%
rename from textproc/py-tomli_w/distinfo
rename to textproc/py-tomli-w/distinfo
diff --git a/textproc/py-tomli_w/pkg-descr b/textproc/py-tomli-w/pkg-descr
similarity index 100%
rename from textproc/py-tomli_w/pkg-descr
rename to textproc/py-tomli-w/pkg-descr



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