summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2012-02-23 00:31:47 +0000
committerMarien Zwart <marienz@gentoo.org>2012-02-23 00:31:47 +0000
commita4dc472baa2aeb7f47d1bfb6bfc99ef10f2dbd86 (patch)
treef3c5f74123aad171549a186122c81820ba08c081 /dev-python/deform
parentcleanup. (diff)
downloadhistorical-a4dc472baa2aeb7f47d1bfb6bfc99ef10f2dbd86.tar.gz
historical-a4dc472baa2aeb7f47d1bfb6bfc99ef10f2dbd86.tar.bz2
historical-a4dc472baa2aeb7f47d1bfb6bfc99ef10f2dbd86.zip
Version bump, adding Python 3 compatibility.
Package-Manager: portage-2.2.0_alpha88/cvs/Linux x86_64
Diffstat (limited to 'dev-python/deform')
-rw-r--r--dev-python/deform/ChangeLog7
-rw-r--r--dev-python/deform/Manifest14
-rw-r--r--dev-python/deform/deform-0.9.4.ebuild50
3 files changed, 69 insertions, 2 deletions
diff --git a/dev-python/deform/ChangeLog b/dev-python/deform/ChangeLog
index b27e4d4821cf..6d5117649e14 100644
--- a/dev-python/deform/ChangeLog
+++ b/dev-python/deform/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/deform
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/deform/ChangeLog,v 1.2 2012/02/08 02:56:49 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/deform/ChangeLog,v 1.3 2012/02/23 00:31:47 marienz Exp $
+
+*deform-0.9.4 (23 Feb 2012)
+
+ 23 Feb 2012; Marien Zwart <marienz@gentoo.org> +deform-0.9.4.ebuild:
+ Version bump, adding Python 3 compatibility.
*deform-0.9.3 (08 Feb 2012)
diff --git a/dev-python/deform/Manifest b/dev-python/deform/Manifest
index 1643f655775d..2c9d530b1dba 100644
--- a/dev-python/deform/Manifest
+++ b/dev-python/deform/Manifest
@@ -1,6 +1,18 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
DIST deform-0.9.2.tar.gz 645413 RMD160 73fdabcfb124948160e5633726b600188602ddac SHA1 58dffd4ccb8817317b2901fea487345fa299af73 SHA256 51ce06ca2f9bad84225065875fbfc64b3e9d08d134fa164c09a1dc69be9be675
DIST deform-0.9.3.tar.gz 645749 RMD160 8d592fdf759f9c3b9a2838662c44cd3e7422cf5b SHA1 2e27858184980447f035844c4ca54da604829e20 SHA256 03241bfebf6a9987546ff735d86cd4d9155238411adb0347fce66f9684ed7d90
+DIST deform-0.9.4.tar.gz 654093 RMD160 f91d6e4d51c1387197e983983313028bceb3ce6e SHA1 3e9d229d043c79967f8437df2be5f84530908392 SHA256 d78f5dacf543d47fd22b88b50fb1829b3f4107b3c49d272834e6f405e2325358
EBUILD deform-0.9.2.ebuild 796 RMD160 c8ab5d800fd444e4b598a55e39e1c5ec2f27c922 SHA1 a3b30425c393c12224b3004eaba01f918e98b26f SHA256 859af633c791d6ac4dce6e5d831066924101b3a3db7829320fa018724b0b04eb
EBUILD deform-0.9.3.ebuild 790 RMD160 5742c4870f4c989cad0e1aeea4275adb466294da SHA1 585946f7f25b2c56bd78df231a3b89a1ddfb539c SHA256 1c093d6df24718b1547bde1f8ce47494e92648d5c37bae074f4e3e264e562077
-MISC ChangeLog 524 RMD160 fcac263ea9a16aacce5174ef85fc7d31751d707d SHA1 c101916dddb9c7f99aa32de0829daa2a8605a15a SHA256 a23d98918634c8b7ac1837b820605d97266cc45aa2e5041d1b8a09da8c27b92f
+EBUILD deform-0.9.4.ebuild 1685 RMD160 eac87afcfa4dfaddeb54af2cf7cc8d6f5a63362f SHA1 b6f2a673fb2818fedda51c210346128a0ce118bc SHA256 96a03484f4ab66b476f7ee9bfe61d004a144995cc0fd6bbf8980eec2c0df8d26
+MISC ChangeLog 672 RMD160 85652ab5a5278edda808e630fa941e3fc61455a5 SHA1 2e6c9ca87460378999b50980df814a3973340f6b SHA256 02f600e51f13bae92518556ea4bf4231bb8247abcc91fb5dd99fda3fdfa62295
MISC metadata.xml 162 RMD160 b892a3896f801a0c8420baf49296050d1132bea3 SHA1 e42acb023fe4bd0fac8f1bafa9b984ddf96fbc5e SHA256 16ffd53ada09d3888873e96fbb35cf8e7de89caa3a7132de7fe286fcbe42f8e5
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iF4EAREIAAYFAk9FiPgACgkQpnr2roL0g0nSOgD/dGAzxhhP8raj7tKUWGEpZCw9
+n/irBf+mEPaC11XXU0wA/jC9QnbC3nNFTNXf7EqGd8tNzVojFfCTXiILt3sSPzIx
+=VngH
+-----END PGP SIGNATURE-----
diff --git a/dev-python/deform/deform-0.9.4.ebuild b/dev-python/deform/deform-0.9.4.ebuild
new file mode 100644
index 000000000000..74eeb01f0cfa
--- /dev/null
+++ b/dev-python/deform/deform-0.9.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/deform/deform-0.9.4.ebuild,v 1.1 2012/02/23 00:31:45 marienz Exp $
+
+EAPI="3"
+
+SUPPORT_PYTHON_ABIS=1
+PYTHON_DEPEND="2:2.6 3:3.2"
+RESTRICT_PYTHON_ABIS="2.5 3.0 3.1"
+DISTUTILS_SRC_TEST="setup.py"
+
+inherit distutils
+
+DESCRIPTION="Another form generation library"
+HOMEPAGE="http://docs.pylonsproject.org/projects/deform/en/latest/ http://pypi.python.org/pypi/deform https://github.com/Pylons/deform"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="repoze"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Depend on peppercorn, translationstring and colander with Python 3 support
+RDEPEND=">=dev-python/translationstring-1.1
+ >=dev-python/colander-0.9.6
+ >=dev-python/peppercorn-0.4
+ >=dev-python/chameleon-1.2.3"
+
+# The tests depend on beautifulsoup4, which is not currently packaged.
+# They will pass because setuptools downloads it from crummy.com
+# during the test phase. This is undesirable, so restrict the tests for now.
+# Revisit this in the future if beautifulsoup4 is packaged.
+DEPEND="${RDEPEND}"
+# test? ( dev-python/beautifulsoup )"
+RESTRICT="test"
+
+# Include COPYRIGHT.txt because the license seems to require it.
+DOCS="CHANGES.txt COPYRIGHT.txt README.txt"
+
+src_install() {
+ distutils_src_install
+
+ # Install only the .rst source, as sphinx processing requires
+ # a theme only available from git that contains hardcoded
+ # references to files on https://static.pylonsproject.org/ (so
+ # the docs would not actually work offline). Install the
+ # source, which is somewhat readable.
+ docinto docs
+ dodoc docs/*.rst
+}