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:           Sun Jun 11 08:10:26 UTC 2023

Added Files:
        pkgsrc/net/py-grequests: DESCR Makefile PLIST distinfo

Log Message:
net/py-grequests: import py-grequests-0.7.0

GRequests allows you to use Requests with Gevent to make asynchronous
HTTP Requests easily.


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

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

Added files:

Index: pkgsrc/net/py-grequests/DESCR
diff -u /dev/null pkgsrc/net/py-grequests/DESCR:1.1
--- /dev/null   Sun Jun 11 08:10:26 2023
+++ pkgsrc/net/py-grequests/DESCR       Sun Jun 11 08:10:26 2023
@@ -0,0 +1,2 @@
+GRequests allows you to use Requests with Gevent to make asynchronous
+HTTP Requests easily.
Index: pkgsrc/net/py-grequests/Makefile
diff -u /dev/null pkgsrc/net/py-grequests/Makefile:1.1
--- /dev/null   Sun Jun 11 08:10:26 2023
+++ pkgsrc/net/py-grequests/Makefile    Sun Jun 11 08:10:26 2023
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2023/06/11 08:10:26 wiz Exp $
+
+DISTNAME=      grequests-0.7.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    net python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grequests/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/spyoungtech/grequests
+COMMENT=       Requests + Gevent
+LICENSE=       2-clause-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-gevent>=0:../../net/py-gevent
+DEPENDS+=      ${PYPKGPREFIX}-requests>=0:../../devel/py-requests
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=0:../../devel/py-nose
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-grequests/PLIST
diff -u /dev/null pkgsrc/net/py-grequests/PLIST:1.1
--- /dev/null   Sun Jun 11 08:10:26 2023
+++ pkgsrc/net/py-grequests/PLIST       Sun Jun 11 08:10:26 2023
@@ -0,0 +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
+${PYSITELIB}/grequests.py
+${PYSITELIB}/grequests.pyc
+${PYSITELIB}/grequests.pyo
Index: pkgsrc/net/py-grequests/distinfo
diff -u /dev/null pkgsrc/net/py-grequests/distinfo:1.1
--- /dev/null   Sun Jun 11 08:10:26 2023
+++ pkgsrc/net/py-grequests/distinfo    Sun Jun 11 08:10:26 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/11 08:10:26 wiz Exp $
+
+BLAKE2s (grequests-0.7.0.tar.gz) = d64e011e1b52b94e4a3dbbb9257b2d1bbd9df0d59a82d296c996a7e191aed076
+SHA512 (grequests-0.7.0.tar.gz) = a9b90797d7ebecc3a5a95f178286aa62e9466499aafb4e03d450d0f4ddf6fafa76ec3210ffe4e68cf1a38295731bba15394b02361a16bd8dcfe3d3b62fcb4673
+Size (grequests-0.7.0.tar.gz) = 6524 bytes



Home | Main Index | Thread Index | Old Index