diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2019-07-17 09:31:49 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2019-07-17 09:31:49 -0700 |
commit | ad75cc6a4a7d560a1ff874f0982fd9aade6c85e8 (patch) | |
tree | 89f47e575faca60f59f48e7657ce4a719d3504f6 | |
parent | dev-python/pycryptodome (diff) | |
download | palmer-ad75cc6a4a7d560a1ff874f0982fd9aade6c85e8.tar.gz palmer-ad75cc6a4a7d560a1ff874f0982fd9aade6c85e8.tar.bz2 palmer-ad75cc6a4a7d560a1ff874f0982fd9aade6c85e8.zip |
dev-python/validictory-1.1.2: New ebuild
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
-rw-r--r-- | dev-python/validictory/Manifest | 1 | ||||
-rw-r--r-- | dev-python/validictory/validictory-1.1.2.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/validictory/Manifest b/dev-python/validictory/Manifest new file mode 100644 index 0000000..b969061 --- /dev/null +++ b/dev-python/validictory/Manifest @@ -0,0 +1 @@ +DIST validictory-1.1.2.tar.gz 29399 BLAKE2B 31605fb2bd51eff8b4fb77133ac79502fb93de5b2e2efd72e5df2a3e8ebb10fe0bb669153ca73b4365a3ddad4705394cd65bb759df2e016978fd218ee6e27f56 SHA512 4185669d4e9c418fcd848e45598df2be2af75fd65fcae294ea686899ceea20e5ebaef2c5a7c754ec8a95cab92232f2dc152f0515f72088ae64f421b064c16a37 diff --git a/dev-python/validictory/validictory-1.1.2.ebuild b/dev-python/validictory/validictory-1.1.2.ebuild new file mode 100644 index 0000000..056d782 --- /dev/null +++ b/dev-python/validictory/validictory-1.1.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="deprecated general purpose python data validator" +HOMEPAGE="https://github.com/jamesturk/validictory/" +SRC_URI="https://github.com/jamesturk/validictory/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" |