pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-httpie



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 19:03:00 UTC 2025

Modified Files:
        pkgsrc/www/py-httpie: Makefile PLIST

Log Message:
py-httpie: fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-httpie/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-httpie/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-httpie/Makefile
diff -u pkgsrc/www/py-httpie/Makefile:1.21 pkgsrc/www/py-httpie/Makefile:1.22
--- pkgsrc/www/py-httpie/Makefile:1.21  Mon Nov  4 17:32:40 2024
+++ pkgsrc/www/py-httpie/Makefile       Sun Apr 13 19:03:00 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2024/11/04 17:32:40 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2025/04/13 19:03:00 wiz Exp $
 
 DISTNAME=      httpie-3.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpie/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/jakubroztoc
 COMMENT=       Human-friendly command line HTTP client
 LICENSE=       original-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-charset-normalizer>=2.0.0:../../converters/py-charset-normalizer
 DEPENDS+=      ${PYPKGPREFIX}-defusedxml>=0.6.0:../../textproc/py-defusedxml
 DEPENDS+=      ${PYPKGPREFIX}-multidict>=4.7.0:../../databases/py-multidict

Index: pkgsrc/www/py-httpie/PLIST
diff -u pkgsrc/www/py-httpie/PLIST:1.10 pkgsrc/www/py-httpie/PLIST:1.11
--- pkgsrc/www/py-httpie/PLIST:1.10     Sun Jul 14 06:04:57 2024
+++ pkgsrc/www/py-httpie/PLIST  Sun Apr 13 19:03:00 2025
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.10 2024/07/14 06:04:57 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/04/13 19:03:00 wiz Exp $
 bin/http-${PYVERSSUFFIX}
 bin/httpie-${PYVERSSUFFIX}
 bin/https-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.md
-${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/AUTHORS.md
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/httpie/__init__.py
 ${PYSITELIB}/httpie/__init__.pyc



Home | Main Index | Thread Index | Old Index