aboutsummaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2022-12-22 19:57:35 -0500
committerJulien Roy <julien@jroy.ca>2022-12-22 19:57:35 -0500
commit74998619031459b9341b28ad9cc37688762b8d84 (patch)
tree9dc475756a17870db159aef03870d8a47c7795de /dev-python
parentcd26c1600c3bca6e041f1e49e82eaabc97dcc226 (diff)
downloadMrRoy-Overlay-74998619031459b9341b28ad9cc37688762b8d84.tar.gz
MrRoy-Overlay-74998619031459b9341b28ad9cc37688762b8d84.tar.bz2
MrRoy-Overlay-74998619031459b9341b28ad9cc37688762b8d84.zip
dev-python/*: fix pkgcheck warnings
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PGPy/PGPy-0.6.0.ebuild2
-rw-r--r--dev-python/mistletoe/Manifest2
-rw-r--r--dev-python/mistletoe/mistletoe-0.9.0.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/PGPy/PGPy-0.6.0.ebuild b/dev-python/PGPy/PGPy-0.6.0.ebuild
index 8f9fd8f..b9079c6 100644
--- a/dev-python/PGPy/PGPy-0.6.0.ebuild
+++ b/dev-python/PGPy/PGPy-0.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
diff --git a/dev-python/mistletoe/Manifest b/dev-python/mistletoe/Manifest
index 4d70771..72dcca7 100644
--- a/dev-python/mistletoe/Manifest
+++ b/dev-python/mistletoe/Manifest
@@ -1 +1 @@
-DIST mistletoe-0.9.0.tar.gz 102002 BLAKE2B 0d1f5fae601287383dec895b38143c375b0690d1dfdc0a5f08097952959458843a61b7581637b19f7abc08be18bb33b0dce8a3507a2eb6fbc31c00a8c13bf85e SHA512 b0e9c96b27255fb8527f359d8bfb2612a1302efcd3250867caa7e2dbf91eeeab4dabb20071d64e0914e52afdc8c30a181c042c2263aa9f1c5dc4421f5d862ae7
+DIST mistletoe-0.9.0.gh.tar.gz 102002 BLAKE2B 0d1f5fae601287383dec895b38143c375b0690d1dfdc0a5f08097952959458843a61b7581637b19f7abc08be18bb33b0dce8a3507a2eb6fbc31c00a8c13bf85e SHA512 b0e9c96b27255fb8527f359d8bfb2612a1302efcd3250867caa7e2dbf91eeeab4dabb20071d64e0914e52afdc8c30a181c042c2263aa9f1c5dc4421f5d862ae7
diff --git a/dev-python/mistletoe/mistletoe-0.9.0.ebuild b/dev-python/mistletoe/mistletoe-0.9.0.ebuild
index 3786180..36cb00e 100644
--- a/dev-python/mistletoe/mistletoe-0.9.0.ebuild
+++ b/dev-python/mistletoe/mistletoe-0.9.0.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
DESCRIPTION="A fast, extensible and spec-compliant Markdown parser in pure Python."
HOMEPAGE="https://github.com/miyuchina/mistletoe"
-SRC_URI="https://github.com/miyuchina/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/miyuchina/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"