diff options
author | Sebastian Pipping <sping@gentoo.org> | 2010-03-10 00:08:49 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2010-03-10 00:08:49 +0000 |
commit | 430caf7ad46cf0167834cf1838243f588fbfa825 (patch) | |
tree | 76afb2c2d71e6b4987fefa4c0e4a8264d017a2c5 | |
parent | Add note about modifications to metadata.xml. (diff) | |
download | historical-430caf7ad46cf0167834cf1838243f588fbfa825.tar.gz historical-430caf7ad46cf0167834cf1838243f588fbfa825.tar.bz2 historical-430caf7ad46cf0167834cf1838243f588fbfa825.zip |
dev-python/pyxattr: Bump to 0.5.0
Package-Manager: portage-2.2_rc65/cvs/Linux i686
-rw-r--r-- | dev-python/pyxattr/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/pyxattr/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pyxattr/pyxattr-0.5.0.ebuild | 29 |
3 files changed, 39 insertions, 3 deletions
diff --git a/dev-python/pyxattr/ChangeLog b/dev-python/pyxattr/ChangeLog index 7fad40e39f4d..39bcefe1b05b 100644 --- a/dev-python/pyxattr/ChangeLog +++ b/dev-python/pyxattr/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyxattr -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.21 2009/10/25 13:41:48 arfrever Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.22 2010/03/10 00:08:49 sping Exp $ + +*pyxattr-0.5.0 (10 Mar 2010) + + 10 Mar 2010; Sebastian Pipping <sping@gentoo.org> +pyxattr-0.5.0.ebuild: + Bump to 0.5.0 which introduces Python 3 support 25 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> pyxattr-0.4.0.ebuild: diff --git a/dev-python/pyxattr/Manifest b/dev-python/pyxattr/Manifest index a4b8f7e1259a..1083e21e4c75 100644 --- a/dev-python/pyxattr/Manifest +++ b/dev-python/pyxattr/Manifest @@ -1,4 +1,6 @@ DIST pyxattr-0.4.0.tar.gz 19205 RMD160 cfb9d330b77caa922b21529c96bf2c175a977290 SHA1 9ed3e162742ed0e2c23d35f539b41e598c996016 SHA256 ffeac7a90f44661a3f0b29cf36e7d1cb73dddaa29f921ca5eef96d5d1b25f3b3 +DIST pyxattr-0.5.0.tar.gz 19578 RMD160 cae40c67f39d632bfeb801004bf0e0a70f7ad1ed SHA1 1a99a7d0b5d7d6c191d79e4c25e43a3de2b220ee SHA256 0d7bdf92cba5eb528f82f0e77af7db6a517c9fe615a46714c7c88ea44d33c2ea EBUILD pyxattr-0.4.0.ebuild 784 RMD160 c79d0285d3a6d32839f315773b30d387c744a963 SHA1 d98916703009179f42aeed12872571abc866825f SHA256 6804b3b25902f7d33f336c363ff417572098bde38895ffaf7db96b863d955d12 -MISC ChangeLog 2566 RMD160 d1f362fe8bcf4f08ba0e0a4b2a793fb7a29d129d SHA1 dd809f6e6be03b5955121fc835bef02934c0879d SHA256 669b907370f626a7888b07bf0f7fe73bbd7ba46d80c5fb32e83463cb03ad1630 +EBUILD pyxattr-0.5.0.ebuild 762 RMD160 99fccd9826b74699f79c045605d4ac8057762f00 SHA1 04ffe38dd7e50e7931bdeaf0d2c1201a3b7a7a43 SHA256 c1a88f75da1cf5f8f718282436e74c58f9f0b07f587ecc88c0579eac6c2e404f +MISC ChangeLog 2719 RMD160 dfc9c60dae85fe4b138d61f551c4425d2a8f038e SHA1 da6ecc079b037f53f1a5713ce95f652aeefe6c1a SHA256 2d53b839f0d3b82e1019f45090e0f9f4d4c6d49860958db982048c9f8b09c2aa MISC metadata.xml 426 RMD160 552d25c9119867a5f859dcda6cf520b3237d749c SHA1 395700d113983497f847838266094db03aa5b2c0 SHA256 95dc196c61a559b544aa3732a99d68323081f63677c05a27815361b6bad6bf18 diff --git a/dev-python/pyxattr/pyxattr-0.5.0.ebuild b/dev-python/pyxattr/pyxattr-0.5.0.ebuild new file mode 100644 index 000000000000..87e0af32c325 --- /dev/null +++ b/dev-python/pyxattr/pyxattr-0.5.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.0.ebuild,v 1.1 2010/03/10 00:08:49 sping Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="Python interface to xattr" +HOMEPAGE="http://sourceforge.net/projects/pyxattr/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="test" + +RDEPEND="sys-apps/attr" +DEPEND="${RDEPEND} + >=dev-python/setuptools-0.6_rc7-r1 + test? ( dev-python/nose )" + +src_test() { + testing() { + PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" nosetests-${PYTHON_ABI} + } + python_execute_function testing +} |