Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 07:18:00 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: 1eabb6df5d82 - main - www/py-webtest: Move www/py-WebTest to www/py-webtest
Message-ID:  <202306300718.35U7I08L064463@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=1eabb6df5d822262c98dca710c20553cbab38360

commit 1eabb6df5d822262c98dca710c20553cbab38360
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:00:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:00:41 +0000

    www/py-webtest: Move www/py-WebTest to www/py-webtest
    
    - Use lowercase PORTNAME and path
    - Bump PORTREVISION of dependent ports for dependency change
    - While I'm here, fix py-zope.testbrowser
    
    error in zope.testbrowser setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after name and no valid version specifier)
        pytz > dev
             ^
    *** Error code 1
    
    Stop.
    make: stopped in /usr/ports/devel/py-zope.testbrowser
---
 MOVED                                    | 1 +
 devel/py-zope.testbrowser/Makefile       | 4 ++--
 net/py-errbot/Makefile                   | 4 ++--
 www/Makefile                             | 2 +-
 www/py-google-api-python-client/Makefile | 3 ++-
 www/py-pecan/Makefile                    | 3 ++-
 www/py-pyramid-mako/Makefile             | 3 ++-
 www/py-pyramid/Makefile                  | 4 ++--
 www/py-spyne/Makefile                    | 4 ++--
 www/py-webargs/Makefile                  | 3 ++-
 www/{py-WebTest => py-webtest}/Makefile  | 0
 www/{py-WebTest => py-webtest}/distinfo  | 0
 www/{py-WebTest => py-webtest}/pkg-descr | 0
 www/py-wsgidav/Makefile                  | 3 ++-
 14 files changed, 20 insertions(+), 14 deletions(-)

diff --git a/MOVED b/MOVED
index 860d1b5419fe..67b064179995 100644
--- a/MOVED
+++ b/MOVED
@@ -7708,3 +7708,4 @@ databases/py-caterva||2023-06-30|Has expired: Use archivers/py-blosc2 instead. A
 net-im/purple-hangouts||2023-06-30|Has expired: Google Hangouts discontinued 2022-11-01, data deleted 2023-01-01
 dns/ares||2023-06-30|Has expired: Deprecated upstream as of March 12, 2023
 security/rubygem-omniauth-cas3||2023-06-30|Has expired: Deprecated by upstream. The repository has been archived by the owner on Aug 23, 2022
+www/py-WebTest|www/py-webtest|2023-06-08|Use lowercase PORTNAME and path
diff --git a/devel/py-zope.testbrowser/Makefile b/devel/py-zope.testbrowser/Makefile
index 768f59b4ae0a..7147fb70bce4 100644
--- a/devel/py-zope.testbrowser/Makefile
+++ b/devel/py-zope.testbrowser/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	zope.testbrowser
 PORTVERSION=	5.5.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python zope
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mechanize>=0.2.0:www/py-mechanize@${PY_FLAVO
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}webtest>=0:www/py-WebTest@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}webtest>=0:www/py-webtest@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils autoplist
diff --git a/net/py-errbot/Makefile b/net/py-errbot/Makefile
index b9febbc117a8..d7deb8856fea 100644
--- a/net/py-errbot/Makefile
+++ b/net/py-errbot/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	errbot
 PORTVERSION=	6.1.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ansi>=0.2.0:devel/py-ansi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygments>=2.11.2:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}openssl>=21.0.0:security/py-openssl@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.27.1:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}webtest>=2.0.32:www/py-WebTest@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}webtest>=2.0.32:www/py-webtest@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/www/Makefile b/www/Makefile
index 7f76f6990d20..21274aac09ba 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1420,7 +1420,6 @@
     SUBDIR += py-Tenjin
     SUBDIR += py-WebError
     SUBDIR += py-WebFlash
-    SUBDIR += py-WebTest
     SUBDIR += py-adblock
     SUBDIR += py-aioh2
     SUBDIR += py-aiohttp
@@ -1815,6 +1814,7 @@
     SUBDIR += py-webdriver_manager
     SUBDIR += py-webob
     SUBDIR += py-websocket-client
+    SUBDIR += py-webtest
     SUBDIR += py-webunit
     SUBDIR += py-werkzeug
     SUBDIR += py-wfuzz
diff --git a/www/py-google-api-python-client/Makefile b/www/py-google-api-python-client/Makefile
index ca48e0ab2d3d..f4782e62eab6 100644
--- a/www/py-google-api-python-client/Makefile
+++ b/www/py-google-api-python-client/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	google-api-python-client
 DISTVERSION=	2.90.0
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -33,6 +34,6 @@ NO_ARCH=	yes
 OPTIONS_DEFINE=		WEBTEST
 WEBTEST_DESC=		Use WebTest helper to test WSGI apps
 WEBTEST_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}webtest>0:www/py-WebTest@${PY_FLAVOR}
