pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pypi-cli
Module Name: pkgsrc
Committed By: adam
Date: Fri Feb 23 12:31:30 UTC 2024
Modified Files:
pkgsrc/devel/py-pypi-cli: Makefile
Log Message:
py-pypi-cli: final touch
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-pypi-cli/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pypi-cli/Makefile
diff -u pkgsrc/devel/py-pypi-cli/Makefile:1.3 pkgsrc/devel/py-pypi-cli/Makefile:1.4
--- pkgsrc/devel/py-pypi-cli/Makefile:1.3 Fri Feb 23 12:17:49 2024
+++ pkgsrc/devel/py-pypi-cli/Makefile Fri Feb 23 12:31:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/02/23 12:17:49 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/02/23 12:31:30 adam Exp $
DISTNAME= pypi-cli-0.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,17 +12,17 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
-DEPENDS+= ${PYPKGPREFIX}-click>=3.3:../../devel/py-click
-DEPENDS+= ${PYPKGPREFIX}-requests>=2.5.0:../../devel/py-requests
-DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.4.0:../../time/py-dateutil
+DEPENDS+= ${PYPKGPREFIX}-click>=3.0:../../devel/py-click
+DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.2:../../time/py-dateutil
+DEPENDS+= ${PYPKGPREFIX}-requests>=2.3.0:../../devel/py-requests
USE_LANGUAGES= # none
+
PYTHON_VERSIONS_INCOMPATIBLE= 27
post-install:
- (cd ${DESTDIR}${PREFIX};\
- ${MV} bin/pypi bin/pypi-${PYVERSSUFFIX} \
- )
+ cd ${DESTDIR}${PREFIX} && \
+ ${MV} bin/pypi bin/pypi-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index