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:           Thu Oct 10 19:47:07 UTC 2024

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

Log Message:
py-httpie: add tool dependency for py-setuptools


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-httpie/Makefile

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.19 pkgsrc/www/py-httpie/Makefile:1.20
--- pkgsrc/www/py-httpie/Makefile:1.19  Sun Jul 14 06:04:57 2024
+++ pkgsrc/www/py-httpie/Makefile       Thu Oct 10 19:47:07 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2024/07/14 06:04:57 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2024/10/10 19:47:07 wiz Exp $
 
 DISTNAME=      httpie-3.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/jakubroztoc
 COMMENT=       Human-friendly command line HTTP client
 LICENSE=       original-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../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
@@ -27,8 +28,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-yaml-[0-9]
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 SUBST_CLASSES+=                man
 SUBST_STAGE.man=       pre-configure
 SUBST_MESSAGE.man=     Fixing mandir paths.



Home | Main Index | Thread Index | Old Index