pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-async-timeout: Import py-async-timeout-1.2.1 as wip/py-async-timeout
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Fri May 12 22:14:53 2017 +0200
Changeset: 14b0dc416067b61688193abc552c7754c04068b2
Modified Files:
Makefile
Added Files:
py-async-timeout/DESCR
py-async-timeout/Makefile
py-async-timeout/PLIST
py-async-timeout/distinfo
Log Message:
py-async-timeout: Import py-async-timeout-1.2.1 as wip/py-async-timeout
asyncio-compatible timeout context manager.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=14b0dc416067b61688193abc552c7754c04068b2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-async-timeout/DESCR | 1 +
py-async-timeout/Makefile | 18 ++++++++++++++++++
py-async-timeout/PLIST | 8 ++++++++
py-async-timeout/distinfo | 6 ++++++
5 files changed, 34 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index cb3d176b59..4a559653b6 100644
--- a/Makefile
+++ b/Makefile
@@ -2769,6 +2769,7 @@ SUBDIR+= py-astlib
SUBDIR+= py-astropy
SUBDIR+= py-astropysics
SUBDIR+= py-async
+SUBDIR+= py-async-timeout
SUBDIR+= py-atmark
SUBDIR+= py-atmos
SUBDIR+= py-atom
diff --git a/py-async-timeout/DESCR b/py-async-timeout/DESCR
new file mode 100644
index 0000000000..6d233ef677
--- /dev/null
+++ b/py-async-timeout/DESCR
@@ -0,0 +1 @@
+asyncio-compatible timeout context manager.
diff --git a/py-async-timeout/Makefile b/py-async-timeout/Makefile
new file mode 100644
index 0000000000..f575c1da11
--- /dev/null
+++ b/py-async-timeout/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= async-timeout-1.2.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=a/async-timeout/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/aio-libs/async_timeout/
+COMMENT= Timeout context manager for asyncio programs
+LICENSE= apache-2.0
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-async-timeout/PLIST b/py-async-timeout/PLIST
new file mode 100644
index 0000000000..e855676a22
--- /dev/null
+++ b/py-async-timeout/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/async_timeout/__init__.py
+${PYSITELIB}/async_timeout/__init__.pyc
+${PYSITELIB}/async_timeout/__init__.pyo
diff --git a/py-async-timeout/distinfo b/py-async-timeout/distinfo
new file mode 100644
index 0000000000..ffcd5df609
--- /dev/null
+++ b/py-async-timeout/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (async-timeout-1.2.1.tar.gz) = 7749de3d6991536b9ea872437185a924b65365b6
+RMD160 (async-timeout-1.2.1.tar.gz) = 815251842a57718c0b27fb0f59d300abb7b54c2a
+SHA512 (async-timeout-1.2.1.tar.gz) = 2072caeb65a74f1a24b59a4ea905ef96d70f8fb117e3dd9c95c1107b1d67ffaa4d76b68f00364049e6e29cdb0a6d247ba0c3638ccd0a8db27bd6ee0f180f9ccb
+Size (async-timeout-1.2.1.tar.gz) = 7797 bytes
Home |
Main Index |
Thread Index |
Old Index