Skip to content

Commit 48cb62f

Browse files
committed
dev-python/setuptools-markdown: update SRC_URI
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent d882165 commit 48cb62f

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
DIST setuptools-markdown-0.4.1.tar.gz 2996 BLAKE2B 80a318e10d595a9f407c6a636c0d0264a658cbc952d4c27c1b0073a487e4314bdb8606439605f6e972a5e1e06757ce8a77b106753aa04b06ba38f9800ab72ec8 SHA512 6de2a78aab4c9778fbd6dfb7f45b1fa80b23ec5a0d702f7387428c87640af534d7f607cbabe363a3e888a7d52e085a61b2d6f7e025aef340e9278e122261e4d7
2-
EBUILD setuptools-markdown-0.4.1.ebuild 731 BLAKE2B 1395a60ac3f596dff2a67321709a1230c23236f80bfd4eee31c1ac8f497e7b84da7536a07ba584bc7348d3725d52e5dcec4e5c93f67cbc570aca02b38cdf242d SHA512 bb786fcfbb63b715bf18ca081c3e804ed7d052f86e9cb727d7f9e5ddc0eb0823a18de8161c5c1e0f88aaeb090ba40a3af25bdcc1da1faf1a20263ce0fc8cd6b6
2+
EBUILD setuptools-markdown-0.4.1.ebuild 695 BLAKE2B b6b036b42b199d5a2e733c07fbfa35adb00abbbbda1359ea8e14272875835b97a9e8ac105c596294e76d72dc86e297183e1267ce3cf6f8ecc4a70881b8d4e551 SHA512 2ac398b7752bf830779f28710886c75a48d7a6be21e57aa628e654c82db09653eec8d4ea73eb6e312799ebb4905f5fcc70933539f636f0759a4d1c7708600312
33
MISC metadata.xml 541 BLAKE2B 64c46e1f44857d7151bc8e9ebfc4342c02f9b9c0fb95dacdf560f343cafd5644941d862185bf886750f9b647345f519d44fa02ec100a5db9fe67152279c83696 SHA512 5b3fbd9f1464319fe0b27656a9b61ca3d3432d9296134d5243163deca52c8d010e4f91792ac7b4da3054dee5bc4b8777486b0ab722dcad821e5f0a8d0a8cf64a

dev-python/setuptools-markdown/setuptools-markdown-0.4.1.ebuild

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2023 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{9..11} )
7-
8-
inherit distutils-r1
9-
6+
PYTHON_COMPAT=( python3_{10..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
PYPI_NO_NORMALIZE=1
9+
inherit distutils-r1 pypi
1010
DESCRIPTION="[Deprecated] Use Markdown for your project description"
1111
HOMEPAGE="https://github.com/msabramo/setuptools-markdown https://pypi.org/project/setuptools-markdown/"
12-
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
1312

1413
LICENSE="MIT"
1514
SLOT="0"
@@ -21,7 +20,6 @@ DOCS="README.rst"
2120

2221
RDEPEND="dev-python/pypandoc[${PYTHON_USEDEP}]"
2322
BDEPEND="
24-
dev-python/setuptools[${PYTHON_USEDEP}]
2523
test? (
2624
dev-python/pytest[${PYTHON_USEDEP}]
2725
)"

0 commit comments

Comments
 (0)