pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import wip/py-serial-asyncio to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Sat Jul 3 00:28:21 2021 +0100
Changeset: 5c1b487897190e2ea60a03c16d089b0514e9d828
Modified Files:
Makefile
Added Files:
py-serial-asyncio/DESCR
py-serial-asyncio/Makefile
py-serial-asyncio/PLIST
py-serial-asyncio/distinfo
Log Message:
Import wip/py-serial-asyncio to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5c1b487897190e2ea60a03c16d089b0514e9d828
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-serial-asyncio/DESCR | 2 ++
py-serial-asyncio/Makefile | 18 ++++++++++++++++++
py-serial-asyncio/PLIST | 9 +++++++++
py-serial-asyncio/distinfo | 6 ++++++
5 files changed, 36 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 13f0b97f0f..93a375f9e9 100644
--- a/Makefile
+++ b/Makefile
@@ -4478,6 +4478,7 @@ SUBDIR+= py-sentinels
SUBDIR+= py-sentry
SUBDIR+= py-sep
SUBDIR+= py-serialize
+SUBDIR+= py-serial-asyncio
SUBDIR+= py-setupdocs
SUBDIR+= py-setuptools_git
SUBDIR+= py-sfepy
diff --git a/py-serial-asyncio/DESCR b/py-serial-asyncio/DESCR
new file mode 100644
index 0000000000..92e10026af
--- /dev/null
+++ b/py-serial-asyncio/DESCR
@@ -0,0 +1,2 @@
+Async I/O extension package for the Python Serial
+Port Extension for OSX, Linux, BSD
diff --git a/py-serial-asyncio/Makefile b/py-serial-asyncio/Makefile
new file mode 100644
index 0000000000..70e5ae797d
--- /dev/null
+++ b/py-serial-asyncio/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= pyserial-asyncio-0.5
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= comms python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyserial-asyncio/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/pyserial/pyserial-asyncio
+COMMENT= Python Serial Port Extension, Asynchronous I/O support
+LICENSE= modified-bsd
+
+PYTHON_VERSIONS_INCOMPATIBLE+= 36
+
+DEPENDS+= ${PYPKGPREFIX}-serial>=3.4:../../comms/py-serial
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-serial-asyncio/PLIST b/py-serial-asyncio/PLIST
new file mode 100644
index 0000000000..f38b21286e
--- /dev/null
+++ b/py-serial-asyncio/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${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}/serial_asyncio/__init__.py
+${PYSITELIB}/serial_asyncio/__init__.pyc
+${PYSITELIB}/serial_asyncio/__init__.pyo
diff --git a/py-serial-asyncio/distinfo b/py-serial-asyncio/distinfo
new file mode 100644
index 0000000000..bc0c0d9f41
--- /dev/null
+++ b/py-serial-asyncio/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pyserial-asyncio-0.5.tar.gz) = f8a9f4c5a6e73c94b5223d4c466e0cbc0444a463
+RMD160 (pyserial-asyncio-0.5.tar.gz) = b3bca55dcfed2fe701d912053326785f4434ea1c
+SHA512 (pyserial-asyncio-0.5.tar.gz) = a354cdd277afea02821929060d4d710308b2442d74a827e01aba7fbdb847a9d8da2977eae0dadb79a30c21fbd34405dcd98975ffd1bc282ac8b843dfe7b4e559
+Size (pyserial-asyncio-0.5.tar.gz) = 30286 bytes
Home |
Main Index |
Thread Index |
Old Index