mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/tavalidate: new package, add 0.0.6
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
1
dev-python/tavalidate/Manifest
Normal file
1
dev-python/tavalidate/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST tavalidate-0.0.6.tar.gz 4561 BLAKE2B 85e923888cf419e7c58f864e1f651d822ee1d52711f12730831d95fe71efc3a7549963983239ef3f7d2babd5c8a624f2b6a55361732e6ef6401c0df654096bb1 SHA512 7651ba2e28d5ff74ce506e1184c20b149c018ba75c5e02631da5b0efa8c48800a3315d74f48d7ba4b5368cf4be445f589099f0d788005c61161a31047c464103
|
||||
16
dev-python/tavalidate/metadata.xml
Normal file
16
dev-python/tavalidate/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>Matt.Jolly@footclan.ninja</email>
|
||||
<name>Matt Jolly</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">sohoffice/tavalidate</remote-id>
|
||||
<remote-id type="pypi">tavalidate</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
18
dev-python/tavalidate/tavalidate-0.0.6.ebuild
Normal file
18
dev-python/tavalidate/tavalidate-0.0.6.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 1999-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="Utities to validate Tavern responses"
|
||||
HOMEPAGE="https://github.com/sohoffice/tavalidate"
|
||||
SRC_URI="https://files.pythonhosted.org/packages/source/t/tavalidate/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user