public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-event/
Date: Wed,  3 May 2017 09:26:15 +0000 (UTC)	[thread overview]
Message-ID: <1493803562.8e4b8c35e938f3a57731c7ab31289a95fc14565c.mgorny@gentoo> (raw)

commit:     8e4b8c35e938f3a57731c7ab31289a95fc14565c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  3 07:56:42 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  3 09:26:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4b8c35

dev-python/zope-event: Clean old versions up

 dev-python/zope-event/Manifest                |  2 --
 dev-python/zope-event/zope-event-4.0.3.ebuild | 27 ---------------------------
 dev-python/zope-event/zope-event-4.1.0.ebuild | 27 ---------------------------
 3 files changed, 56 deletions(-)

diff --git a/dev-python/zope-event/Manifest b/dev-python/zope-event/Manifest
index 0e7e9d9fe41..fd242759a0c 100644
--- a/dev-python/zope-event/Manifest
+++ b/dev-python/zope-event/Manifest
@@ -1,3 +1 @@
-DIST zope.event-4.0.3.tar.gz 390984 SHA256 f5fdf6ca5716f714023358b212f7f435539dea11771603cd90eebf3ad34405f1 SHA512 bc328bb588beea0cdf55d5f36ff5b269d7b75f399b6d595e1df6565bf1d1fbe2d65b63072db26d096a3fc2dfc0fcec747ea7cf8eabe3c4535084347cb149f1e7 WHIRLPOOL 58ce4490fa86c79b30edc3c96d8d9e912b5d692bffe9664a29d2a7963efb90bb6d03acbe0774eb03ac912acfe44cca1c126cc1a840538bd2abcb1848ec972b53
-DIST zope.event-4.1.0.tar.gz 476047 SHA256 dc7a59a2fd91730d3793131a5d261b29e93ec4e2a97f1bc487ce8defee2fe786 SHA512 abb0a2de578546f678eb06160b50e6c301de97d4248baed80cd76cbf666b22962052f82d8a58a3006e72d288866e5d5baec86425ab27a79926b4706ef8d5915e WHIRLPOOL 9f07da6353636371df83e6fbb6d197d14959338ace4565ba1429d8759a26c3894a27e3fdaacecf2760c709a1baecc2128cd4c5430284ac7453dc8898e79d1f68
 DIST zope.event-4.2.0.tar.gz 488532 SHA256 ce11004217863a4827ea1a67a31730bddab9073832bdb3b9be85869259118758 SHA512 e39cbbccf679328db190f0641e3cb0d267fc606afc9cdbd4fb4100bde482f12f594319d885db101dfd98741225604bb49ef77094011bbe7edaa16877038f9989 WHIRLPOOL adcf773453096493ef6740480dd6b9b2f62a48670767896b25dd168fe6406f9b160a1ffd71baa93a29a085805ffffb2baf3158e955850199b90821a782fe39e0

diff --git a/dev-python/zope-event/zope-event-4.0.3.ebuild b/dev-python/zope-event/zope-event-4.0.3.ebuild
deleted file mode 100644
index 346538f7882..00000000000
--- a/dev-python/zope-event/zope-event-4.0.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=(python{2_7,3_4,3_5})
-
-inherit distutils-r1
-MY_PN=zope.event
-
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="Event publishing / dispatch, used by Zope Component Architecture"
-HOMEPAGE="https://github.com/zopefoundation/zope.event http://docs.zope.org/zope.event/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${MY_P}
-
-python_test() {
-	nosetests || die
-}

diff --git a/dev-python/zope-event/zope-event-4.1.0.ebuild b/dev-python/zope-event/zope-event-4.1.0.ebuild
deleted file mode 100644
index 11665454aa5..00000000000
--- a/dev-python/zope-event/zope-event-4.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=(python{2_7,3_4,3_5})
-
-inherit distutils-r1
-MY_PN=zope.event
-
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="Event publishing / dispatch, used by Zope Component Architecture"
-HOMEPAGE="https://github.com/zopefoundation/zope.event http://docs.zope.org/zope.event/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${MY_P}
-
-python_test() {
-	nosetests || die
-}


             reply	other threads:[~2017-05-03  9:26 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-03  9:26 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-08 18:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-event/ Michał Górny
2023-07-28  9:26 Michał Górny
2023-07-28  7:56 Sam James
2023-06-24  6:10 Michał Górny
2023-05-23 16:21 Michał Górny
2023-03-21  6:49 Michał Górny
2023-03-17 18:28 Michał Górny
2023-02-16 20:32 Michał Górny
2023-02-16 17:22 Arthur Zamarin
2022-12-16 11:32 Michał Górny
2022-05-09 20:38 Michał Górny
2022-04-22 15:35 Michał Górny
2022-04-20 17:24 Michał Górny
2022-04-20 14:12 Jakov Smolić
2022-04-11 19:58 Michał Górny
2022-04-09 19:12 Michał Górny
2021-05-05 13:20 Michał Górny
2021-01-06 22:30 Fabian Groffen
2020-12-04 12:38 Michał Górny
2020-12-03 17:31 Michał Górny
2020-11-16  8:22 Michał Górny
2020-11-16  2:55 Sam James
2020-11-16  0:20 Michał Górny
2020-09-20 15:46 Michał Górny
2020-09-19  7:21 Michał Górny
2020-05-25 16:16 Michał Górny
2020-05-25 16:16 Michał Górny
2020-03-29 12:22 Michał Górny
2019-12-28 16:02 Mikle Kolyada
2019-12-23  9:36 Mikle Kolyada
2019-12-17  7:27 Sergei Trofimovich
2019-12-16  7:54 Agostino Sarubbo
2019-12-16  7:51 Agostino Sarubbo
2019-12-16  7:49 Agostino Sarubbo
2019-12-15 18:09 Agostino Sarubbo
2019-12-15 18:08 Agostino Sarubbo
2019-12-15 14:51 Agostino Sarubbo
2019-12-02  2:48 Aaron Bauman
2019-11-30  8:28 Michał Górny
2019-11-16 11:02 Michał Górny
2019-11-16 11:02 Michał Górny
2019-02-16  7:52 Mikle Kolyada
2018-03-05 11:50 Mart Raudsepp
2018-01-06 13:39 Michał Górny
2017-08-20  3:57 Tim Harder
2017-07-23 11:40 Manuel Rüger
2017-05-07 18:43 Michał Górny
2017-05-07 18:43 Michał Górny
2017-01-29 17:28 Fabian Groffen
2017-01-23  6:19 Jeroen Roovers
2016-12-18 15:57 Agostino Sarubbo
2016-12-14  9:14 Tobias Klausmann
2016-08-21  8:18 Tim Harder
2016-02-23 23:25 Manuel Rüger
2016-01-06 20:40 Manuel Rüger
2015-12-01 20:52 Manuel Rüger

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=1493803562.8e4b8c35e938f3a57731c7ab31289a95fc14565c.mgorny@gentoo \
    --to=mgorny@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