diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-06-04 01:26:00 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-06-04 01:26:00 +0000 |
| commit | 6f14ede3e690fcd92ebd52acdb24fb072dcd3d30 (patch) | |
| tree | e48415bdb8fd8358fc3b6fedbf753d4c39a4d8ae /dev-python/noiseprotocol | |
| parent | 3be83a4e7edc81370c81670b591df9311eef08fe (diff) | |
| download | baldeagleos-repo-6f14ede3e690fcd92ebd52acdb24fb072dcd3d30.tar.gz baldeagleos-repo-6f14ede3e690fcd92ebd52acdb24fb072dcd3d30.tar.xz baldeagleos-repo-6f14ede3e690fcd92ebd52acdb24fb072dcd3d30.zip | |
Adding metadata
Diffstat (limited to 'dev-python/noiseprotocol')
| -rw-r--r-- | dev-python/noiseprotocol/noiseprotocol-0.3.1.ebuild | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/dev-python/noiseprotocol/noiseprotocol-0.3.1.ebuild b/dev-python/noiseprotocol/noiseprotocol-0.3.1.ebuild index fb2076b7a55c..cb0ac5e601c6 100644 --- a/dev-python/noiseprotocol/noiseprotocol-0.3.1.ebuild +++ b/dev-python/noiseprotocol/noiseprotocol-0.3.1.ebuild @@ -9,14 +9,22 @@ DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Implementation of Noise Protocol Framework. Compatible with revisions 32 and 33." -HOMEPAGE="https://pypi.org/project/noiseprotocol" -SRC_URI="https://github.com/plizonczyk/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +HOMEPAGE=" + https://github.com/plizonczyk/noiseprotocol/ + https://pypi.org/project/noiseprotocol/ +" +SRC_URI=" + https://github.com/plizonczyk/noiseprotocol/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/cryptography[${PYTHON_USEDEP}] +" distutils_enable_tests pytest |
