dev-python/validators: New package, dependency for net-misc/mastodome
All checks were successful
the build was successful
All checks were successful
the build was successful
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
parent
97c0973c2d
commit
47346f64f3
13
dev-python/validators/Manifest
Normal file
13
dev-python/validators/Manifest
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
-----BEGIN PGP SIGNED MESSAGE-----
|
||||||
|
Hash: SHA256
|
||||||
|
|
||||||
|
DIST 0.12.1.tar.gz 21038 BLAKE2B 92dac2f6823b22bf81de4be2032f3f2406f28f7bc7f7edfb9939ccaca9d5b27b91671d4c1aef19daf69b40594251bddea96a5f52d5d889a140745e3ff4beeb68 SHA512 72fc4efe99c3ebe012133005ae38ac483d083561fb9ad5e060319d2db11036e735d5e3af3fb398c314fabd2d4ce2089439559be5eed31c980cbdddd60dadcac2
|
||||||
|
EBUILD validators-0.12.1.ebuild 463 BLAKE2B bcf776da30e9a46068d66787f4a55a0964c536a76b5d8d21b2148885a728ce9b7bdd5a47203d390723a2e30759e6e9307a8c78bd3cc734d61b41c387b5b09087 SHA512 d2a46ba3fd8670fc4d23e55050a0c90ccdc3db08aac9e8f3f08429f91eed42c4b3a15cedd40ed2962d4d7c63d390efc2a0dd6934bb5cb304f8f2a7ea526afc86
|
||||||
|
MISC metadata.xml 404 BLAKE2B af5ef7874749bc0d80bceb98e8b4aabc5f744c316c516db5f8fa42ca71c48140d57ccbe799b199de5c4da5cec95cd4d89f52ae386c239f0b8059dfbe785511a6 SHA512 38e939bb0d4540fccb7ccccc61e9d0cbd875c2f7fd882b21973f8a2cad3544b865c6d2843dc9aa17236888577fd5e479d404a9e1f47c62930ae87ab30b2b4eb8
|
||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW/cUJwAKCRDPw5SX8bJu
|
||||||
|
BzrEAP9/aRFqTsRVjWTm5C92EhYfZ04TEHTwahZU2i0bV+E4hgEAhAHoW6pfY+mC
|
||||||
|
XFBAYVFWwv2KgxWLv5Q3w/EKRqaPsfs=
|
||||||
|
=TtAw
|
||||||
|
-----END PGP SIGNATURE-----
|
12
dev-python/validators/metadata.xml
Normal file
12
dev-python/validators/metadata.xml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>gentoo@tastytea.de</email>
|
||||||
|
<name>tastytea</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<bugs-to>https://github.com/kvesteri/validators/issues</bugs-to>
|
||||||
|
<doc>https://validators.readthedocs.io/en/latest/</doc>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
23
dev-python/validators/validators-0.12.1.ebuild
Normal file
23
dev-python/validators/validators-0.12.1.ebuild
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Copyright 1999-2018 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_6 )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Python Data Validation for Humans(TM)."
|
||||||
|
HOMEPAGE="https://github.com/kvesteri/validators"
|
||||||
|
SRC_URI="https://github.com/kvesteri/validators/archive/${PV}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
dev-python/decorator
|
||||||
|
dev-python/six
|
||||||
|
"
|
||||||
|
DEPEND="${RDEPEND}"
|
Reference in New Issue
Block a user