diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-06-03 15:31:48 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-06-03 15:31:48 +0100 |
commit | c1503bdaa031111d22d91db2f41dad440fb148e8 (patch) | |
tree | 9760e4735d0c80c6b4679eb9b1369b33dec5e668 /dev-python/helpdev | |
parent | 9f322d80b846d0000268f94422b74c28979e4adf (diff) |
gentoo auto-resync : 03:06:2023 - 15:31:48
Diffstat (limited to 'dev-python/helpdev')
-rw-r--r-- | dev-python/helpdev/Manifest | 2 | ||||
-rw-r--r-- | dev-python/helpdev/helpdev-0.7.1-r1.ebuild | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/helpdev/Manifest b/dev-python/helpdev/Manifest index aceea2907633..0960b065b356 100644 --- a/dev-python/helpdev/Manifest +++ b/dev-python/helpdev/Manifest @@ -1,3 +1,3 @@ DIST helpdev-0.7.1.tar.gz 51575 BLAKE2B b780513c8b7af12296c003360c5805e8414e5c82fe459ab1e4ccaf68c9f029c817a6cb86535d26ad0143ea7dc60fb86126f6d87d4a84e85a9b29a9dbe651e2c8 SHA512 ba0af843617c7cc69aae2bfe88d437e90df14afa90dd0a76c0e7c1062f03963270514ff7653c859a70caec0cde3cc3f18ca87573fdb6a1d5e2fd5874cc24e59e -EBUILD helpdev-0.7.1-r1.ebuild 667 BLAKE2B cfdfeba216925a5909e7629797a92bb7b4f9013c78e4b2d4eb6c2faa2245c3089623d9b4b36f87d099ec5bacf8a0aae96aff043dfbb1457d2f6d94ce1f0790ad SHA512 42dfd562130a1a0a33437081b478a3693d89835ffc673321c0a9f33d1b3ac732d42a5a886faff8a4e35447f01384d35ad272454c74ad0debb05f8b8f2d9a374e +EBUILD helpdev-0.7.1-r1.ebuild 623 BLAKE2B 10ab17d1ac28a6ef2495307fe63f172b6ffabbc642790f45a61b1e4cb93b46a490d4f70d2f7746c18992152b2e91d2aa37830009eb21d3052d0af4b9c144e819 SHA512 5125b06c628b333570329e5612704f19388c67114128ea6c21494737b42c71face0538b1a90a592e12041a8ff95feb057403efffaf1e06aa1184469e143fa8d1 MISC metadata.xml 318 BLAKE2B 4a61e7dea5dbc9072284de83ba7e0a4ff94e2f2be82e16020eaed70fe20f66f6fe869bb130ff5f209c02a5d88b4ee906376ed88f213f3454e32a15a16b092f45 SHA512 522f67355d3d3e8010167c5c888b0b4f7b5738cf74d0355039bdb989273dec57e4dd07810af92d6898c94dcccadac9381c9e399106031119fda5b91806369fcc diff --git a/dev-python/helpdev/helpdev-0.7.1-r1.ebuild b/dev-python/helpdev/helpdev-0.7.1-r1.ebuild index 3766a309a6b8..aad672b2a4af 100644 --- a/dev-python/helpdev/helpdev-0.7.1-r1.ebuild +++ b/dev-python/helpdev/helpdev-0.7.1-r1.ebuild @@ -4,21 +4,21 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi DESCRIPTION="Helping users and developers to get information about the environment" -HOMEPAGE="https://gitlab.com/dpizetta/helpdev" +HOMEPAGE=" + https://gitlab.com/dpizetta/helpdev/ + https://pypi.org/project/helpdev/ +" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" RDEPEND=" - $(python_gen_cond_dep ' - dev-python/importlib-metadata[${PYTHON_USEDEP}] - ' 3.8 ) dev-python/psutil[${PYTHON_USEDEP}] " BDEPEND=" |