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/zope-component/
Date: Sat, 30 Sep 2017 00:01:29 +0000 (UTC)	[thread overview]
Message-ID: <1506729674.bca08ede4c45bd466b21bc0a9160e90ce14226bc.radhermit@gentoo> (raw)

commit:     bca08ede4c45bd466b21bc0a9160e90ce14226bc
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 00:00:22 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 00:01:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca08ede

dev-python/zope-component: version bump to 4.4.1

 dev-python/zope-component/Manifest                 |  1 +
 .../zope-component/zope-component-4.4.1.ebuild     | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/zope-component/Manifest b/dev-python/zope-component/Manifest
index 7b72b84203a..b42c1c74c84 100644
--- a/dev-python/zope-component/Manifest
+++ b/dev-python/zope-component/Manifest
@@ -1,2 +1,3 @@
 DIST zope.component-4.3.0.tar.gz 85971 SHA256 bb4136c7443610f8c2d2d357cad247c3e90bb5e6f0b7a02b0edfb11924ff9bc2 SHA512 0c078bf2471bee44acac0c291c3159f4315cdbdb3eaa504f97c1b345fdba5efff6a1514ee2ab558ff3c3e4a18924f982de7c7ddf323080ee99f573d6776d91cc WHIRLPOOL 9edc6362b815497d129f8bcf897996f4fbc56b067a894b3033b4fcc85515d317eab54d63cfec4b066fb4ac750c94ddb6aaf0de4563d74e573afb172b31398be6
 DIST zope.component-4.4.0.tar.gz 86804 SHA256 2a53e184026d63ef4073dd3722b34f104fbc702329b61182bf65e1152ef5038a SHA512 7c158a8522fd7b7abd98837db4e9750c2a1a8b6878756ff80c6aa5c5dcaaf29323fd2daede63bd26f9242cdedb3ec0577b6d30a312b00c910f28f8397b795659 WHIRLPOOL c8b67436b1c213726cca7b1ea855fbadb3dbdc8fb2824022ad663ddaaa623eccfd76dbdb53db97cbd7dbb9da61983fb4a7f23c8b8467dc813e26e0547b69798b
+DIST zope.component-4.4.1.tar.gz 84745 SHA256 1b29aa65413f6dda29e64e2352a6aa13d9ba70078f6b91f328573488788d531c SHA512 dc9f6a725cc49ac94a164d11786ef977e94e1c9a7c88de4aaeb0f62621cfe00284007ae44937ec92ae6cffc5b16ab4af1548db2237b0ba4b818e2c8f6355ecbd WHIRLPOOL 20027bf663a9dd3abfce7ee72b35dae8b574b139da6278fcaf0a833051c54e169960dcceaeb0bcb9c4c140e82bde9c3e4f2da47857d99e883214845cb4c4bcb8

diff --git a/dev-python/zope-component/zope-component-4.4.1.ebuild b/dev-python/zope-component/zope-component-4.4.1.ebuild
new file mode 100644
index 00000000000..88bcb9d4a31
--- /dev/null
+++ b/dev-python/zope-component/zope-component-4.4.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+
+inherit distutils-r1
+MY_PN=zope.component
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Zope Component Architecture"
+HOMEPAGE="https://github.com/zopefoundation/zope.component http://docs.zope.org/zope.component/"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]
+	dev-python/zope-event[${PYTHON_USEDEP}]
+	>=dev-python/zope-interface-4.1.0[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+	dev-python/nose[${PYTHON_USEDEP}] )
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${MY_P}
+
+RESTRICT="test"
+
+python_test() {
+	nosetests || die
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	# remove .pth files since dev-python/namespace-zope handles the ns
+	find "${D}" -name '*.pth' -delete || die
+}


             reply	other threads:[~2017-09-30  0:01 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-30  0:01 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-18 15:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-component/ Michał Górny
2023-06-06  6:13 Michał Górny
2023-05-04 17:44 Michał Górny
2023-05-04 17:22 Arthur Zamarin
2023-04-15  8:23 Michał Górny
2023-03-21  6:49 Michał Górny
2023-03-17 18:28 Michał Górny
2023-02-17  6:21 Michał Górny
2023-02-16 22:50 Sam James
2023-01-04 14:15 Michał Górny
2023-01-04 12:24 Michał Górny
2023-01-04  6:24 Sam James
2022-11-09  6:53 Sam James
2022-06-07 23:12 Sam James
2022-05-28  6:58 Agostino Sarubbo
2022-05-27  9:12 Jakov Smolić
2022-05-13 10:49 Jakov Smolić
2022-05-13  8:55 Jakov Smolić
2022-04-25  6:29 Jakov Smolić
2022-04-24 17:47 Arthur Zamarin
2022-04-23 19:07 Michał Górny
2022-04-22 15:35 Michał Górny
2022-04-22 15:35 Michał Górny
2022-04-22 15:11 Arthur Zamarin
2022-04-22 15:11 Arthur Zamarin
2022-04-22 15:11 Arthur Zamarin
2022-04-11 19:58 Michał Górny
2022-04-09 21:47 Jakov Smolić
2022-04-09 20:23 Michał Górny
2022-04-09 18:56 Michał Górny
2021-06-22 17:02 Marek Szuba
2021-05-31 12:09 Michał Górny
2021-03-02  8:40 Sam James
2020-12-04 12:38 Michał Górny
2020-12-03 17:31 Michał Górny
2020-10-09  7:15 Michał Górny
2020-08-02  9:33 Michał Górny
2020-05-04 12:34 Michał Górny
2020-03-08 14:29 Michał Górny
2019-06-16  6:59 Matthew Thode
2019-05-16 16:00 Matthew Thode
2018-03-17 21:41 Michał Górny
2018-01-06 13:39 Michał Górny
2017-09-17 21:09 Matt Turner
2017-09-13 15:05 Fabian Groffen
2017-08-28 20:44 Alexis Ballier
2017-08-20  4:06 Tim Harder
2017-07-23 11:40 Manuel Rüger
2017-07-15 17:25 Tobias Klausmann
2017-05-07 18:43 Michał Górny
2017-05-02 17:43 Michał Górny
2017-04-28 18:32 Manuel Rüger
2016-08-31 12:35 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=1506729674.bca08ede4c45bd466b21bc0a9160e90ce14226bc.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