diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-06-01 13:24:34 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-06-01 13:24:34 +0000 |
| commit | 7e64467da03a48bf9c1ea977970ac02c455ce8e7 (patch) | |
| tree | 0b8b4628498bf67b1ad644cee99a44950ecf5b8b /dev-python/pockets | |
| parent | 7fbdd9e27e313a0bc39c21a31a592047838c4e39 (diff) | |
| download | baldeagleos-repo-7e64467da03a48bf9c1ea977970ac02c455ce8e7.tar.gz baldeagleos-repo-7e64467da03a48bf9c1ea977970ac02c455ce8e7.tar.xz baldeagleos-repo-7e64467da03a48bf9c1ea977970ac02c455ce8e7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pockets')
| -rw-r--r-- | dev-python/pockets/pockets-0.9.1-r3.ebuild | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/dev-python/pockets/pockets-0.9.1-r3.ebuild b/dev-python/pockets/pockets-0.9.1-r3.ebuild index 886d9ebf0ec8..9cca247c7cb9 100644 --- a/dev-python/pockets/pockets-0.9.1-r3.ebuild +++ b/dev-python/pockets/pockets-0.9.1-r3.ebuild @@ -12,7 +12,11 @@ inherit distutils-r1 COMMIT="777724c8eabaf76f6d0c5e4837c982d110509b2e" DESCRIPTION="Collection of helpful Python tools" -HOMEPAGE="https://pockets.readthedocs.io/ https://pypi.org/project/pockets/" +HOMEPAGE=" + https://pockets.readthedocs.io/ + https://github.com/RobRuana/pockets/ + https://pypi.org/project/pockets/ +" SRC_URI=" https://github.com/RobRuana/pockets/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz @@ -23,9 +27,13 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 arm64 ~x86 ~amd64-linux ~x86-linux" -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] +" BDEPEND=" - test? ( dev-python/pytz[${PYTHON_USEDEP}] ) + test? ( + dev-python/pytz[${PYTHON_USEDEP}] + ) " distutils_enable_tests pytest |
