git: 7fc1eed38445 - main - devel/dulwich: Move to devel/py-dulwich

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 29 Jan 2023 17:16:41 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7fc1eed384455ad3ca046a9c174223b1bbe41ea0

commit 7fc1eed384455ad3ca046a9c174223b1bbe41ea0
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-29 17:15:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-29 17:16:38 +0000

    devel/dulwich: Move to devel/py-dulwich
    
    Ports with Python interfaces should all have the py- prefix.
---
 MOVED                                   | 1 +
 devel/Makefile                          | 2 +-
 devel/brz/Makefile                      | 3 ++-
 devel/{dulwich => py-dulwich}/Makefile  | 0
 devel/{dulwich => py-dulwich}/distinfo  | 0
 devel/{dulwich => py-dulwich}/pkg-descr | 0
 net/py-errbot/Makefile                  | 3 ++-
 textproc/py-openstackdocstheme/Makefile | 3 ++-
 textproc/py-reno/Makefile               | 6 +++---
 textproc/sigil/Makefile                 | 3 ++-
 10 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/MOVED b/MOVED
index 1e2122287d2c..0e50f28f4e4d 100644
--- a/MOVED
+++ b/MOVED
@@ -17760,3 +17760,4 @@ emulators/qemu-guest-agent|emulators/qemu@guestagent|2023-01-20|Seperate port me
 devel/rust-bindgen|devel/rust-bindgen-cli|2023-01-22|Renamed upstream
 graphics/darktable42||2023-01-27|Removed as part of the update of graphics/darktable to 4.2.0
 devel/py-cachecontrol|www/py-cachecontrol|2023-01-29|Remove duplicate added later
+devel/dulwich|devel/py-dulwich|2023-01-29|Add py- prefix
diff --git a/devel/Makefile b/devel/Makefile
index ce5ad290a4f5..58eb91a92acb 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -560,7 +560,6 @@
     SUBDIR += dsymbol
     SUBDIR += dtool
     SUBDIR += dub
-    SUBDIR += dulwich
     SUBDIR += dupl
     SUBDIR += duplo
     SUBDIR += dura
@@ -4513,6 +4512,7 @@
     SUBDIR += py-dotty-dict
     SUBDIR += py-dpcontracts
     SUBDIR += py-dtfabric
+    SUBDIR += py-dulwich
     SUBDIR += py-dunamai
     SUBDIR += py-durus
     SUBDIR += py-dynrules
diff --git a/devel/brz/Makefile b/devel/brz/Makefile
index 026f530ab7f1..b2abf95434cf 100644
--- a/devel/brz/Makefile
+++ b/devel/brz/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	brz
 DISTVERSION=	3.2.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -36,7 +37,7 @@ DULWICH_DESC=	Depend on Dulwich for git support
 SFTP_DESC=	Paramiko for SFTP support
 
 CA_BUNDLE_RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
-DULWICH_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dulwich>=0:devel/dulwich@${PY_FLAVOR}
+DULWICH_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dulwich>=0:devel/py-dulwich@${PY_FLAVOR}
 SFTP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=0:security/py-paramiko@${PY_FLAVOR}
 
 post-install:
diff --git a/devel/dulwich/Makefile b/devel/py-dulwich/Makefile
similarity index 100%
rename from devel/dulwich/Makefile
rename to devel/py-dulwich/Makefile
diff --git a/devel/dulwich/distinfo b/devel/py-dulwich/distinfo
similarity index 100%
rename from devel/dulwich/distinfo
rename to devel/py-dulwich/distinfo
diff --git a/devel/dulwich/pkg-descr b/devel/py-dulwich/pkg-descr
similarity index 100%
rename from devel/dulwich/pkg-descr
rename to devel/py-dulwich/pkg-descr
diff --git a/net/py-errbot/Makefile b/net/py-errbot/Makefile
index a841dd9acf11..0a5e9113f9eb 100644
--- a/net/py-errbot/Makefile
+++ b/net/py-errbot/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	errbot
 PORTVERSION=	6.1.9
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ansi>=0.2.0:devel/py-ansi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}colorlog>=6.6.0:devel/py-colorlog@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}daemonize>=2.5.0:devel/py-daemonize@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}deepmerge>=1.0.1:devel/py-deepmerge@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dulwich>=0.19.16:devel/dulwich@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dulwich>=0.19.16:devel/py-dulwich@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Flask>=2.0.2:www/py-flask@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0.3:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}markdown>=3.3.6:textproc/py-markdown@${PY_FLAVOR} \
diff --git a/textproc/py-openstackdocstheme/Makefile b/textproc/py-openstackdocstheme/Makefile
index 783b48d9c421..4cc2e52b4112 100644
--- a/textproc/py-openstackdocstheme/Makefile
+++ b/textproc/py-openstackdocstheme/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	openstackdocstheme
 DISTVERSION=	2.2.7
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:devel/dulwich@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:devel/py-dulwich@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx>=2.2,1:textproc/py-sphinx@${PY_FLAVOR}
 
 USES=		python:3.6+
diff --git a/textproc/py-reno/Makefile b/textproc/py-reno/Makefile
index 471ef01f6338..58c4c6d7e4b1 100644
--- a/textproc/py-reno/Makefile
+++ b/textproc/py-reno/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	reno
 DISTVERSION=	2.9.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,11 +15,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=3.1.0:devel/py-yaml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:devel/dulwich@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:devel/py-dulwich@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=3.1.0:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:devel/dulwich@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:devel/py-dulwich@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	distutils concurrent autoplist
diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile
index 966dc8c17a3d..85831917e557 100644
--- a/textproc/sigil/Makefile
+++ b/textproc/sigil/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	sigil
 PORTVERSION=	1.9.20
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	jonc@chen.org.nz
@@ -11,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libhunspell-1.7.so:textproc/hunspell
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:devel/dulwich@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:devel/py-dulwich@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR}
 
 USES=		cmake cpe desktop-file-utils \