Skip to content

Commit

Permalink
Initial naive commit
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Oct 24, 2023
0 parents commit 489ae88
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: CI
on: [push, pull_request]
jobs:
build-test:
uses: cygporter/workflows/.github/workflows/build-test.yml@v1
with:
cygport_file: python-rfc6555.cygport
bootstrap_packages: cygport python3
14 changes: 14 additions & 0 deletions python-rfc6555.cygport
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
inherit python-wheel

NAME=python-rfc6555
VERSION=0.1.0
RELEASE=1
CATEGORY=Python
SUMMARY='Python RFC 6555 "Happy Eyeballs" implementation'
DESCRIPTION="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."
HOMEPAGE=https://github.com/sethmlarson/rfc6555
LICENSE=Apache-2.0

ARCH=noarch

0 comments on commit 489ae88

Please sign in to comment.