public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xmltodict/
Date: Sun, 21 Aug 2016 17:56:54 +0000 (UTC)	[thread overview]
Message-ID: <1471801865.9d5d62d24c773d4b62294bc98c80094b04f0fead.radhermit@gentoo> (raw)

commit:     9d5d62d24c773d4b62294bc98c80094b04f0fead
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 17:51:05 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 17:51:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5d62d2

dev-python/xmltodict: remove old

 dev-python/xmltodict/Manifest                |  2 --
 dev-python/xmltodict/xmltodict-0.10.1.ebuild | 23 ---------------------
 dev-python/xmltodict/xmltodict-0.9.1.ebuild  | 30 ----------------------------
 dev-python/xmltodict/xmltodict-0.9.2.ebuild  | 23 ---------------------
 4 files changed, 78 deletions(-)

diff --git a/dev-python/xmltodict/Manifest b/dev-python/xmltodict/Manifest
index 31b3256..c7d0b7a 100644
--- a/dev-python/xmltodict/Manifest
+++ b/dev-python/xmltodict/Manifest
@@ -1,4 +1,2 @@
 DIST xmltodict-0.10.1.tar.gz 24620 SHA256 b2cab0184bbb8c3627fc54b03ed79ea2f4d5579fa041e3456ff8d3b3c09b0d5e SHA512 b2fdccf2a158256d8b2a78fdaf2c5527c6c25753da344864024fa8ef1d4e4b9a561d2802b10b668ea72af50dd41d05ca590dbf036a4b97c175b7788642ca3c63 WHIRLPOOL 4f239872ab411ec8c18c5184172e5cfa3a535ea3c86d92884e2993a57e10196925e32fd2139a76198d7cb739f0432cdf1d4fffc082b57c50946e5e4d2db21b1a
 DIST xmltodict-0.10.2.tar.gz 24854 SHA256 fc518ccf9adbbb917a2ddcb386be852ae6dd36935e1e8b9a3e760201abfdbf77 SHA512 f734c80740b99f0ebb1c0d955094f63c5f513cf1055ac8577395f91ce1ee95dfc3712512b3e6b1f971637be9c345073a7536bd3bccd0175f191017b40a4f4537 WHIRLPOOL 441bc2fd8b6f7efe43b24aca747c1ded764025cb999f9e62da7a8934956eb0cf5616733ad9f3fb8bd7f33e7728037d0ab0ab48b61da4eb208ceaa61a66486072
-DIST xmltodict-0.9.1.tar.gz 37721 SHA256 ba676bec7a2a2e8be0565c26807db8661f1bfd49b5fd7b2d89731270137f49f3 SHA512 4dd3ef1424f74185d37e41c6860c37c63e4d11735bd5e111025429b66ae2bff8b07a30f245dc40c85dc3e657fdfd3e91d7074adc69fc0d4b7bde1bf16d6010ac WHIRLPOOL d4dd1e1af07778757f2de80bc606656ef1488589d50f8da7d68894b9c66e7a6b3f6bc7a5ad0c35aa93e661ec9fadae028261df59dd79b9b922c274eb29d27c02
-DIST xmltodict-0.9.2.tar.gz 37875 SHA256 275d1e68c95cd7e3ee703ddc3ea7278e8281f761680d6bdd637bcd00a5c59901 SHA512 0d2bd2cce9b4484514cf16df92abdf26dfd17e222ea6a9285ca1216858bc8092bd328f39b8af851a1293e9d72f140775e12236a440004783a6bfd2321efec0c5 WHIRLPOOL 909460169cd3948dfc231040cc7f827436aafe0bd89b246e1cbf15699c84356e2947c704a555f62d4e378481b5acd5893a67bf31a9d97cb4b8f7a01fe378f76c

