pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-grequests



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 17 20:55:01 UTC 2024

Modified Files:
        pkgsrc/net/py-grequests: Makefile PLIST

Log Message:
ipy-grequests: convert to wheel.mk

Comment out test dependencies, since the distfile doesn't actually include
the tests.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-grequests/Makefile \
    pkgsrc/net/py-grequests/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-grequests/Makefile
diff -u pkgsrc/net/py-grequests/Makefile:1.1 pkgsrc/net/py-grequests/Makefile:1.2
--- pkgsrc/net/py-grequests/Makefile:1.1        Sun Jun 11 08:10:26 2023
+++ pkgsrc/net/py-grequests/Makefile    Thu Oct 17 20:55:01 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2023/06/11 08:10:26 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/10/17 20:55:01 wiz Exp $
 
 DISTNAME=      grequests-0.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grequests/}
 
@@ -10,13 +11,13 @@ HOMEPAGE=   https://github.com/spyoungtech
 COMMENT=       Requests + Gevent
 LICENSE=       2-clause-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-gevent>=0:../../net/py-gevent
 DEPENDS+=      ${PYPKGPREFIX}-requests>=0:../../devel/py-requests
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=0:../../devel/py-nose
+# tests not included
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-nose>=0:../../devel/py-nose
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-grequests/PLIST
diff -u pkgsrc/net/py-grequests/PLIST:1.1 pkgsrc/net/py-grequests/PLIST:1.2
--- pkgsrc/net/py-grequests/PLIST:1.1   Sun Jun 11 08:10:26 2023
+++ pkgsrc/net/py-grequests/PLIST       Thu Oct 17 20:55:01 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2023/06/11 08:10:26 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/10/17 20:55:01 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/grequests.py
 ${PYSITELIB}/grequests.pyc
 ${PYSITELIB}/grequests.pyo



Home | Main Index | Thread Index | Old Index