From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rope/
Date: Mon, 22 Aug 2016 08:56:33 +0000 (UTC) [thread overview]
Message-ID: <1471856179.47531c9f54c8ba9475b2ffa326a7de9b55a75467.monsieurp@gentoo> (raw)
commit: 47531c9f54c8ba9475b2ffa326a7de9b55a75467
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 08:35:19 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 08:56:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47531c9f
dev-python/rope: Clean up old.
Package-Manager: portage-2.2.28
dev-python/rope/Manifest | 2 --
dev-python/rope/rope-0.10.2.ebuild | 28 ----------------------------
dev-python/rope/rope-0.9.4-r1.ebuild | 31 -------------------------------
3 files changed, 61 deletions(-)
diff --git a/dev-python/rope/Manifest b/dev-python/rope/Manifest
index 8628a1a..6a15921 100644
--- a/dev-python/rope/Manifest
+++ b/dev-python/rope/Manifest
@@ -1,3 +1 @@
-DIST rope-0.10.2.tar.gz 221523 SHA256 fffca108c0d6a711121ce11fed286f4ddc5791c7a6c3f079221a9303d1ddb465 SHA512 9d3c3f2197b8eff87301d90dbf58872070e8c352704f50c942c270a05ba08504aeb2bb8f6d00902954abaa4d721d2a246c720f94547d8d3517cb84c0b31d9bc2 WHIRLPOOL 196587c655e6bffb26bc6498e57a833ddfc5c3ec0ccaa0b0baff9618f0e9fc5d18612fdada1a91e3ca8813b2c3c254691d462f2ff622af371a78b22b2024016f
DIST rope-0.10.3.tar.gz 226123 SHA256 eb45bea0abcf31a1a12ff087b990060e64244b835582ebc7642e6f7ea1fd65a2 SHA512 1d868aeebd086c3fc199316a71e61a8c46c76d85176557842051bb8f51d090f316df6bb84f766db5a46dc164d3e471eb90465805a102e46acb34e39b2b0ce8b4 WHIRLPOOL 16cd8b80f7f3fe729d1d3b4b5b98fcd5b6f16c818ddd67a9d460fe4947e768febf1425e8d20bf0e47c9d49a58b4ba1acac0e6640d61fc187f84fc843128c591d
-DIST rope-0.9.4.tar.gz 221516 SHA256 2dc0342604851d8fbdafa198172eab5da7ed422759016669056181e21c54a6ba SHA512 462ce4fec7decdca67400e01fc08cb924019e71011fa0c50c529ff0ba377b277685f34a78796b5c30c20ac063aaba1b0b61bd9ac5b05625399e9d71ac625e534 WHIRLPOOL 7fcdfcd0d82e869b8008cedb7fc0ecbb8f7da302994129273e342346becde8cbd5915f9e04d2a9de57eb2b42b4487329109c159277f8255e386fc2765213a94b
diff --git a/dev-python/rope/rope-0.10.2.ebuild b/dev-python/rope/rope-0.10.2.ebuild
deleted file mode 100644
index 6c37962..0000000
--- a/dev-python/rope/rope-0.10.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python refactoring library"
-HOMEPAGE="http://rope.sourceforge.net/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-python_test() {
- PYTHONPATH="${BUILD_DIR}/lib:." ${EPYTHON} ropetest/__init__.py
-}
-
-src_install() {
- distutils-r1_src_install
- docinto docs
- dodoc docs/*.rst
-}
diff --git a/dev-python/rope/rope-0.9.4-r1.ebuild b/dev-python/rope/rope-0.9.4-r1.ebuild
deleted file mode 100644
index de458c6..0000000
--- a/dev-python/rope/rope-0.9.4-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python refactoring library"
-HOMEPAGE="http://rope.sourceforge.net/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-python_test() {
- PYTHONPATH="${BUILD_DIR}/lib:." ${EPYTHON} ropetest/__init__.py
-}
-
-src_install() {
- distutils-r1_src_install
- docinto docs
- dodoc docs/*.txt
-}
next reply other threads:[~2016-08-22 8:56 UTC|newest]
Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-22 8:56 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-11 19:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/rope/ Michał Górny
2024-04-11 17:41 Arthur Zamarin
2024-03-24 18:17 Michał Górny
2024-03-24 16:22 Michał Górny
2024-02-03 20:03 Michał Górny
2024-02-03 19:09 Sam James
2024-01-18 17:15 Arthur Zamarin
2023-11-29 11:04 Michał Górny
2023-11-24 23:14 Sam James
2023-11-06 6:22 Michał Górny
2023-11-02 5:44 Michał Górny
2023-11-02 4:12 Sam James
2023-09-28 4:43 Michał Górny
2023-08-03 4:39 Michał Górny
2023-08-02 19:25 Arthur Zamarin
2023-06-30 2:56 Michał Górny
2023-06-06 5:57 Michał Górny
2023-06-06 1:51 Sam James
2023-05-05 17:30 Arthur Zamarin
2023-03-16 4:07 Michał Górny
2023-02-28 19:09 Sam James
2023-02-17 6:21 Michał Górny
2023-02-16 22:50 Sam James
2023-01-17 5:08 Michał Górny
2022-12-31 12:37 Michał Górny
2022-12-31 12:12 Sam James
2022-12-16 11:32 Michał Górny
2022-11-30 3:09 Michał Górny
2022-11-30 0:52 Sam James
2022-11-29 21:46 Jakov Smolić
2022-11-26 6:28 Michał Górny
2022-11-23 8:41 Michał Górny
2022-10-22 6:22 Michał Górny
2022-08-31 18:19 Arthur Zamarin
2022-08-30 18:53 Michał Górny
2022-08-30 17:08 Jakov Smolić
2022-07-30 12:35 Arthur Zamarin
2022-07-30 2:33 Sam James
2022-06-27 9:29 Michał Górny
2022-06-27 7:34 Agostino Sarubbo
2022-06-24 20:45 Jakov Smolić
2022-06-22 17:31 Arthur Zamarin
2022-05-26 8:07 Michał Górny
2022-05-15 10:41 Michał Górny
2022-05-15 10:41 Michał Górny
2022-05-15 8:19 Jakov Smolić
2022-04-08 8:56 Michał Górny
2022-03-31 14:08 Michał Górny
2022-03-31 13:55 Jakov Smolić
2022-02-27 8:49 Michał Górny
2022-02-26 8:34 Michał Górny
2021-12-23 22:46 Michał Górny
2021-12-23 22:39 Sam James
2021-11-22 23:04 Michał Górny
2021-11-21 20:14 Michał Górny
2021-11-21 19:28 Jakov Smolić
2021-10-24 8:43 Michał Górny
2021-10-18 20:40 Michał Górny
2021-09-18 21:38 Michał Górny
2021-09-18 7:00 Michał Górny
2021-09-09 14:12 Andrew Ammerlaan
2021-05-26 6:49 Agostino Sarubbo
2021-05-06 23:03 Michał Górny
2021-05-06 21:19 Sam James
2021-04-19 6:56 Michał Górny
2020-12-16 17:25 Michał Górny
2020-12-16 16:46 Sam James
2020-12-05 9:58 Michał Górny
2020-11-05 1:39 Matt Turner
2020-11-05 1:39 Matt Turner
2020-10-13 18:06 Sam James
2020-07-17 4:14 Matt Turner
2020-03-29 7:31 Michał Górny
2020-02-15 20:43 Matt Turner
2017-11-02 12:29 Michał Górny
2017-11-02 12:29 Michał Górny
2017-09-14 2:00 Tim Harder
2017-03-10 17:24 Patrick Lauer
2016-08-22 8:56 Patrice Clement
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=1471856179.47531c9f54c8ba9475b2ffa326a7de9b55a75467.monsieurp@gentoo \
--to=monsieurp@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