mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/rapidfuzz_capi: New package, v1.0.5
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
1
dev-python/rapidfuzz_capi/Manifest
Normal file
1
dev-python/rapidfuzz_capi/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST rapidfuzz_capi-1.0.5.gh.tar.gz 5908 BLAKE2B a5f3c27c2292800527f0e0558e0f25525c2865a6348fbbe36da8d5a96e5524c68154bfba8dbfc3c174f759dde14a95c64e47dd6669166beb035bd1126741569b SHA512 b62c6fdd0e5d0804f7c1ef6f6b5e007afd8439720071fbdf1440232c62925e794a6ae33774a33ef745ebbd4ef956a85d2bf60934a7d568d39d1e590467f26bcf
|
||||
13
dev-python/rapidfuzz_capi/metadata.xml
Normal file
13
dev-python/rapidfuzz_capi/metadata.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">maxbachmann/rapidfuzz_capi</remote-id>
|
||||
<remote-id type="pypi">rapidfuzz-capi</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
23
dev-python/rapidfuzz_capi/rapidfuzz_capi-1.0.5.ebuild
Normal file
23
dev-python/rapidfuzz_capi/rapidfuzz_capi-1.0.5.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="C-API of RapidFuzz, which can be used to extend RapidFuzz"
|
||||
HOMEPAGE="
|
||||
https://github.com/maxbachmann/rapidfuzz_capi/
|
||||
https://pypi.org/project/rapidfuzz-capi/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/maxbachmann/rapidfuzz_capi/archive/v${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
Reference in New Issue
Block a user