Skip to content

Commit

Permalink
devel/dulwich: Move to devel/py-dulwich
Browse files Browse the repository at this point in the history
Ports with Python interfaces should all have the py- prefix.
  • Loading branch information
yurivict committed Jan 29, 2023
1 parent 445f348 commit 7fc1eed
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 8 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -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
2 changes: 1 addition & 1 deletion devel/Makefile
Expand Up @@ -560,7 +560,6 @@
SUBDIR += dsymbol
SUBDIR += dtool
SUBDIR += dub
SUBDIR += dulwich
SUBDIR += dupl
SUBDIR += duplo
SUBDIR += dura
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion devel/brz/Makefile
@@ -1,5 +1,6 @@
PORTNAME= brz
DISTVERSION= 3.2.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down Expand Up @@ -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:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion 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}
Expand All @@ -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} \
Expand Down
3 changes: 2 additions & 1 deletion 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}
Expand All @@ -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+
Expand Down
6 changes: 3 additions & 3 deletions 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}
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion textproc/sigil/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sigil
PORTVERSION= 1.9.20
PORTREVISION= 1
CATEGORIES= textproc

MAINTAINER= jonc@chen.org.nz
Expand All @@ -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 \
Expand Down

0 comments on commit 7fc1eed

Please sign in to comment.