diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-09 17:46:56 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-09 17:46:56 +0000 |
| commit | 7a3eefaa2a75ebc81fd96083ae5ba4e57893fd95 (patch) | |
| tree | 7c49bd50bc05f0f04f0c0084723577a56c11371c /dev-python/dissononce | |
| parent | cfc2626644c97a3525658bf1b560378f1ba03466 (diff) | |
| download | baldeagleos-repo-7a3eefaa2a75ebc81fd96083ae5ba4e57893fd95.tar.gz baldeagleos-repo-7a3eefaa2a75ebc81fd96083ae5ba4e57893fd95.tar.xz baldeagleos-repo-7a3eefaa2a75ebc81fd96083ae5ba4e57893fd95.zip | |
Adding metadata
Diffstat (limited to 'dev-python/dissononce')
| -rw-r--r-- | dev-python/dissononce/dissononce-0.34.3-r3.ebuild | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/dev-python/dissononce/dissononce-0.34.3-r3.ebuild b/dev-python/dissononce/dissononce-0.34.3-r3.ebuild index bc7c39bd0bfd..f386c9529513 100644 --- a/dev-python/dissononce/dissononce-0.34.3-r3.ebuild +++ b/dev-python/dissononce/dissononce-0.34.3-r3.ebuild @@ -9,8 +9,14 @@ PYTHON_COMPAT=( python3_{8,9,10,11,12} ) inherit distutils-r1 DESCRIPTION="A python implementation for Noise Protocol Framework" -HOMEPAGE="https://github.com/tgalal/dissononce" -SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" +HOMEPAGE=" + https://github.com/tgalal/dissononce/ + https://pypi.org/project/dissononce/ +" +SRC_URI=" + https://github.com/tgalal/dissononce/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" @@ -21,10 +27,13 @@ RDEPEND=" dev-python/cryptography[${PYTHON_USEDEP}] dev-python/transitions[${PYTHON_USEDEP}] " +BDEPEND=" + ${RDEPEND} +" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/${P}-fix-test-requirements.patch" ) +PATCHES=( + "${FILESDIR}/${P}-fix-test-requirements.patch" +) distutils_enable_tests pytest |
