From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pykwalify/
Date: Sun, 15 Jan 2017 12:32:55 +0000 (UTC) [thread overview]
Message-ID: <1484483564.5864da23d1edc7e656ebbf8d9b44af321f30ae47.mrueg@gentoo> (raw)
commit: 5864da23d1edc7e656ebbf8d9b44af321f30ae47
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 12:32:44 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 12:32:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5864da23
dev-python/pykwalify: Remove old
Package-Manager: portage-2.3.3
dev-python/pykwalify/Manifest | 2 --
dev-python/pykwalify/pykwalify-1.4.0.ebuild | 37 -----------------------------
dev-python/pykwalify/pykwalify-1.4.1.ebuild | 37 -----------------------------
3 files changed, 76 deletions(-)
diff --git a/dev-python/pykwalify/Manifest b/dev-python/pykwalify/Manifest
index bcf3a61..060e7c9 100644
--- a/dev-python/pykwalify/Manifest
+++ b/dev-python/pykwalify/Manifest
@@ -1,4 +1,2 @@
-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
DIST pykwalify-1.5.2.tar.gz 42965 SHA256 0d8d6178ceed3163092bd76170595f8673afb1a9b557920b0de74cd8ffccd712 SHA512 1ec425f4a755dfd6e94b7e6ed098b49919e4d0de46c984e73c6452370ecb8898dc00cc383b01b27153b0d5e12dd6f5d1df4f6324e1e4f9413ed7a4d1565c5d50 WHIRLPOOL 6927a4bf759a67578ca0f433fbb7bf9e9bf56fabb5056d7782fb74fde62978d885154c7462c5bd0d528fca0497ef7f322812c1ddf2aa7b61a1a251161f44b19f
diff --git a/dev-python/pykwalify/pykwalify-1.4.0.ebuild b/dev-python/pykwalify/pykwalify-1.4.0.ebuild
deleted file mode 100644
index a0d60da..00000000
--- a/dev-python/pykwalify/pykwalify-1.4.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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_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"
-
-RESTRICT="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}]
- )
-"
-
-python_test() {
- py.test || die
-}
diff --git a/dev-python/pykwalify/pykwalify-1.4.1.ebuild b/dev-python/pykwalify/pykwalify-1.4.1.ebuild
deleted file mode 100644
index 69ee7dc..00000000
--- a/dev-python/pykwalify/pykwalify-1.4.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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_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
-}
next reply other threads:[~2017-01-15 12:32 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-15 12:32 Manuel Rüger [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
2015-10-01 7:04 Justin Lecher
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=1484483564.5864da23d1edc7e656ebbf8d9b44af321f30ae47.mrueg@gentoo \
--to=mrueg@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