dev-python/voluptuous: treeclean
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
5494f2168e
commit
9f6850b543
@ -1,4 +0,0 @@
|
||||
AUX voluptuous-0.11.5-fix-doctest.patch 193 BLAKE2B 7880210f220cc65a4ac3692da728fe607e2accea6722232dd0bbef2fcc29187e661afb326741caa0d47f9dc96b6b5bb1cfcd064019dae66636054e1b2704f01f SHA512 d261e24685e551de96cdd68e1e0090aa639198f2647ad5d68f7d0d45b834ede99c52e5439ed0b41f3271aaf934519105c8e0820ead288b1748b18b0ee734e977
|
||||
DIST voluptuous-0.12.2.tar.gz 48477 BLAKE2B c1cc26b3ac87bcd357d522c8a5210397f1a16e68f812727f2e8ab18c6731d12a04c2e9a96735e25926854eb378feaaeb8bafc083f394b7e9c2dfa2a503abeeb9 SHA512 86193294c1c6a593f6556f23a9a2c093690a06cbdabb7e268db135e36af6a15c113e78f3e05d000276b6ff54b8e17a0a01d589e9232da9eb5320500fdb5757e1
|
||||
EBUILD voluptuous-0.12.2.ebuild 536 BLAKE2B 9db66011e3ec6ffc3edb29fce04d4756b2c0d35b3aa7d01216a02af9a6353553e187a989ea5cdaf799d709c1de56f34aa77027eb24d8623f87f463ece0ef598e SHA512 412ffbce88b85db79e56ebb5979995a2f9267dff42e5c0f7d2d0ab0c011b4f1c91a42326b19bdbbe56648a3c47201a76d32f5418d5292f93bfa691a07930d6b6
|
||||
MISC metadata.xml 716 BLAKE2B 1298492f8a89ce4babc23481dc56da06e4d9007546ed2804fdf42906f6d90d3b1327ee2d54724fa3621a387429544931d30a0334312a68a17edaeba735c9d7b8 SHA512 80636ea29257b1ff070427dc759f9d0abf02ba2037676725627308c69a1e9bc49353c09507523a739c3f07a4cb284e2df76d3935f4f9dadb64005ad7204ddf60
|
@ -1,11 +0,0 @@
|
||||
--- a/voluptuous/util.py
|
||||
+++ b/voluptuous/util.py
|
||||
@@ -87,7 +87,7 @@
|
||||
>>> s = Schema(validators.Any(int, SetTo(42)))
|
||||
>>> s(2)
|
||||
2
|
||||
- >>> s("foo")
|
||||
+ >>> s(42)
|
||||
42
|
||||
"""
|
||||
|
@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>prometheanfire@gentoo.org</email>
|
||||
<name>Matthew Thode</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Voluptuous, despite the name, is a Python data validation library. It is primarily intended for validating data coming into Python as JSON, YAML, etc.
|
||||
</longdescription>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">alecthomas/voluptuous</remote-id>
|
||||
<remote-id type="pypi">voluptuous</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,19 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Python data validation library"
|
||||
HOMEPAGE="https://github.com/alecthomas/voluptuous"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-0.11.5-fix-doctest.patch" )
|
||||
|
||||
distutils_enable_tests nose
|
Loading…
x
Reference in New Issue
Block a user