dev-python/pkgutil_resolve_name: New package, v1.3.10

Add a Python 3.9 backport that is needed by dev-python/jsonschema-4.9.0.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-08-01 17:54:58 +02:00
parent 41313c12f7
commit 01e47592ce
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST pkgutil_resolve_name-1.3.10.tar.gz 5054 BLAKE2B 3e10c593f2389899349315dd1304233e6ca7c56ea36658cf7e7a429f00c9a3d560ef0d51f841dbd4f825501495aad41cc050266bb43b2d7deebb5026d218ae30 SHA512 878d54678d33297528dc9d1c07b45455989d3ece48dedfc468e9fbbad7cb5d17a75d66563ee841b5d65fc07fbf45cb91523f009088cb16f83846edc1f2fef7f2

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">graingert/pkgutil-resolve-name</remote-id>
<remote-id type="pypi">pkgutil_resolve_name</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,21 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
# backport from python3.9
PYTHON_COMPAT=( python3_8 )
inherit distutils-r1
DESCRIPTION="Resolve a name to an object"
HOMEPAGE="
https://github.com/graingert/pkgutil-resolve-name/
https://pypi.org/project/pkgutil_resolve_name/
"
SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"