From: "Patrick Lauer (patrick)" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/cssselect: cssselect-0.7.1.ebuild ChangeLog
Date: Thu, 28 Jun 2012 06:17:34 +0000 (UTC) [thread overview]
Message-ID: <20120628061734.5AEDE2004B@flycatcher.gentoo.org> (raw)
patrick 12/06/28 06:17:34
Modified: ChangeLog
Added: cssselect-0.7.1.ebuild
Log:
Bump
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-python/cssselect/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cssselect/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cssselect/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cssselect/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cssselect/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 27 Jun 2012 17:30:56 -0000 1.5
+++ ChangeLog 28 Jun 2012 06:17:34 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/cssselect
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cssselect/ChangeLog,v 1.5 2012/06/27 17:30:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cssselect/ChangeLog,v 1.6 2012/06/28 06:17:34 patrick Exp $
+
+*cssselect-0.7.1 (28 Jun 2012)
+
+ 28 Jun 2012; Patrick Lauer <patrick@gentoo.org> +cssselect-0.7.1.ebuild:
+ Bump
27 Jun 2012; Markus Meier <maekke@gentoo.org> cssselect-0.6.1.ebuild:
add ~arm, bug #416099
@@ -20,4 +25,3 @@
+metadata.xml:
Initial import, ebuild written by me. It's new dependency for >=dev-
python/pyquery-1.2
-
1.1 dev-python/cssselect/cssselect-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cssselect/cssselect-0.7.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cssselect/cssselect-0.7.1.ebuild?rev=1.1&content-type=text/plain
Index: cssselect-0.7.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cssselect/cssselect-0.7.1.ebuild,v 1.1 2012/06/28 06:17:34 patrick Exp $
EAPI=4
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
inherit distutils
DESCRIPTION="parses CSS3 Selectors and translates them to XPath 1.0"
HOMEPAGE="http://packages.python.org/cssselect/ http://pypi.python.org/pypi/cssselect"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd"
IUSE="doc test"
DEPEND="dev-python/setuptools
doc? ( dev-python/sphinx )
test? ( dev-python/lxml )"
RDEPEND=""
DOCS="AUTHORS CHANGES README.rst"
src_compile() {
distutils_src_compile
if use doc ; then
"$(PYTHON -f)" setup.py build_sphinx || die
fi
}
src_test() {
testing() {
PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" ${PN}/tests.py -v
}
python_execute_function testing
}
src_install() {
distutils_src_install
if use doc ; then
dohtml -r docs/_build/html/
fi
}
next reply other threads:[~2012-06-28 6:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-28 6:17 Patrick Lauer (patrick) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-11-14 19:31 [gentoo-commits] gentoo-x86 commit in dev-python/cssselect: cssselect-0.7.1.ebuild ChangeLog Tomas Chvatal (scarabeus)
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=20120628061734.5AEDE2004B@flycatcher.gentoo.org \
--to=patrick@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