diff options
author | 2009-09-12 22:43:18 +0000 | |
---|---|---|
committer | 2009-09-12 22:43:18 +0000 | |
commit | 1e05b364f50ce6374266ac95630613cc8b8f1312 (patch) | |
tree | fcb281ec4cce755d967991438ecdec8dca40fbb1 /dev-python/pudb | |
parent | Add warning message about gst-plugins-meta, bug #280841. (diff) | |
download | historical-1e05b364f50ce6374266ac95630613cc8b8f1312.tar.gz historical-1e05b364f50ce6374266ac95630613cc8b8f1312.tar.bz2 historical-1e05b364f50ce6374266ac95630613cc8b8f1312.zip |
Version bump. Set SUPPORT_PYTHON_ABIS.
Package-Manager: portage-14237-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pudb')
-rw-r--r-- | dev-python/pudb/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pudb/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pudb/pudb-0.92.12.ebuild | 23 |
3 files changed, 33 insertions, 2 deletions
diff --git a/dev-python/pudb/ChangeLog b/dev-python/pudb/ChangeLog index 0084e730c7a8..08c3aba55b94 100644 --- a/dev-python/pudb/ChangeLog +++ b/dev-python/pudb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pudb # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pudb/ChangeLog,v 1.1 2009/07/03 14:01:38 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pudb/ChangeLog,v 1.2 2009/09/12 22:43:18 arfrever Exp $ + +*pudb-0.92.12 (13 Sep 2009) + + 13 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +pudb-0.92.12.ebuild: + Version bump. Set SUPPORT_PYTHON_ABIS. *pudb-0.92.3 (03 Jul 2009) diff --git a/dev-python/pudb/Manifest b/dev-python/pudb/Manifest index a62ddf5fb416..963573f2add6 100644 --- a/dev-python/pudb/Manifest +++ b/dev-python/pudb/Manifest @@ -1,4 +1,6 @@ +DIST pudb-0.92.12.tar.gz 26078 RMD160 86d93223c6addf8e4b591574c75fabbeb3237581 SHA1 4af9b779e0e7a5e195bde209aedbaff24c0c2a29 SHA256 9f2598cfd25f7e0dcbb60e2b0f38bd8c6248fdbcbda3653af6491c6145adbb57 DIST pudb-0.92.3.tar.gz 24327 RMD160 c53c7be20a3db181ef398d8e8eaeef19e2668b35 SHA1 982a2af4e851cc3416eb73e8860654d559901244 SHA256 aea1b421542d8988bed620df4afb171a135ce2873b6faaff2511934bb62878c9 +EBUILD pudb-0.92.12.ebuild 619 RMD160 ca1b894b1743a134c2a5c244cf2275eb1bae4490 SHA1 a975e31532849002aecd87ddda550b065a7eca7b SHA256 7f909eb8fe4364183593c5cd0e66bac40d7ed0584288f50c1c50b269de97f7c6 EBUILD pudb-0.92.3.ebuild 503 RMD160 9c4d1c9ee1f29e83cd982b91d586f88dd581ec60 SHA1 f0b9705254743acdc03f743b3d37ec31d3200a5c SHA256 36ced2e48b30b98052353d6d30fd2a654d7bf5d105aef97741bb1a74089d9e3c -MISC ChangeLog 336 RMD160 2e3e93207caf3de44ae604f3649f0195a3911036 SHA1 faf6942ef5fdd29aa44d9fe1784c31e183dd86a5 SHA256 d0886f84847ff4a6e9a191afc54fae8fe5938bd0b6d4288dcbda7d310b0db034 +MISC ChangeLog 506 RMD160 1a941e597aa0c41979e20b1e37d4616ce59f40d4 SHA1 c3b656f6d39feaa33e2465e8c507bd3f0d13b4e5 SHA256 15918b904ac0d6dfbd67574bb905c9c4d24fa491b5b0c983335002711da827ef MISC metadata.xml 334 RMD160 2625d6bf4b1574b10a9cb418d2c2edda950f51af SHA1 31e6b2b0bafab62bca49990971061828a284aa85 SHA256 12ce2f590c8196273513d1373e5d68813fc97078bf3f7b1d6cdbbe2e95a44a25 diff --git a/dev-python/pudb/pudb-0.92.12.ebuild b/dev-python/pudb/pudb-0.92.12.ebuild new file mode 100644 index 000000000000..12193ce358df --- /dev/null +++ b/dev-python/pudb/pudb-0.92.12.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pudb/pudb-0.92.12.ebuild,v 1.1 2009/09/12 22:43:18 arfrever Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="A full-screen, console-based Python debugger" +HOMEPAGE="http://pypi.python.org/pypi/pudb" +SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/urwid + dev-python/pygments" +DEPEND="${RDEPEND} + dev-python/setuptools" +RESTRICT_PYTHON_ABIS="3.*" |