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/wrapt/
Date: Wed,  3 May 2017 09:26:14 +0000 (UTC)	[thread overview]
Message-ID: <1493803560.61109d68fb3e79110c9a93dc00fd41652e110f6a.mgorny@gentoo> (raw)

commit:     61109d68fb3e79110c9a93dc00fd41652e110f6a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  3 07:46:04 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  3 09:26:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61109d68

dev-python/wrapt: Clean old versions up

 dev-python/wrapt/Manifest               |  2 --
 dev-python/wrapt/wrapt-1.10.6-r1.ebuild | 47 ---------------------------------
 dev-python/wrapt/wrapt-1.10.7.ebuild    | 46 --------------------------------
 3 files changed, 95 deletions(-)

diff --git a/dev-python/wrapt/Manifest b/dev-python/wrapt/Manifest
index 8a22ee1d3f7..405577f400c 100644
--- a/dev-python/wrapt/Manifest
+++ b/dev-python/wrapt/Manifest
@@ -1,4 +1,2 @@
 DIST wrapt-1.10.5.tar.gz 119157 SHA256 4fd82193b23f60e1a39f3e10c81143c1e29e26cd5fc9afe1a7dc0f5e4b4a67d7 SHA512 450b32eea67774081d23c0e020ed7eea3c8ac458925a16cd606a4f95ee5b7631bda5ff00ceb914e9ccc28a5e0a7302534b6711bb23d637c77327a8a9d228cb55 WHIRLPOOL 7cfa9477f525e60f16a7b1689ba43b327192837bea34e96977442b9cd143a63fafdfa7d0b3895c93052b0e6f426e76fa439b155ee4e481dd5e922c529676691c
-DIST wrapt-1.10.6-r1.tar.gz 120259 SHA256 b540e23753d3f7017ec0d38f16daf77f9e9cf170d5040abc3d87573ba20fc4f3 SHA512 658c780971dddf444070b9d30a8ac7c08ee0088b8f4378bcc9c22126608e52b338dc00969b08828b0318070abcf0e875bc2b7c6228a71fbbca362033088b4314 WHIRLPOOL 7aed77677a1448d6b3795be7fb56989be98a691a7470096adf45002ca124a99b5cab3e42b319493b4c8300684e488a07cf96d1c5a01e9fc9f181f765a0542254
-DIST wrapt-1.10.7.tar.gz 120316 SHA256 50ad31f01761410b192ce054aebcb61c54dbd493446440214356635874ecafca SHA512 ca694963860e22d6fe05fdd679f25c7d2fb01a3a635f9744dd2034c7468563f299442a3a60f4385e049b15f04bc86c7c0a6d0501bf274a87cdcd786fd46efeee WHIRLPOOL 659226504f1711749dae0228a9de07bebd04d2c4dd4b8696095eb7e76c6e1a7e991ea5a08188d93abe14c8a7e9b69b0d4ea04945fcf8349dd1f397870e39cab1
 DIST wrapt-1.10.8.tar.gz 120359 SHA256 096b47f44e3197934ccc335c53d2d21bf6ed9fd941b294726e26a1fd18fd4541 SHA512 2a37584b3c3a33a2d39d5cbe9f7e61a50131db55ffd5be7902b5ee84c347d8ff4d6094e5639d2f854fab274b2517a0e47420da9f543f11cf92973acd6d15d42e WHIRLPOOL 5f27b048b9f06c03c3e3acdd9c3a64308958585deb7e314c80158910cfc1eac154540a0e4a3c838718456d5ed38751d85f49645e634a7d2734cad916547a5bc7

