aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-01-29 17:15:41 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-01-29 17:16:38 +0000
commit7fc1eed384455ad3ca046a9c174223b1bbe41ea0 (patch)
tree5a529285c102b45c96dc67f2654b009e665a8f20
parent445f3483c8ce19f7d951cbfea762ebd1c2f49a0d (diff)
downloadports-7fc1eed384455ad3ca046a9c174223b1bbe41ea0.tar.gz
ports-7fc1eed384455ad3ca046a9c174223b1bbe41ea0.zip
devel/dulwich: Move to devel/py-dulwich
Ports with Python interfaces should all have the py- prefix.
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile2
-rw-r--r--devel/brz/Makefile3
-rw-r--r--devel/py-dulwich/Makefile (renamed from devel/dulwich/Makefile)0
-rw-r--r--devel/py-dulwich/distinfo (renamed from devel/dulwich/distinfo)0
-rw-r--r--devel/py-dulwich/pkg-descr (renamed from devel/dulwich/pkg-descr)0
-rw-r--r--net/py-errbot/Makefile3
-rw-r--r--textproc/py-openstackdocstheme/Makefile3
-rw-r--r--textproc/py-reno/Makefile6
-rw-r--r--textproc/sigil/Makefile3
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
index 38c5558a1933..38c5558a1933 100644
--- a/devel/dulwich/Makefile
+++ b/devel/py-dulwich/Makefile
diff --git a/devel/dulwich/distinfo b/devel/py-dulwich/distinfo
index a6f7b7c1ef0e..a6f7b7c1ef0e 100644
--- a/devel/dulwich/distinfo
+++ b/devel/py-dulwich/distinfo
diff --git a/devel/dulwich/pkg-descr b/devel/py-dulwich/pkg-descr
index 9296911f5f59..9296911f5f59 100644
--- a/devel/dulwich/pkg-descr
+++ b/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 \