Verified Commit 82591ed6 authored by sunpoet's avatar sunpoet
Browse files

devel/py-tomli-w: Move devel/py-tomli_w to devel/py-tomli-w

- Bump PORTREVISION of dependent ports for dependency change
parent c47ac4b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+2 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −1
Original line number Diff line number Diff line
# 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
Loading