From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cssutils/
Date: Wed, 19 Oct 2016 23:22:42 +0000 (UTC) [thread overview]
Message-ID: <1476919362.ad7e7b009d301d764bf79c719f9cacbebe5a576b.monsieurp@gentoo> (raw)
commit: ad7e7b009d301d764bf79c719f9cacbebe5a576b
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 23:22:16 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 23:22:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7e7b00
dev-python/cssutils: clean up old.
Package-Manager: portage-2.3.0
dev-python/cssutils/Manifest | 2 --
dev-python/cssutils/cssutils-0.9.10-r1.ebuild | 46 -------------------------
dev-python/cssutils/cssutils-0.9.10-r2.ebuild | 46 -------------------------
dev-python/cssutils/cssutils-1.0.ebuild | 49 ---------------------------
4 files changed, 143 deletions(-)
diff --git a/dev-python/cssutils/Manifest b/dev-python/cssutils/Manifest
index 1cc575f..b66e4c5 100644
--- a/dev-python/cssutils/Manifest
+++ b/dev-python/cssutils/Manifest
@@ -1,3 +1 @@
-DIST cssutils-0.9.10.tar.gz 622919 SHA256 08e2481f53d57e27fffb781bf8c313132c1079b8b1c18ff4f633f2df47011ca6 SHA512 c8fabc808a6d31f0d4a1b48b566277a15bb91974eb797d11d857b05e9e548e03d510d90265e43b9fa9b173eccb5f571c9306bda57c2515878e646b2be32b736e WHIRLPOOL 8d8455b5c6a0fb49d87c7097169c2670e7a2e09ade9fcaa70344a6aab70d7420e3e982488eb88ef118457936d9f917080ea576b879905ebff7dc8bf47815c9b2
DIST cssutils-1.0.1.tar.gz 353621 SHA256 d8a18b2848ea1011750231f1dd64fe9053dbec1be0b37563c582561e7a529063 SHA512 932a128443cc31f689d91c7c75a04ddc79824b4e5c0779e48d30fa0a3a760cad82d8208264ec95a3b120c38962f2eabf6b3456aa8f81d24e9c9718e95fd6bf83 WHIRLPOOL b3cf4f4e94671a7cef49956f40b6ea67264fdeb305197e125d059c8fa815747a872bd5e15c2745c6fc602dc7d27881a2258219817b2abc7b9953bb3bb371e808
-DIST cssutils-1.0.tar.gz 622909 SHA256 050f4e78a9c24a619cbb15c395105e73f3b3bec0204991a6d5e2f8bcca031753 SHA512 673e1de1028acbc8e3fe298b88207da73ee704b7eb89eb22d4606d5086c46a943e3bb48d2ba9b5a1685a253553bbd13d89f41546dca3deaf2d54d8d6f61f9b65 WHIRLPOOL 726a5f557e70bdc612ca70b8203ecf1670c4385eaf5c77aa3b21c3a13e80928e38fc7766efa2ae682a52b0a890675f5746190e0740389dee5427740bab817bff
diff --git a/dev-python/cssutils/cssutils-0.9.10-r1.ebuild b/dev-python/cssutils/cssutils-0.9.10-r1.ebuild
deleted file mode 100644
index 7db6547..00000000
--- a/dev-python/cssutils/cssutils-0.9.10-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=( python{2_7,3_3,3_4} pypy )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="A CSS Cascading Style Sheets library"
-HOMEPAGE="https://pypi.python.org/pypi/cssutils/ https://bitbucket.org/cthedot/cssutils"
-# Missing test data
-# https://bitbucket.org/cthedot/cssutils/pull-request/11
-#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-HG_COMMIT="6fbc1877f6089610b733a92d21c2bbf25dc1ca28"
-SRC_URI="https://bitbucket.org/cthedot/cssutils/get/${HG_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
-IUSE="examples test"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
- # Disable test failing with dev-python/pyxml installed.
- if has_version dev-python/pyxml; then
- sed -e "s/test_linecol/_&/" -i src/tests/test_errorhandler.py
- fi
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- ln -s "${S}/sheets" "${BUILD_DIR}/sheets" || die
- set -- nosetests -P "${BUILD_DIR}/lib/cssutils/tests"
- echo "$@"
- "$@" || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/cssutils/cssutils-0.9.10-r2.ebuild b/dev-python/cssutils/cssutils-0.9.10-r2.ebuild
deleted file mode 100644
index 1c74279..00000000
--- a/dev-python/cssutils/cssutils-0.9.10-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="A CSS Cascading Style Sheets library"
-HOMEPAGE="https://pypi.python.org/pypi/cssutils/ https://bitbucket.org/cthedot/cssutils"
-# Missing test data
-# https://bitbucket.org/cthedot/cssutils/pull-request/11
-#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-HG_COMMIT="6fbc1877f6089610b733a92d21c2bbf25dc1ca28"
-SRC_URI="https://bitbucket.org/cthedot/cssutils/get/${HG_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="examples test"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
- # Disable test failing with dev-python/pyxml installed.
- if has_version dev-python/pyxml; then
- sed -e "s/test_linecol/_&/" -i src/tests/test_errorhandler.py
- fi
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- ln -s "${S}/sheets" "${BUILD_DIR}/sheets" || die
- set -- nosetests -P "${BUILD_DIR}/lib/cssutils/tests"
- echo "$@"
- "$@" || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/cssutils/cssutils-1.0.ebuild b/dev-python/cssutils/cssutils-1.0.ebuild
deleted file mode 100644
index 1a0487d3..00000000
--- a/dev-python/cssutils/cssutils-1.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="A CSS Cascading Style Sheets library"
-HOMEPAGE="https://pypi.python.org/pypi/cssutils/ https://bitbucket.org/cthedot/cssutils"
-# Missing test data
-# https://bitbucket.org/cthedot/cssutils/pull-request/11
-#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-HG_COMMIT="6fbc1877f6089610b733a92d21c2bbf25dc1ca28"
-SRC_URI="https://bitbucket.org/cthedot/cssutils/get/${HG_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="examples test"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- "
-DEPEND="${RDEPEND}
- test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
- # Disable test failing with dev-python/pyxml installed.
- if has_version dev-python/pyxml; then
- sed -e "s/test_linecol/_&/" -i src/tests/test_errorhandler.py
- fi
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- ln -s "${S}/sheets" "${BUILD_DIR}/sheets" || die
- # exclude tests that connect to the network
- set -- nosetests \
- -e test_parseUrl -e test_handlers -P "${BUILD_DIR}/lib/cssutils/tests"
- echo "$@"
- "$@" || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
next reply other threads:[~2016-10-19 23:22 UTC|newest]
Thread overview: 79+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-19 23:22 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-22 15:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/cssutils/ Michał Górny
2024-06-22 13:49 Arthur Zamarin
2024-06-05 4:51 Michał Górny
2024-06-01 8:09 Michał Górny
2024-06-01 7:39 Arthur Zamarin
2024-05-28 12:10 Michał Górny
2024-05-15 2:08 Michał Górny
2024-05-14 6:16 Michał Górny
2024-04-20 11:23 Michał Górny
2024-04-20 10:49 Michał Górny
2024-03-31 19:07 Arthur Zamarin
2023-11-15 17:10 Michał Górny
2023-11-15 16:34 Arthur Zamarin
2023-10-13 4:44 Michał Górny
2023-07-21 12:53 Arthur Zamarin
2023-07-21 12:52 Arthur Zamarin
2023-06-18 17:07 Michał Górny
2023-06-12 11:37 Michał Górny
2023-06-09 12:22 Michał Górny
2023-05-31 15:35 Michał Górny
2023-02-07 9:26 Michał Górny
2023-02-07 9:26 Michał Górny
2022-09-25 18:15 Arthur Zamarin
2022-09-25 18:14 Arthur Zamarin
2022-08-22 19:23 Arthur Zamarin
2022-08-13 12:35 Michał Górny
2022-08-13 11:50 Arthur Zamarin
2022-07-25 7:12 Michał Górny
2022-07-12 17:09 Arthur Zamarin
2022-07-05 4:42 Michał Górny
2022-07-04 10:34 Agostino Sarubbo
2022-07-04 10:34 Agostino Sarubbo
2022-07-04 6:55 Agostino Sarubbo
2022-07-04 6:53 Agostino Sarubbo
2022-07-04 6:51 Agostino Sarubbo
2022-06-14 7:06 Jakov Smolić
2022-06-14 6:01 Jakov Smolić
2022-06-14 5:58 Jakov Smolić
2022-06-13 21:24 Jakov Smolić
2022-06-09 7:23 Michał Górny
2022-06-03 5:37 Michał Górny
2022-03-26 17:54 Arthur Zamarin
2022-02-23 8:12 Michał Górny
2022-02-04 12:04 Michał Górny
2021-11-26 20:32 Michał Górny
2021-11-26 20:25 Arthur Zamarin
2021-10-23 8:53 Michał Górny
2021-04-12 16:17 Michał Górny
2021-04-12 15:50 Sam James
2021-04-09 22:25 Michał Górny
2021-04-09 22:17 Sam James
2021-03-11 12:24 Michał Górny
2021-03-11 8:48 Michał Górny
2021-03-09 23:51 Sam James
2021-03-09 23:51 Sam James
2021-03-09 23:44 Michał Górny
2020-12-24 8:48 Michał Górny
2020-08-23 11:45 David Seifert
2020-03-07 15:45 Michał Górny
2020-03-07 15:11 Michał Górny
2020-02-24 12:53 Agostino Sarubbo
2020-02-24 12:49 Agostino Sarubbo
2020-02-24 11:43 Agostino Sarubbo
2020-02-24 10:07 Agostino Sarubbo
2020-02-21 17:28 Michał Górny
2020-02-21 17:28 Michał Górny
2020-02-04 19:47 Michał Górny
2019-12-27 16:17 Sebastian Pipping
2019-12-03 23:17 Aaron Bauman
2019-12-03 23:17 Aaron Bauman
2019-12-03 23:15 Aaron Bauman
2019-03-20 21:35 Patrice Clement
2019-03-20 21:35 Patrice Clement
2017-05-15 9:47 Lars Wendler
2017-04-12 21:06 Michał Górny
2016-10-19 23:22 Patrice Clement
2016-02-20 2:30 Ian Delaney
2015-11-11 8:29 Justin Lecher
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=1476919362.ad7e7b009d301d764bf79c719f9cacbebe5a576b.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