pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-whatthepatch
Module Name: pkgsrc
Committed By: adam
Date: Sun May 7 07:28:59 UTC 2023
Modified Files:
pkgsrc/devel/py-whatthepatch: Makefile
Log Message:
py-whatthepatch: @adam was here
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-whatthepatch/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-whatthepatch/Makefile
diff -u pkgsrc/devel/py-whatthepatch/Makefile:1.1 pkgsrc/devel/py-whatthepatch/Makefile:1.2
--- pkgsrc/devel/py-whatthepatch/Makefile:1.1 Sat May 6 16:21:56 2023
+++ pkgsrc/devel/py-whatthepatch/Makefile Sun May 7 07:28:59 2023
@@ -1,23 +1,25 @@
-# $NetBSD: Makefile,v 1.1 2023/05/06 16:21:56 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/07 07:28:59 adam Exp $
DISTNAME= whatthepatch-1.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel
+CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/whatthepatch/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://pypi.org/project/whatthepatch/
+HOMEPAGE= https://github.com/cscorley/whatthepatch
COMMENT= Patch parsing and application library
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=65.0.0:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index