+			${PYTHON_PKGNAMEPREFIX}webtest>0:www/py-webtest@${PY_FLAVOR}
 
 .include <bsd.port.mk>
diff --git a/www/py-pecan/Makefile b/www/py-pecan/Makefile
index c94d49654524..57aa7d8e5980 100644
--- a/www/py-pecan/Makefile
+++ b/www/py-pecan/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pecan
 PORTVERSION=	1.3.3
+PORTREVISION=	1
 CATEGORIES=	www python net
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}webob>=1.2:www/py-webob@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mako>=0.4.0:textproc/py-mako@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}webtest>=1.3.1:www/py-WebTest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}webtest>=1.3.1:www/py-webtest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}logutils>=0.3:devel/py-logutils@${PY_FLAVOR}
 
diff --git a/www/py-pyramid-mako/Makefile b/www/py-pyramid-mako/Makefile
index 1406341c9f83..c526e7013976 100644
--- a/www/py-pyramid-mako/Makefile
+++ b/www/py-pyramid-mako/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pyramid-mako
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mako>=1.1.0:textproc/py-mako@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyramid>=0:www/py-pyramid@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}webtest>=1.3.1:www/py-WebTest@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}webtest>=1.3.1:www/py-webtest@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/www/py-pyramid/Makefile b/www/py-pyramid/Makefile
index 8b6b7340696d..9e1ecad774cf 100644
--- a/www/py-pyramid/Makefile
+++ b/www/py-pyramid/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pyramid
 PORTVERSION=	1.7.3
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,8 +22,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pastedeploy>=1.5.0:www/py-pastedeploy@${PY
 		${PYTHON_PKGNAMEPREFIX}zope.deprecation>=3.5.0:devel/py-zope.deprecation@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=3.8.0:devel/py-zope.interface@${PY_FLAVOR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-
-#TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}webtest>=1.1:www/py-WebTest@${PY_FLAVOR} \
+#TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}webtest>=1.1:www/py-webtest@${PY_FLAVOR} \
 #		${PYTHON_PKGNAMEPREFIX}zope.component>=3.6.0:devel/py-zope.component@${PY_FLAVOR}
 
 NO_ARCH=	yes
diff --git a/www/py-spyne/Makefile b/www/py-spyne/Makefile
index faea295f9974..4b540117866a 100644
--- a/www/py-spyne/Makefile
+++ b/www/py-spyne/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	spyne
 PORTVERSION=	2.14.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -31,7 +31,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR}
 		${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=0:databases/py-sqlalchemy14@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}suds>=0:net/py-suds@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}webtest>=0:www/py-WebTest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}webtest>=0:www/py-webtest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}werkzeug>=0:www/py-werkzeug@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}zeep>=0:net/py-zeep@${PY_FLAVOR}
 
diff --git a/www/py-webargs/Makefile b/www/py-webargs/Makefile
index a548962d05ec..b4ef3a54f66a 100644
--- a/www/py-webargs/Makefile
+++ b/www/py-webargs/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	webargs
 DISTVERSION=	8.2.0
+PORTREVISION=	1
 CATEGORIES=	www devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -18,7 +19,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bottle>0:www/py-bottle@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyramid>0:www/py-pyramid@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tornado>=4.5.2:www/py-tornado@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}webtest>0:www/py-WebTest@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}webtest>0:www/py-webtest@${PY_FLAVOR}
 
 USES=		cpe python
 CPE_VENDOR=	${PORTNAME}_project
diff --git a/www/py-WebTest/Makefile b/www/py-webtest/Makefile
similarity index 100%
rename from www/py-WebTest/Makefile
rename to www/py-webtest/Makefile
diff --git a/www/py-WebTest/distinfo b/www/py-webtest/distinfo
similarity index 100%
rename from www/py-WebTest/distinfo
rename to www/py-webtest/distinfo
diff --git a/www/py-WebTest/pkg-descr b/www/py-webtest/pkg-descr
similarity index 100%
rename from www/py-WebTest/pkg-descr
rename to www/py-webtest/pkg-descr
diff --git a/www/py-wsgidav/Makefile b/www/py-wsgidav/Makefile
index d87e03289ed1..3edacf60e4c7 100644
--- a/www/py-wsgidav/Makefile
+++ b/www/py-wsgidav/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	WsgiDAV
 DISTVERSION=	3.1.0
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -26,7 +27,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cheroot>=6.0:www/py-cheroot@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-html>=1.8:devel/py-pytest-html@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tox>=2.0:devel/py-tox@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}webtest>=2.0:www/py-WebTest@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}webtest>=2.0:www/py-webtest@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils autoplist



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