summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-11-12 04:30:01 +0000
committerTim Harder <radhermit@gentoo.org>2012-11-12 04:30:01 +0000
commit228cf926332dc861371294d320a7a0156b6090e2 (patch)
tree91aabefa4f979501e0aeba6d68bd097c3f19cea7 /dev-python/pyxdg/pyxdg-0.24.ebuild
parentcleanup. (diff)
downloadhistorical-228cf926332dc861371294d320a7a0156b6090e2.tar.gz
historical-228cf926332dc861371294d320a7a0156b6090e2.tar.bz2
historical-228cf926332dc861371294d320a7a0156b6090e2.zip
Version bump (bug #442836). Enable tests and remove examples use flag (don't install tests as examples).
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64 Manifest-Sign-Key: 0x4AB3E85B4F064CA3
Diffstat (limited to 'dev-python/pyxdg/pyxdg-0.24.ebuild')
-rw-r--r--dev-python/pyxdg/pyxdg-0.24.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/pyxdg/pyxdg-0.24.ebuild b/dev-python/pyxdg/pyxdg-0.24.ebuild
new file mode 100644
index 000000000000..c32fe1cca199
--- /dev/null
+++ b/dev-python/pyxdg/pyxdg-0.24.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.24.ebuild,v 1.1 2012/11/12 04:29:51 radhermit Exp $
+
+EAPI=4
+
+PYTHON_DEPEND="*:2.6"
+SUPPORT_PYTHON_ABIS=1
+RESTRICT_PYTHON_ABIS="2.5"
+DISTUTILS_SRC_TEST="nosetests"
+
+inherit distutils
+
+DESCRIPTION="A Python module to deal with freedesktop.org specifications"
+HOMEPAGE="http://freedesktop.org/wiki/Software/pyxdg http://cgit.freedesktop.org/xdg/pyxdg/"
+SRC_URI="http://people.freedesktop.org/~takluyver/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+PYTHON_MODNAME=xdg
+
+DOCS="AUTHORS ChangeLog README TODO"