public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pykwalify/
Date: Thu,  1 Oct 2015 07:04:09 +0000 (UTC)	[thread overview]
Message-ID: <1443683041.5e1de743979bc7177e2e8869c53ede64127f2397.jlec@gentoo> (raw)

commit:     5e1de743979bc7177e2e8869c53ede64127f2397
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 07:04:01 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 07:04:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e1de743

dev-python/pykwalify: Version Bump

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/pykwalify/Manifest               |  1 +
 dev-python/pykwalify/pykwalify-1.5.0.ebuild | 37 +++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pykwalify/Manifest b/dev-python/pykwalify/Manifest
index b9cbd2e..ce9b534 100644
--- a/dev-python/pykwalify/Manifest
+++ b/dev-python/pykwalify/Manifest
@@ -1,2 +1,3 @@
 DIST pykwalify-1.4.0.tar.gz 23126 SHA256 25ab7c4303ca4631dd89de851535d1284a8799c7b696ddbf95056f0b615f4520 SHA512 072f646a9846122e74fb09b682abaf89b93ded52b9e32053586658a4a5a416bc51d051b1607358450324ceb963e3cd66ae487421275cc7928facdb2acede2797 WHIRLPOOL 826cd36b5f1061a60c2056d532671cca5865462805e5c6f6c9b83e149d9775f9a2ffb559d5ea8dd18986eb7dffe36710cc776e022c2d0b36fc51a1045e52b4a0
 DIST pykwalify-1.4.1.tar.gz 36874 SHA256 2b46d0ff31d3fe26cdc2d6adbbb8f256a0cada965d847162f10f58f6254f8ac1 SHA512 d1a6a50ed29eb1c187e6b748c6cf1ce089e3c57be279adfd7f1763c9ff74968d881a14e18a6d6a1bdbd17cc15c3471807025aee9026719f78089edcd3398b5d5 WHIRLPOOL 66d58126678507a40097a1eeac7f0c5f149e04eb200b18c02689e83f638393dbbe5dcca739cb4daf1a3f95065c439ff7c4535c40fb2a83da47dfa0b88ea16ae2
+DIST pykwalify-1.5.0.tar.gz 38400 SHA256 b1ddec5398c366f41ca90bb613e51444b4de84f5904937951190dffc8f57f757 SHA512 067f9306a394fe78311dae10165ff0efaadcbe5f93493b9aa46fc5072c1fcf2bc2b6cb913bd2df79d9102eaffa39a8f85ff5db1a26d437acc678f70f7aebab53 WHIRLPOOL e9226392dfffc4513f4c86ace27fdd38b8d8df39b7d47fcfad96a20ab5f6568228ee9c18dcb4ef7411769dea3b4cc31ce1b42595d2edcb9cf97f8add74288ad5

diff --git a/dev-python/pykwalify/pykwalify-1.5.0.ebuild b/dev-python/pykwalify/pykwalify-1.5.0.ebuild
new file mode 100644
index 0000000..2d4f682
--- /dev/null
+++ b/dev-python/pykwalify/pykwalify-1.5.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python lib/cli for JSON/YAML schema validation"
+HOMEPAGE="https://pypi.python.org/pypi/pykwalify https://github.com/Grokzen/pykwalify"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+	>=dev-python/docopt-0.6.2
+	>=dev-python/pyyaml-3.11
+	>=dev-python/python-dateutil-2.4.2
+"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/testfixtures[${PYTHON_USEDEP}]
+	)
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.4.0-S.patch )
+
+python_test() {
+	py.test || die
+}


             reply	other threads:[~2015-10-01  7:04 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-01  7:04 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-28 14:53 [gentoo-commits] repo/gentoo:master commit in: dev-python/pykwalify/ Petr Vaněk
2024-06-28 14:53 Petr Vaněk
2023-11-24 15:39 Michał Górny
2023-07-23 15:29 Michał Górny
2022-12-10 15:46 Michał Górny
2022-11-09  6:53 Sam James
2022-08-30 18:53 Michał Górny
2022-08-30 17:08 Jakov Smolić
2022-07-29 16:37 Arthur Zamarin
2021-08-30  4:30 Arthur Zamarin
2021-08-29 19:31 Arthur Zamarin
2021-06-22 19:21 Marek Szuba
2021-03-05 19:26 Sam James
2021-03-02  7:38 Sam James
2021-03-02  1:01 Michał Górny
2021-02-22 13:28 Sam James
2020-12-30 23:00 Michał Górny
2020-11-19 19:52 Michał Górny
2020-11-19 19:52 Michał Górny
2020-07-06 19:15 Michał Górny
2020-03-28 17:44 Michał Górny
2019-07-05  9:45 Michał Górny
2019-07-05  9:45 Michał Górny
2018-06-24 17:24 Pacho Ramos
2017-11-25 21:44 David Seifert
2017-07-12 19:00 Pacho Ramos
2017-05-02 16:41 Michał Górny
2017-01-15 12:32 Manuel Rüger
2017-01-15 12:32 Manuel Rüger
2015-08-31  6:46 Justin Lecher
2015-08-27 16:01 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1443683041.5e1de743979bc7177e2e8869c53ede64127f2397.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox