From 409de000bd5457c7cc97dc09ef898c76d994121f Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Fri, 2 Aug 2024 18:02:17 +0200 Subject: [PATCH] dev-python/mdurl: Add from Gentoo It's from Gentoo commit f09c040eee6122d51308fa2d4d9203c1f622a9f0. --- .../portage-stable/dev-python/mdurl/Manifest | 1 + .../dev-python/mdurl/mdurl-0.1.2.ebuild | 25 +++++++++++++++++++ .../dev-python/mdurl/metadata.xml | 13 ++++++++++ 3 files changed, 39 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/mdurl/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/mdurl/mdurl-0.1.2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/mdurl/metadata.xml diff --git a/sdk_container/src/third_party/portage-stable/dev-python/mdurl/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/mdurl/Manifest new file mode 100644 index 0000000000..efa2e7b9c2 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/mdurl/Manifest @@ -0,0 +1 @@ +DIST mdurl-0.1.2.gh.tar.gz 15236 BLAKE2B 797ff496e116c0aa4c5045e9dc34f0762b1492d74fc0b85a081fb7447c3880618e0e4936205afb92b75524e0381fe4ab94d0d47faae9a6ed6d7b2fc51a5efba3 SHA512 e301ca3ab6d80df1ad28b9c2725d66b6e6cf139d93e5f7fd2a70333678616a3f6db64f15250972eee3cd1cf1eaff6ec587415629e6802dcf07995edff6865ff2 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/mdurl/mdurl-0.1.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/mdurl/mdurl-0.1.2.ebuild new file mode 100644 index 0000000000..61b7f94188 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/mdurl/mdurl-0.1.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..13} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Markdown URL utilities" +HOMEPAGE=" + https://pypi.org/project/mdurl/ + https://github.com/executablebooks/mdurl/ +" +SRC_URI=" + https://github.com/hukkin/mdurl/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" + +distutils_enable_tests pytest diff --git a/sdk_container/src/third_party/portage-stable/dev-python/mdurl/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/mdurl/metadata.xml new file mode 100644 index 0000000000..94b7fdb0c1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/mdurl/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + mdurl + executablebooks/mdurl + +