diff --git a/dev-python/xmltodict/xmltodict-0.10.1.ebuild b/dev-python/xmltodict/xmltodict-0.10.1.ebuild
deleted file mode 100644
index 5450c5d..0000000
--- a/dev-python/xmltodict/xmltodict-0.10.1.ebuild
+++ /dev/null
@@ -1,23 +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_3,3_4} pypy pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Makes working with XML feel like you are working with JSON"
-HOMEPAGE="https://github.com/martinblech/xmltodict/ https://pypi.python.org/pypi/xmltodict/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
-	nosetests || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/xmltodict/xmltodict-0.9.1.ebuild b/dev-python/xmltodict/xmltodict-0.9.1.ebuild
deleted file mode 100644
index 3c12088..0000000
--- a/dev-python/xmltodict/xmltodict-0.9.1.ebuild
+++ /dev/null
@@ -1,30 +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_3,3_4} pypy )
-inherit distutils-r1
-
-DESCRIPTION="Makes working with XML feel like you are working with JSON"
-HOMEPAGE="https://github.com/martinblech/xmltodict/ https://pypi.python.org/pypi/xmltodict/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-	# avoid setuptools sandbox issues, bug #489726
-	sed -i '/setup_requires/d' setup.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	nosetests || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/xmltodict/xmltodict-0.9.2.ebuild b/dev-python/xmltodict/xmltodict-0.9.2.ebuild
deleted file mode 100644
index 5450c5d..0000000
--- a/dev-python/xmltodict/xmltodict-0.9.2.ebuild
+++ /dev/null
@@ -1,23 +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_3,3_4} pypy pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Makes working with XML feel like you are working with JSON"
-HOMEPAGE="https://github.com/martinblech/xmltodict/ https://pypi.python.org/pypi/xmltodict/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
-	nosetests || die "Tests fail with ${EPYTHON}"
-}


             reply	other threads:[~2016-08-21 17:56 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-21 17:56 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-02  8:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/xmltodict/ Michał Górny
2024-10-26 11:52 Michał Górny
2024-10-16 17:53 Michał Górny
2024-10-10  5:03 Michał Górny
2024-10-09  6:31 Michał Górny
2024-05-17 10:51 Michał Górny
2023-05-26 21:12 Arthur Zamarin
2023-03-16  4:13 Michał Górny
2023-02-23 22:20 Sam James
2022-12-04 15:59 WANG Xuerui
2022-06-10  4:15 Michał Górny
2022-06-10  4:11 Michał Górny
2022-06-10  4:11 Michał Górny
2022-06-10  3:14 Sam James
2022-06-10  3:14 Sam James
2022-06-10  3:11 Sam James
2022-06-10  3:09 Sam James
2022-05-18 14:22 Andrew Ammerlaan
2022-05-08 17:39 Arthur Zamarin
2022-03-12 12:46 Arthur Zamarin
2022-03-12 12:46 Arthur Zamarin
2022-03-09 10:50 Jakov Smolić
2022-03-07  7:28 Agostino Sarubbo
2022-02-14  8:35 Matt Turner
2022-01-29 13:38 James Le Cuirot
2021-11-18  8:10 Sam James
2021-11-18  5:36 Sam James
2021-11-14  3:43 Sam James
2021-09-06  0:18 Sam James
2021-09-02  0:01 Marek Szuba
2021-08-24 23:21 Sam James
2021-07-12  6:41 Sam James
2021-07-11 10:14 Georgy Yakovlev
2021-06-20  1:55 Sam James
2021-05-07 11:11 Michał Górny
2020-06-10 19:13 Michał Górny
2020-03-29 12:22 Michał Górny
2020-02-06  7:10 Michał Górny
2019-12-03  2:45 Patrick McLean
2019-04-27 23:38 Anthony G. Basile
2019-04-12  5:01 Tim Harder
2019-03-17  0:01 Anthony G. Basile
2017-10-12 17:23 Tim Harder
2017-10-12 17:23 Tim Harder
2017-05-06 22:41 Tim Harder
2017-05-06 22:41 Tim Harder
2017-05-06 22:41 Tim Harder
2016-06-29  8:54 Patrick Lauer
2016-05-01  7:24 Jason Zaman
2016-03-16  8:18 Tiziano Müller
2016-03-01 19:05 Patrick Lauer

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=1471801865.9d5d62d24c773d4b62294bc98c80094b04f0fead.radhermit@gentoo \
    --to=radhermit@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