From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-distutils-extra/
Date: Wed, 9 Nov 2016 14:04:41 +0000 (UTC) [thread overview]
Message-ID: <1478700251.90a23e0feddde503b65f97cf1ee02512e7cf69cd.pacho@gentoo> (raw)
commit: 90a23e0feddde503b65f97cf1ee02512e7cf69cd
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 13:47:37 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Nov 9 14:04:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a23e0f
dev-python/python-distutils-extra: Drop old
Package-Manager: portage-2.3.2
| 2 -
| 46 --------------------
| 49 ----------------------
| 46 --------------------
4 files changed, 143 deletions(-)
--git a/dev-python/python-distutils-extra/Manifest b/dev-python/python-distutils-extra/Manifest
index d1087b9..f007fc1 100644
--- a/dev-python/python-distutils-extra/Manifest
+++ b/dev-python/python-distutils-extra/Manifest
@@ -1,3 +1 @@
-DIST python-distutils-extra-2.33.tar.gz 27053 SHA256 9ae0afefc19c7788a96869816ad9d39bbb187b2c61fae663d30ef2d4bbd51bd6 SHA512 aa1fac86482ee5bcb06591d334504dafb70a9f1b65076591e853cb7ef6854b913f7ae1415fbd6021df4cc9f9f232d1e114316e58db059334698af00b2da827a3 WHIRLPOOL ecc1b44479f359f5d30c3f66d3928268cc67e3ccf9877006db297abff739a830b79ee9b987a4393628e17925db7894b38ce63982827b1082ae0811cbf0f7c5f3
-DIST python-distutils-extra-2.37.tar.gz 27518 SHA256 5c9539badfdc7e0ebb463ee66b9c09d48a08ca121c84ec7316b1fbb799a72878 SHA512 757ef3f3b3c5baa4598ac2e76fc7257fa1d3f3153b842a6a55707150414199b699f460f3b0797674d6ba23824032362a470f500d2b90d9c95a0aae1a71a2d472 WHIRLPOOL f3eb3c3a9462fdf920e52dcbabe21ae8de7e60ad6b0377c5415c34e8ce91c7e3c1cfb80d75776049de081f2fb9a5d88e30161affd2cffa9cf0ef8aaa0602e48e
DIST python-distutils-extra-2.38.tar.gz 27748 SHA256 3d100d5d3492f40b3e7a6a4500f71290bfa91e2c50dc31ba8e3ff9b5d82ca153 SHA512 bbaea59a8f251f354e6cf3799b67c12225095cc869c7c4e299e719ad7bcfd1292cff99f95ab25f04fb9c3e2432da5ea614ee76154781388c47960fdf2c90a3d7 WHIRLPOOL 10ca7754985aa634aaef7f7fc80777ca4a2b79ecc11e80c48bb2e6c1765cc9f38fbf9696957f974533f50f06db3d1bdb6527f1ed6dbe05619f3d0a17184b885d
diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.33-r1.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.33-r1.ebuild
deleted file mode 100644
index 42fb642..00000000
--- a/dev-python/python-distutils-extra/python-distutils-extra-2.33-r1.ebuild
+++ /dev/null
@@ -1,46 +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 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Gettext support, themed icons and scrollkeeper-based documentation in distutils"
-HOMEPAGE="https://launchpad.net/python-distutils-extra"
-SRC_URI="https://launchpad.net/python-distutils-extra/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-DOCS=( doc/{FAQ,README,setup.cfg.example,setup.py.example} )
-
-python_prepare_all() {
- # Disable broken tests.
- sed \
- -e "s/test_desktop/_&/" \
- -e "s/test_po(/_&/" \
- -e "s/test_policykit/_&/" \
- -e "s/test_requires_provides/_&/" \
- -i test/auto.py
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- # 5 tests fail with disabled byte-compilation (they rely on exact
- # output from python).
- local -x PYTHONDONTWRITEBYTECODE
-
- cp -R -l test "${BUILD_DIR}"/ || die
-
- cd "${BUILD_DIR}" || die
- "${PYTHON}" test/auto.py || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.33.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.33.ebuild
deleted file mode 100644
index 16b6f58..00000000
--- a/dev-python/python-distutils-extra/python-distutils-extra-2.33.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="You can integrate gettext support, themed icons and scrollkeeper based documentation in distutils"
-HOMEPAGE="https://launchpad.net/python-distutils-extra"
-SRC_URI="https://launchpad.net/python-distutils-extra/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools"
-RDEPEND="${DEPEND}"
-
-DOCS="doc/FAQ doc/README doc/setup.cfg.example doc/setup.py.example"
-PYTHON_MODNAME="DistUtilsExtra"
-
-src_prepare() {
- distutils_src_prepare
-
- # Disable broken tests.
- sed \
- -e "s/test_desktop/_&/" \
- -e "s/test_po(/_&/" \
- -e "s/test_policykit/_&/" \
- -e "s/test_requires_provides/_&/" \
- -i test/auto.py
-}
-
-src_test() {
- # 5 tests fail with disabled byte-compilation.
- python_enable_pyc
-
- testing() {
- PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/auto.py
- }
- python_execute_function testing
-
- python_disable_pyc
-}
diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.37-r1.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.37-r1.ebuild
deleted file mode 100644
index a7eb99a..00000000
--- a/dev-python/python-distutils-extra/python-distutils-extra-2.37-r1.ebuild
+++ /dev/null
@@ -1,46 +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 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Gettext support, themed icons and scrollkeeper-based documentation in distutils"
-HOMEPAGE="https://launchpad.net/python-distutils-extra"
-SRC_URI="https://launchpad.net/python-distutils-extra/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-DOCS=( doc/{FAQ,README,setup.cfg.example,setup.py.example} )
-
-python_prepare_all() {
- # Disable broken tests.
- sed \
- -e "s/test_desktop/_&/" \
- -e "s/test_po(/_&/" \
- -e "s/test_policykit/_&/" \
- -e "s/test_requires_provides/_&/" \
- -i test/auto.py
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- # 5 tests fail with disabled byte-compilation (they rely on exact
- # output from python).
- local -x PYTHONDONTWRITEBYTECODE
-
- cp -R -l test "${BUILD_DIR}"/ || die
-
- cd "${BUILD_DIR}" || die
- "${PYTHON}" test/auto.py || die "Tests fail with ${EPYTHON}"
-}
next reply other threads:[~2016-11-09 14:04 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-09 14:04 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-20 18:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-distutils-extra/ David Seifert
2017-06-18 10:05 Pacho Ramos
2017-07-15 17:25 Tobias Klausmann
2017-09-12 23:02 Matt Turner
2017-09-17 21:09 Matt Turner
2019-08-11 19:02 Michał Górny
2019-08-11 19:02 Michał Górny
2019-10-13 17:52 Joonas Niilola
2019-11-17 20:45 Steve Arnold
2019-12-15 13:10 Conrad Kostecki
2020-02-12 7:51 Agostino Sarubbo
2020-03-28 21:11 Michał Górny
2020-04-27 12:03 Michał Górny
2020-04-28 5:45 Michał Górny
2020-04-28 9:09 Michał Górny
2020-04-28 9:09 Michał Górny
2020-04-28 13:10 Agostino Sarubbo
2020-04-30 11:58 Michał Górny
2020-05-06 7:01 Sergei Trofimovich
2020-05-08 17:54 Michał Górny
2020-05-11 11:38 Agostino Sarubbo
2020-05-11 17:48 Michał Górny
2020-06-22 15:36 Michał Górny
2020-08-02 9:15 Michał Górny
2021-01-08 12:40 Michał Górny
2021-07-01 21:16 Conrad Kostecki
2022-06-05 14:11 Michał Górny
2022-06-05 14:11 Michał Górny
2022-06-18 6:47 Michał Górny
2022-07-10 16:56 Sam James
2022-07-10 18:50 Michał Górny
2022-08-28 5:06 WANG Xuerui
2023-11-24 15:46 Michał Górny
2024-01-05 13:21 Jakov Smolić
2024-01-24 4:57 Ionen Wolkens
2024-01-25 9:21 Sam James
2024-02-10 6:58 Ionen Wolkens
2024-03-09 17:41 Conrad Kostecki
2024-03-09 17:41 Conrad Kostecki
2025-03-28 20:20 Conrad Kostecki
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=1478700251.90a23e0feddde503b65f97cf1ee02512e7cf69cd.pacho@gentoo \
--to=pacho@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