From 3b1442b6d4a8e0debe6c1da1c5f8d5a572107925 Mon Sep 17 00:00:00 2001 From: Adam Dinwoodie Date: Tue, 24 Oct 2023 16:50:15 +0100 Subject: [PATCH] Get the code from GitHub I want to run the test scripts, but they're not included in the code on PyPI, so get the code from GitHub instead. --- python-rfc6555.cygport | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-rfc6555.cygport b/python-rfc6555.cygport index 955e4cc..26448fc 100644 --- a/python-rfc6555.cygport +++ b/python-rfc6555.cygport @@ -11,6 +11,8 @@ easy vendoring and integration into other projects." HOMEPAGE=https://github.com/sethmlarson/rfc6555 LICENSE=Apache-2.0 +SRC_URI="https://github.com/sethmlarson/rfc6555/archive/refs/tags/v${PV}.tar.gz" +SRC_DIR="rfc6555-${PV}" BUILD_REQUIRES='python38-wheel python39-wheel' ARCH=noarch