pkgsrc-WIP-changes archive

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

py-rfc6555: import rfc6555-0.1.0



Module Name:	pkgsrc-wip
Committed By:	pickles <pickles%tilde.pink@localhost>
Pushed By:	pickles
Date:		Mon Feb 14 10:36:00 2022 +0100
Changeset:	a898feb22f8b868030e502f55c62e25599592bdf

Modified Files:
	Makefile
Added Files:
	py-rfc6555/DESCR
	py-rfc6555/Makefile
	py-rfc6555/PLIST
	py-rfc6555/distinfo

Log Message:
py-rfc6555: import rfc6555-0.1.0

Synchronous Python implementation of the Happy Eyeballs Algorithm described
in RFC 6555. Provided with a single file and dead-simple API to allow
easy vendoring and integration into other projects.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a898feb22f8b868030e502f55c62e25599592bdf

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

diffstat:
 Makefile            |  1 +
 py-rfc6555/DESCR    |  3 +++
 py-rfc6555/Makefile | 16 ++++++++++++++++
 py-rfc6555/PLIST    | 10 ++++++++++
 py-rfc6555/distinfo |  5 +++++
 5 files changed, 35 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index d3f046e88b..33873adb1c 100644
--- a/Makefile
+++ b/Makefile
@@ -4513,6 +4513,7 @@ SUBDIR+=	py-restkit
 SUBDIR+=	py-retrying
 SUBDIR+=	py-rf
 SUBDIR+=	py-rfc3987
+SUBDIR+=	py-rfc6555
 SUBDIR+=	py-riccipy
 SUBDIR+=	py-rigidbodysimulator
 SUBDIR+=	py-rlcompleter2
diff --git a/py-rfc6555/DESCR b/py-rfc6555/DESCR
new file mode 100644
index 0000000000..4fb456b1a4
--- /dev/null
+++ b/py-rfc6555/DESCR
@@ -0,0 +1,3 @@
+Synchronous Python implementation of the Happy Eyeballs Algorithm described
+in RFC 6555. Provided with a single file and dead-simple API to allow
+easy vendoring and integration into other projects.
diff --git a/py-rfc6555/Makefile b/py-rfc6555/Makefile
new file mode 100644
index 0000000000..b8f24272df
--- /dev/null
+++ b/py-rfc6555/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	rfc6555-0.1.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python python
+MASTER_SITES=	https://files.pythonhosted.org/packages/f6/4b/24f953c3682c134e4d0f83c7be5ede44c6c653f7d2c0b06ebb3b117f005a/
+
+MAINTAINER=	pickles%tilde.pink@localhost
+HOMEPAGE=	https://www.github.com/sethmlarson/rfc6555
+COMMENT=	Implementation of the Happy Eyeballs Algorithm described in RFC 6555
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-selectors2>=2.0.1:../../devel/py-selectors2
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-rfc6555/PLIST b/py-rfc6555/PLIST
new file mode 100644
index 0000000000..cbba544f09
--- /dev/null
+++ b/py-rfc6555/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+${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}/rfc6555.py
+${PYSITELIB}/rfc6555.pyc
+${PYSITELIB}/rfc6555.pyo
diff --git a/py-rfc6555/distinfo b/py-rfc6555/distinfo
new file mode 100644
index 0000000000..a719911955
--- /dev/null
+++ b/py-rfc6555/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (rfc6555-0.1.0.tar.gz) = 82adb2bc1d43a1ce076f05f9ede38ce9fa2b08a0b4533884479b7afa1334f752
+SHA512 (rfc6555-0.1.0.tar.gz) = 872fb3c1c0669e8a562d2dd840a1682a482482818c2f4a6dbc90d00e9fc2ec7c8d20f483832313803dc453d7bac79a52a718671deae9b01a79d94eed3346a859
+Size (rfc6555-0.1.0.tar.gz) = 10094 bytes


Home | Main Index | Thread Index | Old Index