pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: adam
Date: Mon Apr 14 19:12:54 UTC 2025
Modified Files:
pkgsrc/www/py-FormEncode: Makefile PLIST
pkgsrc/www/py-furl: Makefile PLIST
pkgsrc/www/py-grappelli_safe: Makefile PLIST
pkgsrc/www/py-gunicorn: Makefile PLIST
pkgsrc/www/py-http_ece: Makefile
pkgsrc/www/py-httpbin: Makefile PLIST
pkgsrc/www/py-httptools: Makefile PLIST
pkgsrc/www/py-httpx-socks: Makefile PLIST
Log Message:
Fix PLIST after py-setuptools update; bump depends and revision
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-FormEncode/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-FormEncode/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-furl/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-furl/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-grappelli_safe/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-grappelli_safe/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/py-gunicorn/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-gunicorn/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-http_ece/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-httpbin/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-httpbin/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-httptools/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-httptools/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-httpx-socks/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-httpx-socks/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-FormEncode/Makefile
diff -u pkgsrc/www/py-FormEncode/Makefile:1.13 pkgsrc/www/py-FormEncode/Makefile:1.14
--- pkgsrc/www/py-FormEncode/Makefile:1.13 Wed Mar 5 10:35:59 2025
+++ pkgsrc/www/py-FormEncode/Makefile Mon Apr 14 19:12:54 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2025/03/05 10:35:59 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/04/14 19:12:54 adam Exp $
DISTNAME= formencode-2.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/FormEncode/}
@@ -11,7 +11,7 @@ HOMEPAGE= http://formencode.org/
COMMENT= HTML form validation, generation, and conversion package
LICENSE= python-software-foundation
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.0:../../devel/py-setuptools_scm
TEST_DEPENDS+= ${PYPKGPREFIX}-country-[0-9]*:../../geography/py-country
TEST_DEPENDS+= ${PYPKGPREFIX}-dns>=2:../../net/py-dns
Index: pkgsrc/www/py-FormEncode/PLIST
diff -u pkgsrc/www/py-FormEncode/PLIST:1.3 pkgsrc/www/py-FormEncode/PLIST:1.4
--- pkgsrc/www/py-FormEncode/PLIST:1.3 Fri Feb 2 13:13:09 2024
+++ pkgsrc/www/py-FormEncode/PLIST Mon Apr 14 19:12:54 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2024/02/02 13:13:09 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.4 2025/04/14 19:12:54 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/formencode/__init__.py
${PYSITELIB}/formencode/__init__.pyc
Index: pkgsrc/www/py-furl/Makefile
diff -u pkgsrc/www/py-furl/Makefile:1.25 pkgsrc/www/py-furl/Makefile:1.26
--- pkgsrc/www/py-furl/Makefile:1.25 Tue Mar 11 18:06:07 2025
+++ pkgsrc/www/py-furl/Makefile Mon Apr 14 19:12:54 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2025/03/11 18:06:07 adam Exp $
+# $NetBSD: Makefile,v 1.26 2025/04/14 19:12:54 adam Exp $
DISTNAME= furl-2.1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/furl/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://github.com/gruns/furl
COMMENT= URL manipulation made simple
LICENSE= unlicense
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-orderedmultidict>=1.0.1:../../databases/py-orderedmultidict
DEPENDS+= ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
Index: pkgsrc/www/py-furl/PLIST
diff -u pkgsrc/www/py-furl/PLIST:1.5 pkgsrc/www/py-furl/PLIST:1.6
--- pkgsrc/www/py-furl/PLIST:1.5 Tue Mar 11 18:06:07 2025
+++ pkgsrc/www/py-furl/PLIST Mon Apr 14 19:12:54 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2025/03/11 18:06:07 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
+@comment $NetBSD: PLIST,v 1.6 2025/04/14 19:12:54 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.md
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/furl/__init__.py
${PYSITELIB}/furl/__init__.pyc
Index: pkgsrc/www/py-grappelli_safe/Makefile
diff -u pkgsrc/www/py-grappelli_safe/Makefile:1.7 pkgsrc/www/py-grappelli_safe/Makefile:1.8
--- pkgsrc/www/py-grappelli_safe/Makefile:1.7 Mon Nov 11 07:29:24 2024
+++ pkgsrc/www/py-grappelli_safe/Makefile Mon Apr 14 19:12:54 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2024/11/11 07:29:24 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/04/14 19:12:54 adam Exp $
DISTNAME= grappelli_safe-1.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/grappelli_safe/}
@@ -10,12 +11,10 @@ HOMEPAGE= https://github.com/stephenmcd/
COMMENT= Permanent fork of Grapelli admin skin for Mezzanine
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-django>=3:../../www/py-django
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-grappelli_safe/PLIST
diff -u pkgsrc/www/py-grappelli_safe/PLIST:1.3 pkgsrc/www/py-grappelli_safe/PLIST:1.4
--- pkgsrc/www/py-grappelli_safe/PLIST:1.3 Wed Feb 21 19:29:26 2024
+++ pkgsrc/www/py-grappelli_safe/PLIST Mon Apr 14 19:12:54 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2024/02/21 19:29:26 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/04/14 19:12:54 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/grappelli_safe/__init__.py
${PYSITELIB}/grappelli_safe/__init__.pyc
Index: pkgsrc/www/py-gunicorn/Makefile
diff -u pkgsrc/www/py-gunicorn/Makefile:1.26 pkgsrc/www/py-gunicorn/Makefile:1.27
--- pkgsrc/www/py-gunicorn/Makefile:1.26 Mon Nov 11 07:29:24 2024
+++ pkgsrc/www/py-gunicorn/Makefile Mon Apr 14 19:12:54 2025
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.26 2024/11/11 07:29:24 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2025/04/14 19:12:54 adam Exp $
DISTNAME= gunicorn-23.0.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gunicorn/}
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
MAINTAINER= gls%NetBSD.org@localhost
HOMEPAGE= https://gunicorn.org/
COMMENT= Python WSGI HTTP server
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
TEST_DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
TEST_DEPENDS+= ${PYPKGPREFIX}-gevent-[0-9]*:../../net/py-gevent
Index: pkgsrc/www/py-gunicorn/PLIST
diff -u pkgsrc/www/py-gunicorn/PLIST:1.14 pkgsrc/www/py-gunicorn/PLIST:1.15
--- pkgsrc/www/py-gunicorn/PLIST:1.14 Tue May 7 04:03:52 2024
+++ pkgsrc/www/py-gunicorn/PLIST Mon Apr 14 19:12:54 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.14 2024/05/07 04:03:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2025/04/14 19:12:54 adam Exp $
bin/gunicorn-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/gunicorn/__init__.py
${PYSITELIB}/gunicorn/__init__.pyc
Index: pkgsrc/www/py-http_ece/Makefile
diff -u pkgsrc/www/py-http_ece/Makefile:1.5 pkgsrc/www/py-http_ece/Makefile:1.6
--- pkgsrc/www/py-http_ece/Makefile:1.5 Mon Nov 11 07:29:24 2024
+++ pkgsrc/www/py-http_ece/Makefile Mon Apr 14 19:12:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/11/11 07:29:24 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/14 19:12:54 adam Exp $
DISTNAME= http_ece-1.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,9 +15,7 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
PYTHON_VERSIONED_DEPENDENCIES+= cryptography
-
.include "../../lang/python/wheel.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-httpbin/Makefile
diff -u pkgsrc/www/py-httpbin/Makefile:1.18 pkgsrc/www/py-httpbin/Makefile:1.19
--- pkgsrc/www/py-httpbin/Makefile:1.18 Mon Nov 11 07:29:24 2024
+++ pkgsrc/www/py-httpbin/Makefile Mon Apr 14 19:12:54 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2024/11/11 07:29:24 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2025/04/14 19:12:54 adam Exp $
DISTNAME= httpbin-0.10.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpbin/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://github.com/psf/httpbin
COMMENT= HTTP Request and Response Service
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-brotlicffi-[0-9]*:../../archivers/py-brotlicffi
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
DEPENDS+= ${PYPKGPREFIX}-greenlet-[0-9]*:../../devel/py-greenlet
@@ -21,7 +22,5 @@ DEPENDS+= ${PYPKGPREFIX}-werkzeug>=2.2.2
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-httpbin/PLIST
diff -u pkgsrc/www/py-httpbin/PLIST:1.4 pkgsrc/www/py-httpbin/PLIST:1.5
--- pkgsrc/www/py-httpbin/PLIST:1.4 Sat Oct 28 19:57:23 2023
+++ pkgsrc/www/py-httpbin/PLIST Mon Apr 14 19:12:54 2025
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:23 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.ISC
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.MIT
+@comment $NetBSD: PLIST,v 1.5 2025/04/14 19:12:54 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.ISC
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.MIT
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/httpbin/__init__.py
${PYSITELIB}/httpbin/__init__.pyc
Index: pkgsrc/www/py-httptools/Makefile
diff -u pkgsrc/www/py-httptools/Makefile:1.14 pkgsrc/www/py-httptools/Makefile:1.15
--- pkgsrc/www/py-httptools/Makefile:1.14 Mon Nov 11 07:29:24 2024
+++ pkgsrc/www/py-httptools/Makefile Mon Apr 14 19:12:54 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2024/11/11 07:29:24 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/04/14 19:12:54 adam Exp $
DISTNAME= httptools-0.6.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httptools/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://github.com/MagicStack/
COMMENT= Collection of framework independent HTTP protocol utils
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-httptools/PLIST
diff -u pkgsrc/www/py-httptools/PLIST:1.5 pkgsrc/www/py-httptools/PLIST:1.6
--- pkgsrc/www/py-httptools/PLIST:1.5 Sat Oct 19 16:30:48 2024
+++ pkgsrc/www/py-httptools/PLIST Mon Apr 14 19:12:54 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2024/10/19 16:30:48 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.6 2025/04/14 19:12:54 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/httptools/__init__.py
${PYSITELIB}/httptools/__init__.pyc
Index: pkgsrc/www/py-httpx-socks/Makefile
diff -u pkgsrc/www/py-httpx-socks/Makefile:1.23 pkgsrc/www/py-httpx-socks/Makefile:1.24
--- pkgsrc/www/py-httpx-socks/Makefile:1.23 Thu Dec 26 21:45:06 2024
+++ pkgsrc/www/py-httpx-socks/Makefile Mon Apr 14 19:12:54 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2024/12/26 21:45:06 adam Exp $
+# $NetBSD: Makefile,v 1.24 2025/04/14 19:12:54 adam Exp $
DISTNAME= httpx_socks-0.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx-socks/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://github.com/romis2012/h
COMMENT= Proxy (HTTP, SOCKS) transports for httpx
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-httpx>=0.28.0:../../www/py-httpx
DEPENDS+= ${PYPKGPREFIX}-httpcore>=1.0:../../www/py-httpcore
DEPENDS+= ${PYPKGPREFIX}-python-socks>=2.0.0:../../net/py-python-socks
Index: pkgsrc/www/py-httpx-socks/PLIST
diff -u pkgsrc/www/py-httpx-socks/PLIST:1.4 pkgsrc/www/py-httpx-socks/PLIST:1.5
--- pkgsrc/www/py-httpx-socks/PLIST:1.4 Sun Feb 11 11:07:49 2024
+++ pkgsrc/www/py-httpx-socks/PLIST Mon Apr 14 19:12:54 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2024/02/11 11:07:49 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.5 2025/04/14 19:12:54 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/httpx_socks/__init__.py
${PYSITELIB}/httpx_socks/__init__.pyc
Home |
Main Index |
Thread Index |
Old Index