pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net pycares is a Python module which provides an inter...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8e4c188a223a
branches: trunk
changeset: 364993:8e4c188a223a
user: adam <adam%pkgsrc.org@localhost>
date: Sun Jul 09 06:53:06 2017 +0000
description:
pycares is a Python module which provides an interface to c-ares. c-ares is a
C library that performs DNS requests and name resolves asynchronously.
diffstat:
net/Makefile | 3 ++-
net/py-cares/DESCR | 2 ++
net/py-cares/Makefile | 19 +++++++++++++++++++
net/py-cares/PLIST | 25 +++++++++++++++++++++++++
net/py-cares/distinfo | 6 ++++++
5 files changed, 54 insertions(+), 1 deletions(-)
diffs (85 lines):
diff -r a386a62eaff5 -r 8e4c188a223a net/Makefile
--- a/net/Makefile Sun Jul 09 05:44:01 2017 +0000
+++ b/net/Makefile Sun Jul 09 06:53:06 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1166 2017/07/07 04:03:06 adam Exp $
+# $NetBSD: Makefile,v 1.1167 2017/07/09 06:53:06 adam Exp $
#
COMMENT= Networking tools
@@ -623,6 +623,7 @@
SUBDIR+= py-boto3
SUBDIR+= py-botocore
SUBDIR+= py-caldav
+SUBDIR+= py-cares
SUBDIR+= py-celery
SUBDIR+= py-cymruwhois
SUBDIR+= py-dns
diff -r a386a62eaff5 -r 8e4c188a223a net/py-cares/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-cares/DESCR Sun Jul 09 06:53:06 2017 +0000
@@ -0,0 +1,2 @@
+pycares is a Python module which provides an interface to c-ares. c-ares is a
+C library that performs DNS requests and name resolves asynchronously.
diff -r a386a62eaff5 -r 8e4c188a223a net/py-cares/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-cares/Makefile Sun Jul 09 06:53:06 2017 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/07/09 06:53:06 adam Exp $
+
+DISTNAME= pycares-2.2.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+CATEGORIES= net python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycares/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://github.com/saghul/pycares
+COMMENT= Python interface for c-ares
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-cffi>=1.5.0:../../devel/py-cffi
+
+USE_LANGUAGES= c
+MAKE_ENV+= PYCARES_CFFI=1
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a386a62eaff5 -r 8e4c188a223a net/py-cares/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-cares/PLIST Sun Jul 09 06:53:06 2017 +0000
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST,v 1.1 2017/07/09 06:53:06 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/_pycares_cffi.so
+${PYSITELIB}/pycares/__init__.py
+${PYSITELIB}/pycares/__init__.pyc
+${PYSITELIB}/pycares/__init__.pyo
+${PYSITELIB}/pycares/_cfficore/__init__.py
+${PYSITELIB}/pycares/_cfficore/__init__.pyc
+${PYSITELIB}/pycares/_cfficore/__init__.pyo
+${PYSITELIB}/pycares/_cfficore/errno.py
+${PYSITELIB}/pycares/_cfficore/errno.pyc
+${PYSITELIB}/pycares/_cfficore/errno.pyo
+${PYSITELIB}/pycares/_cfficore/pycares_build.py
+${PYSITELIB}/pycares/_cfficore/pycares_build.pyc
+${PYSITELIB}/pycares/_cfficore/pycares_build.pyo
+${PYSITELIB}/pycares/_version.py
+${PYSITELIB}/pycares/_version.pyc
+${PYSITELIB}/pycares/_version.pyo
+${PYSITELIB}/pycares/errno.py
+${PYSITELIB}/pycares/errno.pyc
+${PYSITELIB}/pycares/errno.pyo
diff -r a386a62eaff5 -r 8e4c188a223a net/py-cares/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-cares/distinfo Sun Jul 09 06:53:06 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/07/09 06:53:06 adam Exp $
+
+SHA1 (pycares-2.2.0.tar.gz) = 500f94407688c7b0b476b938e6179648e8057b64
+RMD160 (pycares-2.2.0.tar.gz) = 75d39c03bf8d5ee188c088eef2057419c3af239a
+SHA512 (pycares-2.2.0.tar.gz) = 3254285ed4c10563d835a356d2b1063b26291e140b3d8df88c829fe683da5d161575ed62c88cae16f3091de8e09dd68f0fbebd536ea51ea3ebd5d344341de816
+Size (pycares-2.2.0.tar.gz) = 227602 bytes
Home |
Main Index |
Thread Index |
Old Index