diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-05-19 00:00:08 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-05-19 23:54:33 +0200 |
commit | 9a7c17cc622213f79235fb14869e3a61b5bfef1c (patch) | |
tree | 47e7d6341843f5f3c4361e9ae6eb23142035ff31 /dev-python/schema | |
parent | www-apps/piwigo: 2.9.0 bump (diff) | |
download | gentoo-9a7c17cc622213f79235fb14869e3a61b5bfef1c.tar.gz gentoo-9a7c17cc622213f79235fb14869e3a61b5bfef1c.tar.bz2 gentoo-9a7c17cc622213f79235fb14869e3a61b5bfef1c.zip |
dev-python/schema: version bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/schema')
-rw-r--r-- | dev-python/schema/Manifest | 1 | ||||
-rw-r--r-- | dev-python/schema/schema-0.6.6.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/schema/Manifest b/dev-python/schema/Manifest index dd42dd6b5f99..610bf484066f 100644 --- a/dev-python/schema/Manifest +++ b/dev-python/schema/Manifest @@ -1 +1,2 @@ DIST schema-0.5.0.tar.gz 8765 SHA256 fa982e925cfe56ce036b5776aff6179621cae5994b9066d17a33143fd5ddf883 SHA512 8eab5f8dc8e544d14c19b9355ffe5f542dd06003133bcd3fc642f95cf1da8286a0146fae666ba656450d4b564da6f0933b9d64ae54e88202b4c5c5150ffbc033 WHIRLPOOL eb73ab0b399bb123a109721f14f2283c5e7b1ed08d55ba7cc04ccece4b745979515cd5d1913e3f099738fdb64e83f5202ebbfacaed523cd0828245de62fac771 +DIST schema-0.6.6.tar.gz 13490 SHA256 758b59ffc654d3794f6edd6e67db948f26164ddcd3cd7dde8bbeefc4934482d3 SHA512 1a0729b30eb3190396401f1d8b7976119e11acaf2e1902a05e5a8239337004bc0a416939f0b1212dbe16304bfb0c1e28051752c2a81bfd0f14899ef76a166bb6 WHIRLPOOL 8fe3ecd99f53aaf43bf071400d722b7f657faaf7d878cc79d0604741b4042fe750ba2152e00d48c57214c9b00d2f17d6d5f0af1856d747d0db9a0ca7d7384988 diff --git a/dev-python/schema/schema-0.6.6.ebuild b/dev-python/schema/schema-0.6.6.ebuild new file mode 100644 index 000000000000..a85bb01f7f3e --- /dev/null +++ b/dev-python/schema/schema-0.6.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Library for validating Python data structures" +HOMEPAGE="https://pypi.python.org/pypi/schema https://github.com/keleshev/schema" +SRC_URI=" + mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz + https://github.com/keleshev/schema/archive/v${PV}.zip -> ${P}.tar.gz +" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |