python3-aiohappyeyeballs: initial commit, version 2.3.4

This commit is contained in:
Tim Biermann 2024-08-05 06:53:33 +02:00
parent 2957caa47f
commit 03ba2ef9c7
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,20 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/aiohappyeyeballs-2.3.4.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/aiohappyeyeballs-2.3.4.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/aiohappyeyeballs-2.3.4.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/aiohappyeyeballs-2.3.4.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/aiohappyeyeballs-2.3.4.dist-info/WHEEL
drwxr-xr-x root/root usr/lib/python3.10/site-packages/aiohappyeyeballs/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/aiohappyeyeballs/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/aiohappyeyeballs/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/aiohappyeyeballs/__pycache__/__init__.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/aiohappyeyeballs/__pycache__/impl.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/aiohappyeyeballs/__pycache__/types.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/aiohappyeyeballs/__pycache__/utils.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/aiohappyeyeballs/impl.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/aiohappyeyeballs/py.typed (EMPTY)
-rw-r--r-- root/root usr/lib/python3.10/site-packages/aiohappyeyeballs/types.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/aiohappyeyeballs/utils.py

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39ORapvy6/2O9RkVomH79cQlL1ZdNNWu5pzyu0PZCJeQNHqYBMgkEGus0seQC9QCbz5GX2vkm0YXOA58l00xKgQ=
SHA256 (Pkgfile) = bc50b36adcb3e0531cbd0bc0c2bd931bada08a34e75289926d08d99b0d77b987
SHA256 (.footprint) = cf6fb9e4c9f1be57b24be26b7aba4ceaae9f438f4ac0712630b87db9945999c7
SHA256 (aiohappyeyeballs-2.3.4.tar.gz) = 7e1ae8399c320a8adec76f6c919ed5ceae6edd4c3672f4d9eae2b27e37c80ff6

View File

@ -0,0 +1,16 @@
# Description: Happy Eyeballs for asyncio
# URL: https://github.com/aio-libs/aiohappyeyeballs
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-wheel python3-installer python3-build python3-poetry-core
name=python3-aiohappyeyeballs
version=2.3.4
release=1
source=(https://pypi.org/packages/source/a/aiohappyeyeballs/aiohappyeyeballs-$version.tar.gz)
build() {
cd aiohappyeyeballs-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}