diff --git a/dev-python/wrapt/wrapt-1.10.6-r1.ebuild b/dev-python/wrapt/wrapt-1.10.6-r1.ebuild
deleted file mode 100644
index e7bb3e8370e..00000000000
--- a/dev-python/wrapt/wrapt-1.10.6-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Module for decorators, wrappers and monkey patching"
-HOMEPAGE="https://github.com/GrahamDumpleton/wrapt"
-SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}-r1.tar.gz"
-S="${S}-r1"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc test"
-
-DEPEND="
-	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-	doc? (
-		dev-python/sphinx[${PYTHON_USEDEP}]
-		dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-	)
-"
-RDEPEND=""
-
-python_compile_all() {
-	use doc && emake -C docs html
-}
-
-python_compile() {
-	local WRAPT_EXTENSIONS=true
-
-	distutils-r1_python_compile
-}
-
-python_test() {
-	py.test -vv || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( docs/_build/html/. )
-
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/wrapt/wrapt-1.10.7.ebuild b/dev-python/wrapt/wrapt-1.10.7.ebuild
deleted file mode 100644
index 80343e195bf..00000000000
--- a/dev-python/wrapt/wrapt-1.10.7.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Module for decorators, wrappers and monkey patching"
-HOMEPAGE="https://github.com/GrahamDumpleton/wrapt"
-SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc test"
-
-DEPEND="
-	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-	doc? (
-		dev-python/sphinx[${PYTHON_USEDEP}]
-		dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-	)
-"
-RDEPEND=""
-
-python_compile_all() {
-	use doc && emake -C docs html
-}
-
-python_compile() {
-	local WRAPT_EXTENSIONS=true
-
-	distutils-r1_python_compile
-}
-
-python_test() {
-	py.test -vv || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( docs/_build/html/. )
-
-	distutils-r1_python_install_all
-}


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

Thread overview: 121+ 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 --
2023-11-29 15:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/wrapt/ Michał Górny
2023-11-29 15:15 Arthur Zamarin
2023-11-29 14:56 Arthur Zamarin
2023-11-29 13:18 Arthur Zamarin
2023-11-29 12:34 Arthur Zamarin
2023-11-29 11:35 Michał Górny
2023-11-29 11:32 Michał Górny
2023-11-29 11:15 Michał Górny
2023-11-29 10:03 Michał Górny
2023-11-09 18:40 Arthur Zamarin
2023-11-05  5:23 Michał Górny
2023-11-05  5:23 Michał Górny
2023-11-05  5:23 Michał Górny
2023-05-29 12:00 Michał Górny
2023-05-04 17:04 Michał Górny
2023-03-30 19:35 Michał Górny
2023-03-30 18:34 Arthur Zamarin
2023-03-30 18:33 Arthur Zamarin
2023-03-30 16:00 Arthur Zamarin
2023-03-30 15:56 Arthur Zamarin
2023-03-30 15:51 Arthur Zamarin
2023-03-30 15:36 Arthur Zamarin
2023-03-30 15:36 Arthur Zamarin
2023-03-30 15:34 Arthur Zamarin
2023-02-27  5:38 Michał Górny
2022-06-17 12:44 Michał Górny
2022-06-17 10:17 Jakov Smolić
2022-06-16 23:05 Jakov Smolić
2022-06-16 10:16 Jakov Smolić
2022-06-16 10:15 Jakov Smolić
2022-06-16 10:15 Jakov Smolić
2022-06-16  9:56 Jakov Smolić
2022-06-16  9:52 Jakov Smolić
2022-06-16  9:33 Jakov Smolić
2022-05-13  6:15 Michał Górny
2022-05-02  8:27 Michał Górny
2022-04-18 18:22 Arthur Zamarin
2022-04-16  7:38 Sam James
2022-04-15 16:40 Arthur Zamarin
2022-04-15 16:40 Arthur Zamarin
2022-04-15 15:09 Arthur Zamarin
2022-04-15 15:04 Arthur Zamarin
2022-04-15 15:04 Arthur Zamarin
2022-03-19 14:03 Arthur Zamarin
2022-03-19 14:03 Arthur Zamarin
2022-03-19  7:56 Agostino Sarubbo
2022-03-18 18:09 Sam James
2022-03-18 18:09 Sam James
2022-03-18 17:26 Arthur Zamarin
2022-03-18 12:24 Arthur Zamarin
2022-03-10 18:36 Arthur Zamarin
2022-01-30 13:09 Michał Górny
2021-12-07  8:40 Joshua Kinard
2021-11-10 15:19 Arthur Zamarin
2021-11-09 22:35 Sam James
2021-11-06 19:56 Sam James
2021-11-05 17:38 Sam James
2021-11-05 17:38 Sam James
2021-11-05 17:33 Sam James
2021-11-05  2:20 Sam James
2021-11-05  2:18 Sam James
2021-11-05  2:12 Sam James
2021-10-13  7:20 Michał Górny
2021-10-05  8:27 Michał Górny
2021-09-25 13:09 James Le Cuirot
2021-05-30 23:19 Marek Szuba
2021-05-30  8:14 Michał Górny
2021-01-06 22:30 Fabian Groffen
2020-09-04  8:57 Sergei Trofimovich
2020-07-12 16:57 Michał Górny
2020-07-11 15:21 Sam James
2020-07-09  8:41 Agostino Sarubbo
2020-07-09  8:27 Agostino Sarubbo
2020-07-09  8:16 Agostino Sarubbo
2020-07-09  8:04 Agostino Sarubbo
2020-07-09  7:58 Agostino Sarubbo
2020-06-03 21:16 Sergei Trofimovich
2020-04-08 14:01 Agostino Sarubbo
2020-03-26 11:48 Michał Górny
2020-03-26 11:48 Michał Górny
2020-03-18 18:39 Michał Górny
2020-03-14 19:22 Sebastian Pipping
2020-03-14 18:25 Mikle Kolyada
2020-03-09 20:22 Andreas Sturmlechner
2020-03-09 12:48 Agostino Sarubbo
2020-03-09 12:42 Agostino Sarubbo
2020-03-09 12:41 Agostino Sarubbo
2020-03-09 12:39 Agostino Sarubbo
2020-03-09 11:17 Agostino Sarubbo
2020-03-09 10:23 Agostino Sarubbo
2020-03-06 16:33 Sebastian Pipping
2020-03-05 19:44 Sebastian Pipping
2020-02-11  7:39 Michał Górny
2020-01-29 19:53 Patrick McLean
2019-06-19  4:09 Jason Zaman
2018-03-10 14:56 Pacho Ramos
2018-01-06 13:39 Michał Górny
2017-12-27 19:02 Fabian Groffen
2017-10-04  8:57 Michał Górny
2017-08-27  8:07 Tim Harder
2017-07-26  9:40 Fabian Groffen
2017-02-20 18:08 Markus Meier
2017-02-16  9:32 Zac Medico
2017-01-24 11:46 Agostino Sarubbo
2017-01-23 18:58 Tobias Klausmann
2016-04-24 15:12 Alex Brandt
2016-04-24 15:12 Alex Brandt
2016-04-10 21:55 Alex Brandt
2016-02-28  7:00 Matt Thode
2016-01-08 15:38 Alex Brandt
2015-12-26 15:20 Alex Brandt
2015-12-24 17:20 Alex Brandt
2015-12-09 12:01 Justin Lecher
2015-12-03 10:21 Justin Lecher
2015-12-03 10:21 Justin Lecher
2015-12-03 10:21 Justin Lecher
2015-11-10  8:24 Agostino Sarubbo
2015-11-10  8:19 Agostino Sarubbo
2015-09-16  8:53 Justin Lecher
2015-09-01 15:27 Matt Thode

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=1493803560.61109d68fb3e79110c9a93dc00fd41652e110f6a.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