mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pythonfinder: new package, add 2.0.5
Bug: https://bugs.gentoo.org/717666 Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
1
dev-python/pythonfinder/Manifest
Normal file
1
dev-python/pythonfinder/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pythonfinder-2.0.5.tar.gz 718776 BLAKE2B 32a49dbff143042554d5328b61b612e3bde7a870d53a229303b6bdd2c2ce76457bf6aadcdb215efa332407003c1319215292f3278a2808b669b5b7819af08902 SHA512 4d205c66d7ae36f4f2b8ddab9cce00f4efd5548a41d251470a515b88f8be2dcede75372b9301223822031ae663c6ccf77156531b0dd5d8972424f90641255c5b
|
||||
@@ -0,0 +1,13 @@
|
||||
diff --git a/src/pythonfinder/models/path.py b/src/pythonfinder/models/path.py
|
||||
index a8fb807..a933a91 100644
|
||||
--- a/src/pythonfinder/models/path.py
|
||||
+++ b/src/pythonfinder/models/path.py
|
||||
@@ -19,7 +19,7 @@ from typing import (
|
||||
Union,
|
||||
)
|
||||
|
||||
-from cached_property import cached_property
|
||||
+from functools import cached_property
|
||||
from pydantic import Field, root_validator
|
||||
|
||||
from ..environment import (
|
||||
17
dev-python/pythonfinder/metadata.xml
Normal file
17
dev-python/pythonfinder/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>oz.tiram@gmail.com</email>
|
||||
<name>Oz Tiram</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">sarugaku/pythonfinder</remote-id>
|
||||
<remote-id type="pypi">pythonfinder</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
29
dev-python/pythonfinder/pythonfinder-2.0.5.ebuild
Normal file
29
dev-python/pythonfinder/pythonfinder-2.0.5.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( pypy3 python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="PythonFinder: Cross Platform Search Tool for Finding Pythons"
|
||||
HOMEPAGE="
|
||||
https://github.com/sarugaku/pythonfinder
|
||||
https://pypi.org/project/pythonfinder/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/2.0.5-fix-import-cached-property.patch"
|
||||
)
|
||||
|
||||
RDEPEND="
|
||||
<dev-python/pydantic-2[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user