mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 23:51:07 +02:00
dev-python/fastjsonschema: Add from Gentoo
It's from Gentoo commit b0278d513be42c77503da19c114ed1b257349455.
This commit is contained in:
parent
676fcf40de
commit
dccea2fd4d
1
sdk_container/src/third_party/portage-stable/dev-python/fastjsonschema/Manifest
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/dev-python/fastjsonschema/Manifest
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST fastjsonschema-2.20.0.tar.gz 373056 BLAKE2B 99e80a6aa05aef421c5d95149f5f40f0a732bd686888f32067295c19d9c1d7569bf628d06b59bbeb68ea302e06de700b05c27e7a44e018b213e0c1a7f4dc1304 SHA512 7881937a02c7487d1dfd7499dbe85e8f8e359b9686673f32491d93cef1d7a949df5309b0d4a5cc525a7d9c8269568bc34e9d072ec1a49e44d5becbf8718b250d
|
@ -0,0 +1,25 @@
|
|||||||
|
# Copyright 2020-2024 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
PYTHON_COMPAT=( pypy3 python3_{10..13} )
|
||||||
|
|
||||||
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
|
DESCRIPTION="Fast JSON schema validator for Python"
|
||||||
|
HOMEPAGE="
|
||||||
|
https://github.com/horejsek/python-fastjsonschema/
|
||||||
|
https://pypi.org/project/fastjsonschema/
|
||||||
|
"
|
||||||
|
|
||||||
|
LICENSE="BSD"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
||||||
|
|
||||||
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
|
EPYTEST_IGNORE=(
|
||||||
|
tests/benchmarks
|
||||||
|
)
|
12
sdk_container/src/third_party/portage-stable/dev-python/fastjsonschema/metadata.xml
vendored
Normal file
12
sdk_container/src/third_party/portage-stable/dev-python/fastjsonschema/metadata.xml
vendored
Normal 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">horejsek/python-fastjsonschema</remote-id>
|
||||||
|
<remote-id type="pypi">fastjsonschema</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user